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

Add sample weights to the RandomForest #52

Open svbrodersen opened 8 months ago

svbrodersen commented 8 months ago

Currently not implemented.

svbrodersen commented 8 months ago

Potentionally have the weights above 1 in the random forest, such that it is not enforced on a criteria to have sample weights implemented.