csinva / imodels

Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
https://csinva.io/imodels
MIT License
1.34k stars 119 forks source link

No support for class_weight = "balanced" in FIGSClassifier #195

Open faridmusayev opened 7 months ago

faridmusayev commented 7 months ago

Hi,

I am currently getting an error when trying to specify class_weight = "balanced" in FIGSClassifier.

Do you consider adding support for this argument in future releases?

Thanks! Farid