DharunL commited on
Commit
b3cb9d4
·
verified ·
1 Parent(s): d7e1d3a

added readm me files desciption

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - xgboost
4
+ - tabular-classification
5
+ - education
6
+ - student-success
7
+ ---
8
+
9
+ # Edustar.AI Risk Predictor (Model 1) 🎓
10
+
11
+ This is the core AI engine for the **Edustar.AI** platform. It is a Machine Learning model trained to predict the likelihood of a student falling behind or dropping out based on their academic and attendance footprint.
12
+
13
+ ## Model Details
14
+ - **Architecture:** XGBoost Classifier
15
+ - **Features Used:**
16
+ - `absence_rate`: Percentage of school days missed
17
+ - `avg_score`: Average academic score across all assignments
18
+ - **Output:** Binary classification (1 = At Risk, 0 = Safe) with a precisely calculated Risk Probability Percentage.
19
+
20
+ ## How it Works
21
+ The AI compares a student's current attendance and grading trajectory against a massive historical dataset. It identifies if the student's metrics match the mathematical fingerprint of historical students who eventually failed.
22
+
23
+ ## Intended Use
24
+ This model is designed to be integrated into school management dashboards (like the Edustar Dashboard) to provide early-warning signals to teachers and principals, allowing for timely intervention *before* a student actually fails.