codebasics / deep-learning-keras-tf-tutorial

Learn deep learning with tensorflow2.0, keras and python through this comprehensive deep learning tutorial series. Learn deep learning from scratch. Deep learning series for beginners. Tensorflow tutorials, tensorflow 2.0 tutorial. deep learning tutorial python.
https://www.youtube.com/playlist?list=PLeo1K3hjS3uu7CxAacxVndI4bE_o3BDtO
852 stars 1.86k forks source link

handling imbalance dataset ;- METHOD3 SMOTE #11

Open pranavsj29 opened 1 year ago

pranavsj29 commented 1 year ago

for fitting data it must be "x_sm, y_sm = smote.fit_resample(x, y)" and not "x_sm, y_sm = smote.fit_sample(x, y)"