Skip to content

Updated the SMOTE Sampling technique#8

Open
PavanKalyanV5 wants to merge 1 commit into
codebasics:masterfrom
PavanKalyanV5:patch-2
Open

Updated the SMOTE Sampling technique#8
PavanKalyanV5 wants to merge 1 commit into
codebasics:masterfrom
PavanKalyanV5:patch-2

Conversation

@PavanKalyanV5

@PavanKalyanV5 PavanKalyanV5 commented Sep 24, 2022

Copy link
Copy Markdown

Changed smote.fit_sample() -> smote.fit_resample()

Changed "smote.fit_sample -> smote.fit_resample"
@PavanKalyanV5

Copy link
Copy Markdown
Author

I was going through the code and found out that
smote.fit_sample() was replaced with smote.fit_resample() check here

You can refer to this post here where we get to know that
fit_sample() == fit_resample()
it looks like fit_resample() should be backward compatible to work in place of fit_sample()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant