Skip to content

Identifying Fake News with Python with an objective to construct a show to precisely classify the news as REAL or FAKE.

License

Notifications You must be signed in to change notification settings

thmolena/Detecting-Fake-News

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A machine learning project in Classifying/Detecting Fake News

Sources: https://data-flair.training/blogs/

What is Fake News?

A sort of yellow news coverage, fake news typifies pieces of news that will be scams and is by and large spread through social media and other online media. This can be frequently done to encourage or force certain thoughts and is regularly accomplished with political motivation. Such news things may contain untrue and/or overstated claims, and may conclusion up being viralized by calculations, and clients may conclusion up in a channel bubble.

Identifying Fake News with Python – Objective

To construct a show to precisely classify a bit of news as REAL or FAKE.

Detecting Fake News with Python – Around the Python Project

This progressed python extend of recognizing fake news bargains with fake and real news. Utilizing sklearn, we construct a TfidfVectorizer on our dataset. At that point, we initialize a PassiveAggressive Classifier and fit the demonstrate. Within the conclusion, the exactness score and the disarray framework tell us how well our demonstrate fares.

The Dataset

The dataset utilizeD for this python venture is titled "news.csv". This dataset encompasses a shape of 7796×4. The primary column recognizes the news, the moment and third are the title and content, and the fourth column has names signifying whether the news is REAL or FAKE.

About

Identifying Fake News with Python with an objective to construct a show to precisely classify the news as REAL or FAKE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published