manifoldai / merf

Mixed Effects Random Forest
MIT License
219 stars 52 forks source link

Accounting for dataset imbalance e.g. class_weight = balanced? #62

Open ohleevah opened 3 years ago

ohleevah commented 3 years ago

Hello,

Is there any way to incorporate the sklearn parameter 'class_weight = "balanced"' into MERF, or something similar?

Thank you!