I used the imblearn
library to do resampling on pandas dataframes.
I wanted to know if there was the same implementation for pyspark dataframes ?
For instance I tried to use the code proposed here but I had multiple errors by using the code as is.
Thank you for your help !