| benedekrozemberczki/awesome-decision-tree-papers |
2,266 |
|
0 |
0 |
about 2 years ago |
0 |
|
1 |
cc0-1.0 |
Python |
| A collection of research papers on decision, classification and regression trees with implementations. |
| benedekrozemberczki/awesome-gradient-boosting-papers |
930 |
|
0 |
0 |
almost 3 years ago |
0 |
|
1 |
cc0-1.0 |
Python |
| A curated list of gradient boosting research papers with implementations. |
| RGF-team/rgf |
354 |
|
2 |
8 |
over 4 years ago |
28 |
January 07, 2022 |
6 |
|
C++ |
| Home repository for the Regularized Greedy Forest (RGF) library. It includes original implementation from the paper and multithreaded one written in C++, along with various language-specific wrappers. |
| michaeldorner/DecisionTrees |
80 |
|
0 |
0 |
over 9 years ago |
0 |
|
1 |
gpl-3.0 |
TeX |
| Seminar work "Decision Trees - An Introduction" with presentation, seminar paper, and Python implementation |
| bsharchilev/influence_boosting |
43 |
|
0 |
0 |
about 8 years ago |
0 |
|
0 |
|
Python |
| Supporting code for the paper "Finding Influential Training Samples for Gradient Boosted Decision Trees" |
| oir/soft-tree |
24 |
|
0 |
0 |
about 12 years ago |
0 |
|
1 |
|
C++ |
| Soft Decision Trees (code for ICPR 21 paper) |
| aiff22/Decision-Stream |
19 |
|
0 |
0 |
about 8 years ago |
0 |
|
0 |
|
Clojure |
| Clojure implementation of the paper "Decision Stream: Cultivating Deep Decision Trees" |
| tomsal/endtoenddecisiontrees |
15 |
|
0 |
0 |
almost 4 years ago |
0 |
|
0 |
mit |
Python |
| Implementation of the paper End-to-end Learning of Deterministic Decision Trees |
| csypeng/nnsdt |
8 |
|
0 |
0 |
over 8 years ago |
0 |
|
0 |
|
Python |
| Implementation of Hinton's recent paper "Distilling a Neural Network Into a Soft Decision Tree" |
| beedotkiran/randomforestpruning-ismm-2017 |
5 |
|
0 |
0 |
over 8 years ago |
0 |
|
0 |
|
Python |
| Cost-complexity pruning of random forests |