Skip to content

Lakhan-cs/Logistic_Regression-Student-Performance-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧑‍🎓 Logistic Regression Student Pass/Fail prediction

This repo contains Logistic Regression project where I take random 1000 students records from different universities This repo will predict chance of a student Pass/Back based on academic & lifestyle factors


Dataset constains :

Records of 1000 random student records:

  • study_hour , sleep_hour
  • class_attendence, study_AM/PM
  • internet_access, exam_score
  • pass/back

Dataset Overview


Step performed in Project

  • Import Python packages & Datasets
  • Exploratory Data Analysis (EDA)
    • Graphs & Charts
    • Distribution of Exam level
    • Sleep hours impact on result
    • Night study vs performence vs internet access
  • Features Engineering
  • Train the Model
    • Train_Test_Split
    • accuracy
    • confusion metrix
    • classification report & Cross Validation

Packages Used In :

  • python
  • pandas
  • numpy
  • matplotlib
  • seaborn
  • sklearn

How to access this repo on Devise

About

Logistic Regression Student Performance Prediction Project : Prediction of student pass/fail based on student academic & life habbits Dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors