Skip to content

Instantly share code, notes, and snippets.

@liannewriting
Created October 13, 2021 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liannewriting/66f79ca3d6312e50ad025ef824b75c31 to your computer and use it in GitHub Desktop.
Save liannewriting/66f79ca3d6312e50ad025ef824b75c31 to your computer and use it in GitHub Desktop.
python imbalanced data machine learning classification
df_train['Class'].value_counts()
df_test['Class'].value_counts()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment