Create an optimal regularised linear regression model and report the test performance.
Load the dataset and split the data for training and testing – consider the data of last 2 years (2015 and 2016) for testing. Now exclude recording_date_time column from both training and test sets. Display the shape of training and test sets. (3 marks) In [ ]: # INSERT your code (or comment) here 1. … Read more