aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/torch/decisiontree
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Move lua contrib libraries to lua- prefixVsevolod Stakhov2018-05-2344-6593/+0
|
* [Fix] Fix random forests moduleVsevolod Stakhov2017-11-113-33/+9
|
* [Feature] Add torch-decisiontree packageVsevolod Stakhov2017-11-0544-0/+6617
https://github.com/twitter/torch-decisiontree This project implements random forests and gradient boosted decision trees (GBDT). The latter uses gradient tree boosting. Both use ensemble learning to produce ensembles of decision trees (that is, forests).