Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created April 27, 2020 06:03
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 lakshay-arora/ed04242da245a3d9df13e7b30c74185b to your computer and use it in GitHub Desktop.
Save lakshay-arora/ed04242da245a3d9df13e7b30c74185b to your computer and use it in GitHub Desktop.
# sample tweet
text = ["Virat Kohli, AB de Villiers set to auction their 'Green Day' kits from 2016 IPL match to raise funds"]
# predict the label using the pipeline
pipeline.predict(text)
## >> array([0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment