Ash

Results 1 comments of Ash

You can use my code and replace the cat1 and cat2 for your imbalance classes from sklearn.utils import resample cat_1= df[df.school_handle == 'ourmedschool'] cat_2= df[df.school_handle == 'ucfcah'] cat_large = df[df.school_handle...