파이썬 데이터과학 패키지

개요[ | ]

파이썬 데이터과학 패키지
패키지 pip 설치 import 비고
Jupyter Notebook pip install jupyter
NumPy pip install numpy import numpy as np
SciPy pip install scipy
Pandas pip install pandas import pandas as pd
statsmodels pip install statsmodels import statsmodels.api as sm
Scikit-learn pip install scikit-learn import sklearn
Matplotlib pip install matplotlib import matplotlib.pyplot as plt
Seaborn pip install seaborn import seaborn as sns matplotlib 기반의 파이썬 시각화 라이브러리
BeautifulSoup pip install beautifulsoup4 from bs4 import BeautifulSoup HTML, XML 문서 파싱
NetworkX pip install networkx 네트워크 표현
NLTK pip install nltk 자연어처리
Gensim pip install gesim
Keras pip install keras
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}