Behavioral Analytics & Academic Performance Predictor
Developed a model to predict academic performance (0-100) from behavioral and lifestyle features using a tabular neural network trained on an engineered feature set. Validated generalization with cross-validation and assessed predictive accuracy through error and goodness-of-fit metrics. Performed permutation feature importance and residual diagnostics to identify which features most strongly influenced predicted grades. • Trained and evaluated a tabular neural network regressor for grade prediction. • Conducted 5-fold cross-validation and computed RMSE on holdout splits. • Produced interpretability outputs via permutation feature importance and residual checks. • Deployed an interactive inference interface for instant predictions.