DetectiveShadow commited on
Commit
b481575
·
verified ·
1 Parent(s): d36da95

Upload feature_schema.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. feature_schema.json +4 -5
feature_schema.json CHANGED
@@ -1,16 +1,15 @@
1
  {
 
2
  "numeric": [
3
  "grade_level",
4
  "attendance",
5
  "hours_studied",
6
- "quizzes_avg",
7
- "confidence"
8
  ],
9
  "categorical": [
10
  "subject",
11
  "course_difficulty",
12
- "group_or_solo"
13
  ],
14
- "target": "final_grade",
15
- "notes": "attendance is 0\u20131 if applicable; categorical features are one-hot encoded."
16
  }
 
1
  {
2
+ "target": "assignment_scores",
3
  "numeric": [
4
  "grade_level",
5
  "attendance",
6
  "hours_studied",
7
+ "confidence_before_assessment"
 
8
  ],
9
  "categorical": [
10
  "subject",
11
  "course_difficulty",
12
+ "assignment_type"
13
  ],
14
+ "notes": "minimal features; sklearn==1.6.1; includes assignment_type"
 
15
  }