Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 404 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 404 Bytes

Statistical Machine Learning model for lead-roles in movies

Analyzing the binary gender difference in lead roles using statistical machine learning.

A plethora of methods were implemented:

  • K-Nearest Neighbor
  • QDA & LDA
  • Random Forest Classifier
  • Logarithmic Regression
  • AdaBoost
  • GDBoost
  • XGBoost
  • Naive classifier

How to run

  • Clone the repository
  • Run install.py
  • Run main.py