aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/torch/decisiontree/DataSet.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Move lua contrib libraries to lua- prefixVsevolod Stakhov2018-05-231-142/+0
|
* [Fix] Fix random forests moduleVsevolod Stakhov2017-11-111-25/+3
|
* [Feature] Add torch-decisiontree packageVsevolod Stakhov2017-11-051-0/+164
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).