Skip to content

Trisha-tech/youtube_adview_prediction-ML

Repository files navigation

Youtube Adview Prediction

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.

💥 Features

  • It predicts the youtube adview count based on other youtube metrics using machine learning regression.

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

Attribute Information

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

✨ Link Of The Project

https://colab.research.google.com/drive/1VKg3ClJsBQEGuEjhA67BL08FWwWP1Hv7?usp=sharing

📌 Tech Stack

linkedin

📸 Screenshots Of The Project

youtube-1

Screenshot (1349)

Screenshot (1350)

Screenshot (1351)

Screenshot (1352)

Screenshot (1353)

💙 Thank You !!! 💙

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published