By using the datasets of Hacker News
community build a model that predicts the article popularity by using the headline of article. Just by headline anyone will know which article is going to trend in the Hacker News
community. This model uses the machine learning algorithm like Linear Regression
and RandomForestRegression
to measure the popularity of articles.
For more info go through the .ipynb
file.