This project named Youtube Adview Prediction is designed to build a machine learning regression to predict youtube adview count based on other youtube metrics.
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.
- It predicts the youtube adview count based on other youtube metrics using machine learning regression.
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.
Use the below link to download the Data Set:
https://drive.google.com/file/d/1Dv-HF10AUUA03AO_cQvar462eXawk0iQ/view?usp=sharing
1.) 'vidid' : Unique Identification ID for each video
2.) 'adview' : The number of adviews for each video
3.) 'views' : The number of unique views for each video
4.) 'likes' : The number of likes for each video
5.) 'dislikes' : The number of likes for each video
6.) 'comment' : The number of unique comments for each video
7.) 'published' : The data of uploading the video
8.) 'duration' : The duration of the video (in min. and seconds)
9.) 'category' : Category niche of each of the video
https://colab.research.google.com/drive/1VKg3ClJsBQEGuEjhA67BL08FWwWP1Hv7?usp=sharing
💙 Thank You !!! 💙