Predictive model and interactive dashboard for score estimation.

This project predicts critic scores from structured game metadata and visualizes model behavior in an interactive app.
It combines data preparation, feature engineering, model training, and explainability into one workflow.
Score outcomes are influenced by many interconnected factors, making manual estimation inconsistent.
Teams often need a quick baseline estimate before launch planning and marketing decisions.
Data quality
Training data required careful cleaning to handle null values, outliers, and category imbalance.
Interpretability
Users needed confidence in predictions through visible feature impact and error context.
Interactive speed
Inference and chart updates had to remain responsive in a browser-based UI.
Feature engineering pipeline
Built repeatable preprocessing and encoding steps to keep training and inference consistent.
Model comparison pass
Evaluated multiple regressors and selected the best trade-off between accuracy and stability.
Streamlit-first interface
Used Streamlit to rapidly ship an interface for prediction, diagnostics, and exploration.