+ 1
How to do machine learning in Python ?
what should I refer for getting machine learning ?
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
0
thanks for giving me answer