Skip to content

Instantly share code, notes, and snippets.

@ronykroy
Created October 21, 2019 06:25
Show Gist options
  • Save ronykroy/5cc3c23e6c3482f5429b06cd09b788bf to your computer and use it in GitHub Desktop.
Save ronykroy/5cc3c23e6c3482f5429b06cd09b788bf to your computer and use it in GitHub Desktop.
NewsGroups20 dataset reduced to binary classificaiton
# Why reduce a problem to binary classification ?\
# For the sake of seeing a 90%+ score in your accuracy metric..?
df = df[df['label'].isin([1,10])]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment