Prediction: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Gradient boost = * https://en.wikipedia.org/wiki/Gradient_boosting * [https://datascienceplus.com/gradient-boosting-in-r/ Gradient boosting in R] == GBDT: Gradient Boosting...") |
|||
Line 1: | Line 1: | ||
= Random forest = | |||
* https://en.wikipedia.org/wiki/Random_forest | |||
* [https://cran.r-project.org/web/packages/randomForest/ randomForest] package | |||
* [https://link.springer.com/article/10.1186/1471-2105-7-3 Gene selection and classification of microarray data using random forest] 2006, and the R package [https://cran.r-project.org/web/packages/varSelRF/ varSelRF] | |||
= Gradient boost = | = Gradient boost = | ||
* https://en.wikipedia.org/wiki/Gradient_boosting | * https://en.wikipedia.org/wiki/Gradient_boosting |
Revision as of 09:34, 7 October 2022
Random forest
- https://en.wikipedia.org/wiki/Random_forest
- randomForest package
- Gene selection and classification of microarray data using random forest 2006, and the R package varSelRF