R ====== Feature Selection ====== ====== Linksammlung ====== * [[http://www.r-bloggers.com/a-brief-tour-of-the-trees-and-forests/| Decision Trees and Forests]] * [[https://github.com/aloysius-lim/bigrf | Random forests for R for large data sets, optimized with parallel tree-growing and disk-based memory]] * [[http://cran.r-project.org/web/packages/varSelRF/varSelRF.pdf|Variable Importance by RF]] * [[http://stats.stackexchange.com/questions/56092/feature-selection-packages-in-r|Feature Selection Packages]] * http://alandgraf.blogspot.de/2012/07/random-forest-variable-importance.html * [[http://appliedpredictivemodeling.com/toc/| Caret Book]] * [[https://github.com/aloysius-lim/bigrf|Big RF (Linux)]] * [[http://www.togaware.com/datamining/survivor/Using_gbm0.html|GBM]] * [[|http://en.wikipedia.org/wiki/AdaBoost]]