반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 텍스트전처리
- neo4j 스키마 정의
- BFS
- cs50
- GET REQUESTS
- spring-boot2
- 플로이드워셜
- gensim_models
- 알고리즘
- 워드 임베딩
- spring-boot3
- gensim size
- nodemon babel
- 투포인터
- PREFECT
- UnsatisfiedDependencyException
- Sequenial
- 파이썬
- 첫서버
- 백준 회전초밥
- express
- 그랜빌의 법칙
- 백준
- 백준 2470
- neo4j
- neo4j 제약조건
- 백준 7795
- pandas-profiling
- neo4j 인덱스 사용
- gensim
Archives
- Today
- Total
목록pandas-profiling (1)
정리정돈
판다스 프로파일링(Pandas - Profiling)
좋은 결과 값을 얻기 위해서는 데이터의 성격을 파악하는 과정이 선행되어야한다. EDA(Exploratory Data Analysis, 탐색적 데이터 분석) - 데이터 내 값의 분포, 변수 간의 관계, Null 값과 같은 결측값(missing values) 존재 유무 등을 파악하는 과정 pandas-profiling - 방대한 양의 데이터를 가진 데이터프레임을 .profile_report()라는 명령어로 탐색하는 패키지 패키지 설치 pip install -U pandas-profiling 예제 데이터 https://www.kaggle.com/uciml/sms-spam-collection-dataset SMS Spam Collection Dataset Collection of SMS messages tagg..
AI/자연어처리
2021. 6. 28. 17:50