Vishvsalvi / Marks_prediction

Machine Learning project that predicts students final exam marks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Final Exam Marks Prediction Model

This repository contains a machine learning model that predicts the marks of final exams of students based on the marks of previous 2 exams, studytime, failures and absences.

Model Architecture

The model is a linear regression model with 4 features:

  • Previous exam marks
  • StudyTime
  • Absences
  • Failures

About

Machine Learning project that predicts students final exam marks.


Languages

Language:Jupyter Notebook 100.0%