course content

Course Content

Decoding the Truth: Fake News Classification Project

True News and Fake NewsTrue 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

  1. Read the two individual DataFrames;
  2. Add a target column in the two different dfs (0 if fake, 1 if true);
  3. Merge the two DataFrames;
  4. 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.