Skip to content

Commit af0571c

Browse files
committed
Update index.Rmd
Fix typo
1 parent 1301a45 commit af0571c

File tree

1 file changed

+2
-2
lines changed
  • 08_PracticalMachineLearning/025combiningPredictors

1 file changed

+2
-2
lines changed

08_PracticalMachineLearning/025combiningPredictors/index.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ sqrt(sum((combPredV-validation$wage)^2))
196196
* Predict the class by majority vote
197197
* This can get dramatically more complicated
198198
* Simple blending in caret: [caretEnsemble](https://github.com/zachmayer/caretEnsemble) (use at your own risk!)
199-
* Wikipedia [ensemlbe learning](http://en.wikipedia.org/wiki/Ensemble_learning)
199+
* Wikipedia [ensemble learning](http://en.wikipedia.org/wiki/Ensemble_learning)
200200

201201
---
202202

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

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

210-
[http://techblog.netflix.com/2012/04/netflix-recommendations-beyond-5-stars.html](http://techblog.netflix.com/2012/04/netflix-recommendations-beyond-5-stars.html)
210+
[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 commit comments

Comments
 (0)