Learn practical skills, build real-world projects, and advance your career
from google.colab import drive
drive.mount('/content/drive')
Drive already mounted at /content/drive; to attempt to forcibly remount, call drive.mount("/content/drive", force_remount=True).

Models implementation and evaluation (to top)

Implementation (to top)

Regarding the suggestion of model implementation, we dropped the features ('popularity', 'vote_average', 'vote_count') that are still not available before a movie is released. Then, we redid the features engineering, data preprocessing and retrained all the models for regression and classification tasks.