Use various Regression models to predict the marks of students.
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:
Tried to fit the data in a Linear Regression model.
Large amount of error is seen:
When the data was fit in a polynomial model, the results are worse than linear for higher degrees of the features.
For degree=3,