Exploring the Iris dataset with scikit-learn and ipython

Posted on Tue 02 July 2013 in misc • Tagged with data, python, machine-learningLeave a comment

Today I'll share some of the goodies I've found while exploring scikit-learn's tutorial and practice embedding code snippets in posts. I'll try to avoid just rehashing the tutorial. To get started, scikit-learn (and numpy, which it depends on) should be installed. I also assume we're ...

Continue reading