python机器学习用到的十大包

好记性不如烂笔头,记录下来以备用

1. numpy and pandas

pip3 install pandas

打补丁

pip3 install pandas-compat

,不然会出现问题 module 'pandas' has no attribute 'compat'

2.  scipy

pip3 install scipy

3.  scikit-learn

pip3 install scikit-learn

4. keras

pip3 install keras

5. matplotlib

pip3 install matplotlib

6. seaborn

pip3 install seaborn

7. nltk

pip3  install nltk

8. tensorflow

pip3 install tensorflow

9. torch

pip3 install torch

附: 

发布了39 篇原创文章 · 获赞 1 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/dong19891210/article/details/105008927