Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/venumadhav2407/youtube_adview_prediction_ml

To build a machine learning regression to predict youtube adview count based on other youtube metrics
https://github.com/venumadhav2407/youtube_adview_prediction_ml

Last synced: about 2 months ago
JSON representation

To build a machine learning regression to predict youtube adview count based on other youtube metrics

Awesome Lists containing this project

README

        

# Youtube_adview_prediction_ML

YouTube advertisers want to predict adviews based on various metrics (like comments, likes, etc.) using regression models.

## Objective

To build a machine learning regression to predict youtube adview count based
on other youtube metrics.

## Lessons Learned

> #### Models
- Label-encoding
- Linear Regression
- Support Vector Regression

> #### Challenges Overcome
- data quality and pre-processing
(Replacing the incorrect data in the columns)

- Especially for the column "Duration" the data provided is in "PT7M29S" ,that needs to be convert into seconds. By using user-defined funtion , that convert to seconds.

- Model Selection and Tuning (conducted a experiment with different algorithm for better performance, like cross-validation...)

## 🚀 About Me
I'm a full stack developer...

## Authors

- [@venumadhav2407](https://www.github.com/venumadhav2407)