Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tutorial for fake news detector using python & ml #336

Merged

Conversation

saheelahmed2
Copy link
Contributor

@saheelahmed2 saheelahmed2 commented Oct 17, 2021

Description

Added a machine learning based tutorial to detect fake news. The tutorial uses sklearn's PassiveAggressive Classifier to create a linear model and classify Fake/Real news. The dataset is provided in the tutorial.

Motivation and Context

Tutorial cover basics concepts of TF-IDF vectorisor necessary for applications such Spam/Ham. Text summarise, Plagiarism detector. The tutorial is introductory and doesn't represents production grade application.

How Has This Been Tested?

I have tested the code and it worked just fine. The data link is provided in the tutorial so have it before running the code.

Types of changes

  • Content Update (change which fixes an issue or updates an already existing submission)
  • New Article (change which adds functionality)
  • Documentation change

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have made checks to ensure URLs and other resources are valid

@enkeyz enkeyz merged commit 15d5112 into practical-tutorials:master Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants