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