Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created June 30, 2021 12:02
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 amankharwal/296ef25d0f776685a577c17ae245cd20 to your computer and use it in GitHub Desktop.
Save amankharwal/296ef25d0f776685a577c17ae245cd20 to your computer and use it in GitHub Desktop.
news_headline = "Cow dung can cure Corona Virus"
data = cv.transform([news_headline]).toarray()
print(model.predict(data))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment