# 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