+ 1

How to do machine learning in Python ?

what should I refer for getting machine learning ?

2nd May 2018, 6:27 PM
MANISH YADAV
MANISH YADAV - avatar
2 Answers
+ 4
Some references can be found here: https://www.sololearn.com/learn/714/?ref=app https://code.sololearn.com/cU8787JuqEmN/?ref=app https://code.sololearn.com/cwstTU4ohOr9/?ref=app In general, you'll be good with scikit-learn module, the most popular machine learning library now. That will be a good start! For data processing -- numpy and pandas. For visualizing data -- matplotlib and seaborn. Check out some recommendable online tutorials here: https://code.sololearn.com/W2nvcMqTRi4q/?ref=app
2nd May 2018, 6:36 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
0
thanks for giving me answer
2nd May 2018, 7:06 PM
MANISH YADAV
MANISH YADAV - avatar