Skip to content

adityaagg7/students-performance-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

students-performance-prediction

About

 Use various Regression models to predict the marks of students.

DataSet:

The DataSet can be found here.

There are 8 columns, put of which 5 are feature columns.

All the feature columns are categorical and hence are label encoded prior to fitting the model.

There are three columns that tcan be used as target columms in the data set. Here only the 'maths score' column has been predicted and the others have been dropped.

The results of various different models are discussed below:

Linear:

 Tried to fit the data in a Linear Regression model.

 Large amount of error is seen:

"Plot of True Y and Error"

R2 value comes out → 0.19308861560707336

Polynomial:

When the data was fit in a polynomial model, the results are worse than linear for higher degrees of the features.

For degree=3,

"Plot of True Y and Error(POLYNOMIAL)"

R2 value comes out → 0.11539991529590632

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages