2 2 votes I know Python and I am looking for the fastest way or a quick tutorial to learn how start using scikit-learn library. Machine Learning machine-learning scikit-learn programming cheat-sheet reference + – 29% Accept Rate Accepted 2 answers out of 7 questions askdatascience 1.0k points 12 13 16 answer comment Share 0 reply Please log in or register to add a comment.
2 2 votes Cheat sheet There are plenty of tutorials out there, but first of all, you can take a look at this post about the whole roadmap to find the best estimator. The other article I suggest you look at it is Scikit-Learn Cheat Sheet: Python Machine Learning which contains the following cheat sheet (click here to download a printable version) as well. scikit-learn tutorial for beginners In addition to this cheat sheet, this scikit-learn tutorial for beginners, you will learn in an easy, step-by-step way how to explore handwritten digits data, how to create a model for it, how to fit your data to your model and how to predict target values. In addition, you'll make use of Python's data visualization library matplotlib to visualize your results. tofighi answered Sep 25, 2018 • edited Sep 25, 2018 by tofighi tofighi 116k points 73 79 101 comment Share 0 reply Please log in or register to add a comment.