MrThomasPin / Oscar-Machine-Learning

Pet project for a machine learning model to predict the winners of the oscars
MIT License
0 stars 0 forks source link

Dates #4

Closed MrThomasPin closed 4 years ago

MrThomasPin commented 4 years ago

The original database was scraped from IMDb and if a movie was release_date was not in the format of "Day Month Year (US)" then the scaper did not collect the release_date. Therefore, any movies with a non-us release date were removed from the model database. To correct this date_month will no longer be used.