I am using the Kaggle's Twitter Dataset and I am trying to oversample the minority class.
Despite y being binary, the oversampler returns an error stating that it is multi-class
My x and y are the tweets and the labels respectively.
I am using the Kaggle's Twitter Dataset and I am trying to oversample the minority class.
Despite y being binary, the oversampler returns an error stating that it is multi-class
My x and y are the tweets and the labels respectively.