Skip to content

Commit

Permalink
Update index.Rmd
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Roon committed May 9, 2015
1 parent 1301a45 commit af0571c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 08_PracticalMachineLearning/025combiningPredictors/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ sqrt(sum((combPredV-validation$wage)^2))
* Predict the class by majority vote
* This can get dramatically more complicated
* Simple blending in caret: [caretEnsemble](https://github.com/zachmayer/caretEnsemble) (use at your own risk!)
* Wikipedia [ensemlbe learning](http://en.wikipedia.org/wiki/Ensemble_learning)
* Wikipedia [ensemble learning](http://en.wikipedia.org/wiki/Ensemble_learning)

---

Expand All @@ -207,4 +207,4 @@ sqrt(sum((combPredV-validation$wage)^2))

[http://www.techdirt.com/blog/innovation/articles/20120409/03412518422/](http://www.techdirt.com/blog/innovation/articles/20120409/03412518422/)

[http://techblog.netflix.com/2012/04/netflix-recommendations-beyond-5-stars.html](http://techblog.netflix.com/2012/04/netflix-recommendations-beyond-5-stars.html)
[http://techblog.netflix.com/2012/04/netflix-recommendations-beyond-5-stars.html](http://techblog.netflix.com/2012/04/netflix-recommendations-beyond-5-stars.html)

0 comments on commit af0571c

Please sign in to comment.