Course Content
Decoding the Truth: Fake News Classification Project
Decoding the Truth: Fake News Classification Project
True News and Fake News
We will now start working on our project. The final goal of our analysis will be to be able to predict if the given news is fake news or true news. You will handle text and build ML algorithms.
Task
- Read the two individual DataFrames;
- Add a target column in the two different dfs (
0
if fake,1
if true); - Merge the two DataFrames;
- Print the first 5 rows of the DataFrame.
Everything was clear?
Section 1. Chapter 2
Start learning today and achieve
coding mastery
- Master Python, SQL, JavaScript & more.
- Learn with Step-by-Step Lessons.
- Get Ready for Real-World Projects.
- Earn a Certificate Upon Completion.