Skip to content

kaviha2006/student-burnout-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Student Burnout Prediction using Machine Learning

This project predicts whether a student is at risk of mental burnout using behavioral data such as study hours, screen time, sleep patterns, and physical activity.


✨ Project Highlights

  • πŸ“Š Built a dataset of 30 students with 5 behavior-based features
  • πŸ€– Trained a Logistic Regression model using scikit-learn
  • 🎯 Achieved 83.3% accuracy on the test set
  • πŸ”₯ Visualized feature correlations using a heatmap
  • πŸ“± Entire project developed on Google Colab using a mobile device

πŸ›  Tools & Technologies

  • 🐍 Python (Pandas, NumPy, scikit-learn, Seaborn, Matplotlib)
  • ☁️ Google Colab
  • πŸ’» GitHub

πŸ“Š Results Overview

Metric Score
Accuracy 83.3%
Precision 0.83 (Non-Burnout), 0.00 (Burnout)
Recall 1.00 (Non-Burnout), 0.00 (Burnout)
F1-Score 0.91 (Non-Burnout), 0.00 (Burnout)

⚠️ Note: The low performance on burnout cases is due to class imbalance in the test data. With more balanced data, the model's performance can improve significantly.


πŸ‘€ About Me
Name: Kaviha R. M
Degree: B.E. CSE
College: V.S.B College of Engineering Technical Campus
Email: kaviharavichandran2006@gmail.com
GitHub: github.com/kaviha2006


πŸš€ This project was built as part of my learning journey in Machine Learning, and I’m excited to share it while applying for the Amazon ML Summer School 2025.

About

ML project to predict student burnout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors