I have a dataset with 4 categorical features and no continuous feature. When I run it on smote-nc, it throws an error saying
ValueError: Found array with 0 feature(s) (shape=(114965, 0)) while a minimum of 1 is required
Is there a way for smote-nc to work on dataset like this where features are all categorical?
Thanks!