NiklasPfister / adaXT

adaXT: tree-based machine learning in Python
https://niklaspfister.github.io/adaXT/
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Honest sampling #80

Closed svbrodersen closed 3 months ago

svbrodersen commented 3 months ago

Added honest sampling including a honest_tree and honest_forest to the random forest. Furthermore, added a refit_leaf_nodes to the DecisionTree, which is used by the honest forests.

svbrodersen commented 3 months ago

Moved the generalize random forest into this pull requests, as the two depended on eachother due to my oversight.