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

Random forest update #97

Closed svbrodersen closed 1 month ago

svbrodersen commented 1 month ago

This also includes updates the the general setup of the DecisionTree predict and weights. Adds functionality for parallel programming on the Predict class itself, and generally makes the overall experience with parallel programming less of a hassle.

svbrodersen commented 1 month ago

This is a large update, so will also have to take a look through it, just to make sure the changes make sense.

svbrodersen commented 1 month ago

@NiklasPfister forest_predict_proba is now updated too.