From 7be18f2c75ecc335f7c5d0ac69ce1e7b189ebc73 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 31 May 2015 10:00:31 -0400 Subject: [PATCH] Fix nbviewer link to random forest notebook. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3781399..97e127e 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Credits: Forked from [PyCon 2015 Scikit-learn Tutorial](https://github.com/jakev | [scikit-learn-knn](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/scikit-learn/scikit-learn-intro.ipynb#K-Nearest-Neighbors-Classifier) | K-Nearest Neighbors. | | [scikit-learn-linear-reg](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/scikit-learn/scikit-learn-linear-reg.ipynb) | Linear regression. | | [scikit-learn-svm](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/scikit-learn/scikit-learn-svm.ipynb) | Support vector machine classifier, with and without kernels. | -| [scikit-learn-random-forest](#scikit-learn) | Random forest classifier and regressor. | +| [scikit-learn-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. | | [scikit-learn-k-means](#scikit-learn) | Coming Soon. | | [scikit-learn-pca](#scikit-learn) | Coming Soon. | | [scikit-learn-validation](#scikit-learn) | Coming Soon. |