tgsmith61591 / smrt

Handle class imbalance intelligently by using variational auto-encoders to generate synthetic observations of your minority class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Under-sample check

tgsmith61591 opened this issue · comments

Check for equality in count of majority class and second-most populous class in under_sample_balance, since we might get a "negative-length" mask otherwise, and break things...