You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scraping Rotten Tomatoes using BeautifulSoup, and then using Linear Regression to build a model to predict Audience Score based off features such as Tomato-meter, Director, genre, etc.
Scraping Rotten Tomatoes using BeautifulSoup and then building a predicive model to forecast Audience Score.
The 4 predictive variables examined were Tomato-meter, Genre, Director, and Year.
Methodology:
Linear Regression
Cross-Validation
About
Scraping Rotten Tomatoes using BeautifulSoup, and then using Linear Regression to build a model to predict Audience Score based off features such as Tomato-meter, Director, genre, etc.