Description
In this assignment, you are supposed to use the dataset.csv file.
1. Calculate the correlation matrix for the input data (first 9 columns). Note: The last column is the dependent variable (the output). Further, using this correlation matrix, check if there is any redundant information present in the data.
2. Fit a linear regression model to the data and calculate the mean square error.