I am able to import SMOTE from imblearn library but when importing SMOTENC it is throwing an error:
'ImportError: cannot import name 'SMOTENC''
I have tried changing the version of imblearn but no luck there
from imblearn.over_sampling import SMOTENC