Зміст курсу
Identifying 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.
Завдання
- Read the CSV files containing fake news and true news into their respective DataFrames.
- Set the values of the target column
'class'
to0
for thefake_news
DataFrame and to1
for thetrue_news
DataFrame. - Use the appropriate function to merge these two DataFrames.
- Display the first 5 rows of the resulting DataFrame using the appropriate method.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
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.
Завдання
- Read the CSV files containing fake news and true news into their respective DataFrames.
- Set the values of the target column
'class'
to0
for thefake_news
DataFrame and to1
for thetrue_news
DataFrame. - Use the appropriate function to merge these two DataFrames.
- Display the first 5 rows of the resulting DataFrame using the appropriate method.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 1. Розділ 2
AVAILABLE TO ULTIMATE ONLY