Kursinnhold
Identifying Fake News
 True News and Fake News
True News and Fake News
We will now start working on our project. The final goal of our analysis is to predict whether the given news is fake or true. You will handle text data and build ML (Machine Learning) algorithms.
Oppgave
Swipe to start coding
- Read the CSV files containing fake news and true news into their respective DataFrames.
- Set the values of the target column 'class'to0for thefake_newsDataFrame and to1for thetrue_newsDataFrame.
- Use the appropriate function to merge these two DataFrames.
- Display the first 5 rows of the resulting DataFrame using the appropriate method.
Løsning
Mark tasks as Completed
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 1. Kapittel 2
AVAILABLE TO ULTIMATE ONLY