deep-learning-keras-tf-tutorial icon indicating copy to clipboard operation
deep-learning-keras-tf-tutorial copied to clipboard

Updated the SMOTE Sampling technique

Open VetlaPavanKalyan opened this issue 3 years ago • 1 comments

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

VetlaPavanKalyan avatar Sep 24 '22 14:09 VetlaPavanKalyan

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()

VetlaPavanKalyan avatar Sep 24 '22 14:09 VetlaPavanKalyan