Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.59 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.59 KB

predict-students-grades

Here Student Performance Data Set dataset by Data-Science Sean is used to perform EDA and create a machine learning model that can predict student's final grades i.e. Tthe goal is to predict G3 using G1 and G2.

Table of contents

Getting started

The notebook is available on Kaggle to work in the same environment where this notebook was created i.e. use the same version packages used, etc...

Findings

average-grades

corr

age has low positive correlation with failure

Medu & Fedu has moderate positive correlation & they both have low positive correlation with grades

studytime & grades have a low positive correlation

failure has low negative correlation with grades

freetime has low positive correlation with goout

goout has low positive correlation with Walc

Walc has moderate positive correlation with Dalc and they both have negligible negative correlation

Model performance

Learning curve

learning-curve

Loss and R2 square metrics

scores

Actual Vs Predicted values

actual-vs-prediction

License

APACHE LICENSE, VERSION 2.0