ML-ProblemStatement Youtube Adview Prediction-1 Lyst8087
ML-ProblemStatement Youtube Adview Prediction-1 Lyst8087
adview Prediction
Data Description
The file train.csv contains metrics and other details of about 15000 youtube
videos. The metrics include number of views, likes, dislikes, comments and
apart from that published date, duration and category are also included.
The train.csv file also contains the metric number of adviews which is our
target variable for prediction.
Data :
Use the below link to download the Data Set:
https://drive.google.com/file/d/1Dv-HF10AUUA03AO_cQvar462eXawk0iQ/view?usp=sharing
Context :
Youtube advertisers pay content creators based on adviews and clicks for the
goods and services being marketed. They want to estimate the adview based
on other metrics like comments, likes etc. The problem statement is therefore
to train various regression models and choose the best one to predict the
number of adviews. The data needs to be refined and cleaned before feeding
in the algorithms for better results.
Attribute Information
'vidid' : Unique Identification ID for each video
Objective
To build a machine learning regression to predict youtube adview count based
on other youtube metrics.