ledell / useR-machine-learning-tutorial

useR! 2016 Tutorial: Machine Learning Algorithmic Deep Dive http://user2016.org/tutorials/10.html
Apache License 2.0
401 stars 206 forks source link

Added decision tree & stacking Rmd #8

Closed bgreenwell closed 6 years ago

bradleyboehmke commented 6 years ago

@ledell Note that the stacking.Rmd file may not match exactly to the ipynb file. Not sure if the ipynb got corrupted but both @bgreenwell and I could not get it to open. I was able to access the raw code but this was quite tedious to transfer. Then I found your h2o tutorial README.md file so I used some of that material to generate the new stacking.Rmd.

ledell commented 6 years ago

@bradleyboehmke I am not sure why the file doesn't open anymore, that's too bad! Thanks for creating a Rmd file for stacking anyways. Since I originally created this tutorial, the h2oEnsemble R package has been superseded by the Stacked Ensemble implementation in h2o R package. So at some point, it will make sense for me to update the code in this tutorial, but that doesn't have to be done now.