Skip to content

Wrong approach when using SMOTE #3

@danielway2k3

Description

@danielway2k3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions