- Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Package: over_samplingType: BugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
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!
Metadata
Metadata
Assignees
Labels
Package: over_samplingType: BugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior