I'd like to know more about slide 6: http://amueller.github.io/sklearn_tutorial/#/6 Why the [Classification][100K sample?] checkpoint? And more info in general about this whole cheat-sheet.
Machine Learning with scikit-learn
11–13 of 13 posts
Re: Machine Learning with scikit-learn
#12I'd like to know more about slide 6: http://amueller.github.io/sklearn_tutorial/#/6 Why the [Classification][100K sample?] checkpoint? And more info in general about this whole cheat-sheet.
SGD is fast but not necessarily more accurate. If you've got lots and lots of data, then a simple yet fast approach is likely to be a good choice to start with.
I also found a blog post that figured the diagram, with some background infos:
http://peekaboo-vision.blogspot.de/2013/01/machine-learning-...
Re: Machine Learning with scikit-learn
#13Earlier quoted context omitted.
SGD is fast but not necessarily more accurate. If you've got lots and lots of data, then a simple yet fast approach is likely to be a good choice to start with.
Thanks. I also found a blog post that figured the diagram, with some background infos: http://peekaboo-vision.blogspot.de/2013/01/machine-learning-...
There are many others too, but with few points and comments