Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- pythonlearner
- 티스토리챌린지
- 데이터크롤링
- datacrawling
- RapidMiner
- llma
- 머신러닝
- 통계개념
- 인과분석
- causalanalysis
- 토픽모델링
- customeoperator
- 파이썬러너
- htmltags
- nrcemotionlexicon
- 오블완
- 올라마
- agglomerative clustering
- GoEmotions
- 텍스트마이닝
- 데이터분석
- 데이터
- LDA
- 커스텀오퍼레이터
- sentimentanalysis
- 래피드마이너
- featureimportance
- 감성분석
- 채용공고분석
- customoperator
Archives
- Today
- Total
목록k-means (1)
마이와 텍스트마이닝

오늘은 "클러스터링"에 대해 다루어보겠습니다. 클러스터링은 데이터를 비슷한 그룹으로 나누는 작업인데요, K-Means와 Agglomerative Clustering을 사용해 고객 데이터를 클러스터링하고, PCA 기법을 통해 결과를 개선하겠습니다. > Kaggle에서 제공하는 고객 데이터를 사용했어요~import pandas as pdimport numpy as npfrom sklearn.preprocessing import MinMaxScalerimport matplotlib.pyplot as pltimport pandas as pdfrom sklearn.preprocessing import LabelEncoderimport seaborn as snsfrom matplotlib import colorsf..
머신러닝
2024. 11. 19. 14:10