aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/torch/decisiontree/generic/DFD.c
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Move lua contrib libraries to lua- prefixVsevolod Stakhov2018-05-231-157/+0
|
* [Feature] Add torch-decisiontree packageVsevolod Stakhov2017-11-051-0/+157
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).