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

Implement Random Forrest #44

Closed WilliamHeuser closed 8 months ago

WilliamHeuser commented 8 months ago

This PR implements the first draft of a working Random Forest.

WilliamHeuser commented 8 months ago

Do not merge until PR: fix_feature_indices(https://github.com/NiklasPfister/adaXT/pull/43) has been merged into main, and the changes to main has propagated to Development.

svbrodersen commented 8 months ago

Before being able to do a proper review, I think it is important to first merge the main branch into the Development branch. There currently are a lot of file changes in this PR, which are already on main, and shouldn't be part of this PR.