You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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']
Hi, I have a use case wherein there are two classes and are hugely imbalanced. How can i fix this issue.
I have used the source code.
Sentiment Analysis with BERT
The text was updated successfully, but these errors were encountered: