Machine Learning / EDA
Model PipelineNetflix Popularity Prediction
Predicting pre-release success using metadata features, cast/director ratings, and natural language plot profiles.
Project claim
Predict pre-release content success using synopses and metadata.
Role
Machine Learning Engineer
Focus signals
Proof signal 1
80% Random Forest accuracy
Proof signal 2
TF-IDF synopsis predictive power
Proof signal 3
Power BI dashboard integration
Challenge
Identifying pre-release content success factors before expensive production investments.
Solution
Engineered features for director track records, genre popularity, duration, and textual plot synopsis themes (TF-IDF), training Random Forest classifiers.
Build notes
Tools + stack
Python, scikit-learn, Random Forest, and Power BI.
Overall accuracy
80.60%
ROC-AUC
0.721 score
Held-out test set
20% partition
Architecture flow
Step 1
netflix dataset
Step 2
synopsis text
Step 3
nlp feature prep
Step 4
random forest
Step 5
power bi logs
Predictive NLP
Extracted vocabulary signals from text metadata, analyzing plot descriptions to identify keywords that strongly correlate with audience success.
Feature Importance
Found duration, release year, and specific plot keywords had higher relative feature importance than traditional markers like cast popularity or budget.
Decision signals
Outcomes