π DURG University Student Prediction Models (DURG-EduAI)
Models Included
| File |
Purpose |
Accuracy |
| xgb_sgpa_model.pkl |
SGPA Regression |
RΒ²=0.9969, MAE=0.079 |
| xgb_result_classifier.pkl |
PASS/FAIL/ATKT |
99%+ F1 |
| xgb_dropout_risk.pkl |
Dropout Risk (Low/Med/High) |
100% F1 |
| subject_benchmarks.pkl |
Per-subject cohort stats |
161 subjects |
| artifacts.pkl |
Feature fill values & encodings |
β |
Training Data
- Sources: MSC, MA, Other PG, UG (Hemchand Yadav University, Durg)
- PG records (SGPA): 129,833
- Classification records: 222,009
- Dropout risk records: 245,913
Usage
- Upload sgpa_model/ folder to your Colab/environment
- Load models with joblib.load()
- Call analyze_student(record, source='msc'|'ma'|'other_pg'|'ug')
- Call print_report(report) to display results
Predictions
- SGPA (PG only) β regression, Β±0.08 average error
- Result Status β PASS / ATKT / FAIL with probabilities
- Dropout Risk β Low / Medium / High with probabilities
- Subject-wise analysis β score vs cohort average
- Early Warning flags β automatic alerts for at-risk students
Source Encoding
msc=0, ma=1, other_pg=2, ug=3