I am working on hepatitis dataset from UCI repository. It has imbalanced class. Class Distribution: DIE: 32 LIVE: 123 I am trying to use the ADASYN oversampling method to balance the class.
In the examples they have generated a dataset and passed it to ADASYN. Can someone explain me in that format the value of x and y should be based on the dataset?
I am referring to the example from below link.
Please help me in splitting the dataset as X and Y value as required to pass to ADASYN