Skip to content

project for creating a predictor that checks if the movie is going to succeed or not.

Notifications You must be signed in to change notification settings

islamsedibrahim/Movies_success_predictor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Success Predictor

Project for creating a predictor that checks if the movie is going to succeed or not.

The data is from kaggle.

Challenges:

  • unbalanced data.
  • very few samples.
  • the success parameter is vauge, not showing which parameters affects it.
  • very few features with so little information.

Steps to conquer them:

  • cleaning and keeping only the informative features.
  • scrapping the web for more info about the movies.
  • using feature engineering to easily identify the patterns.
  • basic modeling of the data

About

project for creating a predictor that checks if the movie is going to succeed or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.8%
  • Python 3.2%