lipaz commited on
Commit
d7d82be
·
verified ·
1 Parent(s): 04de513

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -90,3 +90,53 @@ Mental health is one of the strongest predictors.
90
  ![Diet Quality](diet_quality_vs_exam_score.png)
91
 
92
  **Result:** Minimal effect.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  ![Diet Quality](diet_quality_vs_exam_score.png)
91
 
92
  **Result:** Minimal effect.
93
+
94
+ ---
95
+
96
+ # 🔥 **Additional Analysis**
97
+
98
+ ### **Regression Summary (full model)**
99
+ ![Regression Summary](regression_summary.png)
100
+
101
+ ### **Correlation Heatmap of All Variables**
102
+ ![Correlation Heatmap](correlation_heatmap.png)
103
+
104
+ ---
105
+
106
+ # 📁 Dataset Structure (Data Dictionary)
107
+
108
+ | Column Name | Description |
109
+ |--------------------------|-------------|
110
+ | student_id | Unique student ID |
111
+ | age | Age of the student |
112
+ | gender | Male/Female/Other |
113
+ | study_hours_per_day | Hours studied per day |
114
+ | sleep_hours | Sleep duration in hours |
115
+ | social_media_hours | Daily hours spent on social media |
116
+ | netflix_hours | Hours spent watching Netflix |
117
+ | part_time | Whether student works (Yes/No) |
118
+ | attendance_percentage | Class attendance percent |
119
+ | sleep_hours | Sleep duration |
120
+ | diet_quality | Poor / Fair / Good |
121
+ | exercise_frequency | Weekly exercise frequency |
122
+ | parental_education_level | Parent education (High school, Bachelor, Master…) |
123
+ | internet_quality | Poor/Average/Good |
124
+ | mental_health_rating | Scale 1–10 |
125
+ | extracurricular | Participates in activities (Yes/No) |
126
+ | exam_score | Final exam score |
127
+
128
+ ---
129
+
130
+ # 🧾 **Conclusion**
131
+ Study time, mental health, and exercise show positive influence on exam scores.
132
+ Netflix hours and heavy social media use show negative or weak negative effects.
133
+ Lifestyle factors such as attendance, diet, and internet quality matter less than expected.
134
+
135
+ Students who balance healthy routines — good study habits, sleep, mental well-being, and moderate screen time — tend to perform better academically.
136
+
137
+ ---
138
+
139
+ # ✅ Project Completed by
140
+ 💛 **Lipaz Levy**
141
+ Reichman University — Data Analysis Project
142
+