An open API service indexing awesome lists of open source software.

https://github.com/annapoorna-a-k/student-grade-prediction-using-linear-regression

Mathematics for Intelligent Systems-1 Project on Student Grade Prediction using Linear Regression
https://github.com/annapoorna-a-k/student-grade-prediction-using-linear-regression

linear-regression linear-regression-python machine-learning python studentgradeprediction

Last synced: about 2 months ago
JSON representation

Mathematics for Intelligent Systems-1 Project on Student Grade Prediction using Linear Regression

Awesome Lists containing this project

README

        

# STUDENT GRADE PREDICTION USING LINEAR REGRESSION
A Student Grade Prediction is a way of predicting a student grade based on his/her previous marks and various other parameters. We can use machine learning for the student grades prediction task so that instructors can help students prepare for topics where student grades were predicted low.
The dataset used is "Student Performance Data Set"-"student-mat.csv"
https://www.kaggle.com/dipam7/student-grade-prediction
Using this dataset containing attributes of 396 Portuguese students and the features available we use linear regression to identify whether the student performs good in final grade exam.