Skip to content
#

passive-aggressive-classifier

Here are 56 public repositories matching this topic...

Fake News Detection using Machine Learning is a comprehensive project that utilizes machine learning and natural language processing techniques to identify and classify fake news articles. The project includes data analysis, model training, and a real-time web application for detecting fake news.

  • Updated Oct 16, 2023
  • Jupyter Notebook

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

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