python数据处理——一些重要的工具包

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/m0_37876745/article/details/89188251

中间的版本号不用在意,从别的地方粘过来的

库名    版本    简介    网址
arch    4.1    提供了Univariate volatility模型,Bootstrapping和Multiple comparison procedures    https://pypi.python.org/pypi/arch
beautifulsoup4    4.5.3    Python的爬虫包    https://pypi.python.org/pypi/beautifulsoup4/
cvxopt    1.1.8    提供了凸优化的解的Python库    https://pypi.python.org/pypi/cvxopt/1.1.8
gensim    0.13.4.1    用于计算文本相似度    http://radimrehurek.com/gensim/tutorial.html
hmmlearn    0.2.0    Python的隐马尔可夫模型模块,类似scikit-learn的API    https://github.com/hmmlearn/hmmlearn
jieba    0.38    Python的中文分词组件    https://pypi.python.org/pypi/jieba
lasagne    0.1    Python深度学习库    http://lasagne.readthedocs.io/en/latest/
matplotlib    2.0.1    Python 2D绘图函数库    http://matplotlib.org/contents.html
mpl_toolkits    2.0.1    Python 3D绘图函数库    http://matplotlib.org/mpl_toolkits/index.html
numpy    1.12.1    Python的数值计算扩展    http://www.numpy.org/
pandas    0.20.1    Python的数据分析包    http://pandas.pydata.org/pandas-docs/version/0.16.2/
pymc    2.3.6    机器学习中一个图模型库    https://pypi.python.org/pypi/pymc/
pywt    0.5.2    Python的小波变换库    https://pypi.python.org/pypi/PyWavelets
scipy    0.19.0    为科学和工程设计的Python工具包    https://www.scipy.org/
seaborn    0.7.1    Python的统计数据可视化库    http://seaborn.pydata.org/
sklearn    0.18    Python的机器学习模块    http://scikit-learn.org/stable/
statsmodels    0.8.0    可以研究数据,构架统计模型和进行统计测试    http://statsmodels.sourceforge.net/
talib    0.4.10    用来对金融市场的数据进行技术分析    http://mrjbq7.github.io/ta-lib/funcs.html
theano    0.8.2    Python深度学习库    http://deeplearning.net/software/theano/
tensorflow    1.1.0    谷歌第二代人工智能学习系统    http://www.tensorfly.cn/
tushare    0.7.5    国内的开源数据库    https://pypi.python.org/pypi/tushare/
xlrd    1.0.0    Python读取Excel的扩展工具    https://pypi.python.org/pypi/xlrd/
xlwt    1.1.2    Python写入Excel文件的扩展工具    https://pypi.python.org/pypi/xlwt/

猜你喜欢

转载自blog.csdn.net/m0_37876745/article/details/89188251