How to use python for machine learning | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use python for machine learning

how to use libraries and algorithms

10th Sep 2017, 7:28 PM
harsha
1 Answer
+ 7
Best would be to download a proper IDE. I recommend the Anaconda package - its Jupyter Notebook implementation is great for prototyping ML models. https://www.anaconda.com/download/ It comes with integrated ML-oriented modules and libraries: numpy, pandas, matplotlib, sklearn, scipy and many more, for data mining/parsing (openpyxl, bs4, scrapy)...
10th Sep 2017, 7:48 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar