AmazonSageMakerCourse
AmazonSageMakerCourse copied to clipboard
Retrain the LinearRegressor to add X2
On the "Solution for under-fitting" part we need to retrain the LinearRegressor model to use both 'x' and 'x2' as inputs, or else it will show an error. I added the retrain line on the corresponding cell.