파이썬 데이터 분석 라이브러리
- 시각화
- pydot
- graphviz를 이용하기 위한 python interface.
- 실제로는 pydot-ng가 더 퍼포먼스가 좋으니 pydot_ng를 사용할 것.
- graphviz도 함께 설치해줘야하고, 환경변수 PATH에 경로를 등록해줘야 인식됨.
- pydot-ng
- matplotlib
- seaborn
- bokeh
- vispy
- ggplot
- pygal
- plotly
- geoplotlib
- gleam
- missingno
- leather
- pydot
- 데이터 처리
- pandas
- zipline
- numpy
- scikit-learn
- from sklearn.cluster import KMeans 를 이용하면 clustering을 할 수 있다. : https://github.com/gaetangate/word2vec-cluster.git
- networkx
- 자연어처리
- 기타
- python 빅데이터 분석 툴 : http://uincity.tistory.com/247
- 데이터간의 유사도 분석 방법 : jaccard, euclidean, cosine, corr
- MAE
- 군집화 알고리즘 : K-Means, Hierachical Clustering, Minhash, LSH, density base
- tinter : https://www.tutorialspoint.com/python/python_gui_programming.htm