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).
파일 탐색기
최종 버전 다운로드 (.zip)- benchmark.md
- CartTree.c
- DFD.c
- GBDT.c
- GBDT_internal.c
- GBDT_internal.h
- LogitBoostCriterion.c
- S2D.c
- decisiontree-scm-1.rockspec
- _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
Was this content helpful?
(0 ratings)
