Skip to content

Commit

Permalink
Added scikit-learn validation and model selection notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Jun 4, 2015
1 parent 4d92c51 commit e1a5d5e
Show file tree
Hide file tree
Showing 2 changed files with 1,055 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Credits: Forked from [PyCon 2015 Scikit-learn Tutorial](https://github.com/jakev
| [random-forest](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/scikit-learn/scikit-learn-random-forest.ipynb) | Random forest classifier and regressor. |
| [k-means](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/scikit-learn/scikit-learn-k-means.ipynb) | K-means clustering. |
| [pca](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/scikit-learn/scikit-learn-pca.ipynb) | Principal component analysis. |
| [validation](#scikit-learn) | Coming soon. |
| [validation](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/scikit-learn/scikit-learn-validation.ipynb) | Validation and model selection. |

<br/>
<p align="center">
Expand Down
Loading

0 comments on commit e1a5d5e

Please sign in to comment.