Spyder Python Program Assignment
– Download the dataset from this link: https://www.kaggle.com/snapcrack/all-the-news/downloads/all-the-news.zip/4 (Links to an external site.)
– A description of the dataset can be found here: https://www.kaggle.com/snapcrack/all-the-news/version/4#_=_ (Links to an external site.)
– It’s a dataset of news articles. It includes the text and the website of origin for each article.
– Your task is to design a classifier that can accurately predict the website of origin for an article, given its text.
– Your submission will be evaluated based on the achieved accuracy, as well as on the number and type of mechanisms (algorithms, parameter tuning, feature engineering) that you implemented.
Using a Spyder Python program, HP laptop.