ავტორი: Mihai Nan
In the world of streaming, services like Netflix rely on data to understand which movies and series users will appreciate. You are a consultant for a start-up that wants to predict a movie’s score based on its metadata.
You have access to a dataset of Netflix movies and series:
Each row represents a movie title:
SHOW)Your goal is to predict Score for each title in test.csv.
Build a machine learning model capable of predicting the numeric value Score for each title in test.csv, using the available columns (Title, Type, Description, Year).
The submission.csv file must contain one row for each title in the test set:
SampleID, Score
where: