scienxlab / redflag

Safety net for machine learning pipelines. Plays nice with sklearn and pandas.
https://scienxlab.org/redflag
Apache License 2.0
22 stars 6 forks source link

How should `is_imbalanced()` decide? #61

Open kwinkunks opened 1 year ago

kwinkunks commented 1 year ago

May need to read the imbalance degree paper again. Best way to decide might simply be with minority_classes() (i.e. if length > 0 then it's imbalanced)