File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
08_PracticalMachineLearning/025combiningPredictors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ sqrt(sum((combPredV-validation$wage)^2))
196
196
* Predict the class by majority vote
197
197
* This can get dramatically more complicated
198
198
* 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 )
200
200
201
201
---
202
202
@@ -207,4 +207,4 @@ sqrt(sum((combPredV-validation$wage)^2))
207
207
208
208
[ http://www.techdirt.com/blog/innovation/articles/20120409/03412518422/ ] ( http://www.techdirt.com/blog/innovation/articles/20120409/03412518422/ )
209
209
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 )
You can’t perform that action at this time.
0 commit comments