Skip to content

This project explores and analyzes the 2024 JAMB examination results using Python. The dataset contains 5,000 student records, including details such as study habits, attendance, parental involvement, socioeconomic status, and final JAMB scores.

Notifications You must be signed in to change notification settings

Ezra-1233/Jamb-2024-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

JAMB 2024 Results Analysis

This project analyzes the JAMB 2024 exam results dataset (5000 rows) using Python.
The analysis explores relationships between study habits, attendance, teacher quality, and exam performance.
A Linear Regression model was built to predict JAMB scores.


Key Findings

  • Students with higher study hours, attendance, and completed assignments scored better.
  • Model Performance:
    • Mean Squared Error (MSE): 1658.66
    • R² Score: 0.31 (the model explains ~31% of the variation in JAMB scores).

Tools Used

  • Python
  • Pandas, NumPy
  • Matplotlib, Seaborn
  • Statsmodels
  • Scikit-learn

How to Use

  1. Clone the repo:
    git clone https://github.com/Ezra-1233/Jamb-2024-Analysis.git

About

This project explores and analyzes the 2024 JAMB examination results using Python. The dataset contains 5,000 student records, including details such as study habits, attendance, parental involvement, socioeconomic status, and final JAMB scores.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published