Skip to content

Caktusuki/Internship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

📊 Employee Burnout Prediction using Linear Regression

🔍 Overview

This project predicts employee burnout rate using a Linear Regression model.

It uses important workplace factors like:

  • Resource Allocation
  • Mental Fatigue Score
  • Work From Home Setup

📁 Dataset

🧾 Sample Data Preview

Dataset Head


📊 Dataset Shape

Dataset Shape

  • Total Rows: 22,750
  • Columns: 9

❗ Missing Values Analysis

Missing Values


📈 Statistical Summary

Statistical Summary


🔢 Unique Values

Unique Values


⚙️ Data Preprocessing

🧹 Cleaning & Encoding

Data Preprocessing

Steps:

  • Dropped unnecessary columns (Employee ID, Date of Joining)
  • Removed missing values
  • Applied One-Hot Encoding

🤖 Model Building

🏗️ Train-Test Split

Train Test Split

🧠 Model Training

Model Training

  • Model Used: Linear Regression

📊 Model Evaluation

📉 Performance Metrics

Model Evaluation

  • Mean Squared Error (MSE): ~0.003
  • R² Score: ~0.92 ✅

🛠️ Technologies Used

  • Platform: Google Colab
  • Language: Python

Libraries:

  • pandas
  • numpy
  • scikit-learn
  • matplotlib
  • seaborn

▶️ How to Run

  1. Clone the repository:
git clone https://github.com/Caktusuki/Internship.git
  1. Open in Google Colab

  2. Install dependencies:

pip install pandas scikit-learn matplotlib seaborn openpyxl
  1. Run all cells

📬 Contact


⭐ If you like this project, give it a star!


---

## 🔥 What makes this good

- Clean structure  
- Proper image linking (using `Preview/`)  
- Easy to understand  
- Looks professional on GitHub  

---

If you want next upgrade:
👉 I can add **badges, project demo style, and make it resume-level strong** 🚀

About

All Internship projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors