Skip to content
#

passive-aggressive-classifier

Here are 56 public repositories matching this topic...

Detect Real or Fake News. To build a model to accurately classify a piece of news as REAL or FAKE. Using sklearn, build a TfidfVectorizer on the provided dataset. Then, initialize a PassiveAggressive Classifier and fit the model. In the end, the accuracy score and the confusion matrix tell us how well our model fares.

  • Updated May 2, 2020
  • Jupyter Notebook

What is Fake News? A type of yellow journalism, fake news encapsulates pieces of news that may be hoaxes and is generally spread through social media and other online media. This is often done to further or impose certain ideas and is often achieved with political agendas. Such news items may contain false and/or exaggerated claims, and may end …

  • Updated Nov 14, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the passive-aggressive-classifier topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the passive-aggressive-classifier topic, visit your repo's landing page and select "manage topics."

Learn more