I'm trying to use the SMOTE
package in the imblearn
library using:
from imblearn.over_sampling import SMOTE
getting the following error message:
ImportError: cannot import name 'pairwise_distances_chunked'.
Here is a screenshot of my import screenshot of download confirmation
Really stumped on this, any guidance would be greatly appreciated.