torch-decisiontree

(β˜… 130)

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).

  • _env.lua
  • benchmark.lua
  • CartNode.lua
  • CartTrainer.lua
  • CartTree.lua
  • CMakeLists.txt
  • DataSet.lua
  • DecisionForest.lua
  • DecisionForestTrainer.lua
  • DecisionTree.lua
  • DFD.lua
  • error.h
  • GBDT_common.h
  • GiniState.lua
  • GradientBoostState.lua
  • GradientBoostTrainer.lua
  • hash_map.c
  • hash_map.h
  • init.c
  • init.lua
  • internal_hash_map.h
  • khash.h
  • LICENSE
  • LogitBoostCriterion.lua
  • math.lua
  • MSECriterion.lua
  • RandomForestTrainer.lua
  • README.md
  • Sparse2Dense.lua
  • SparseTensor.lua
  • test.lua
  • TreeState.lua
  • utils.h
  • utils.lua
  • WorkPool.lua
// repository documentation