Skip to content

Instantly share code, notes, and snippets.

@FelixChop
Created February 25, 2020 13:05
Show Gist options
  • Save FelixChop/e186f8c527f563d89bb3e8b0c075d4cc to your computer and use it in GitHub Desktop.
Save FelixChop/e186f8c527f563d89bb3e8b0c075d4cc to your computer and use it in GitHub Desktop.
data = data.loc[~(data['column_class'] == 'imbalanced_class')].reset_index(drop=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment