-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I saw that you applied SMOTE on your training data, that’s correct.
However, it looks like you also applied SMOTE to the test, which is split with your Train set during evaluation, which is not the correct way to use SMOTE. You should using the test you split first.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels