Skip to content

Jayesh88/Netflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NETFLIX

alt text

Analysis performed are as follows:

1. Data Cleaning:

* There were some missing values in completed section so found correclation with Time watched field, used the boxplot to visualize it and then imputed the values
* Used label encoder to convert categorical values to numerical values.

2. Used logistic regression to predict the values for the people who completed the series.

3. Calculated accuracy, precision,recall and f-score