Skip to content

umran666/Student-Marks-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Exam Score Prediction using Machine Learning

This project predicts students' math exam scores based on their test preparation course status and scores in reading and writing using machine learning models.

Description

The dataset contains students' scores and their test preparation course completion status. We use this data to train regression models to predict math scores. The project compares the performance of:

  • Linear Regression

Various evaluation metrics such as Mean Absolute Error (MAE), Root Mean Squared Error (RMSE), and R² score are used to assess model performance.

Dataset

The dataset exams.csv includes the following columns:

  • test preparation course: whether the student completed a prep course (none or completed)
  • math score
  • reading score
  • writing score

How to Run

  1. Ensure you have Python 3 installed.
  2. Install required libraries: pandas, numpy, scikit-learn, matplotlib.
  3. Run the script to train models and evaluate predictions.
python model.py

About

This project predicts students’ exam scores using Machine Learning techniques based on factors such as study-related inputs and test preparation data. The goal is to analyze how different features influence academic performance and to build a predictive model that estimates exam scores accurately.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages