Tune ridge over np.logspace(-2, 3, 12) with scoring="r2" and return [best_alpha…

Machine Learning · from Capstone: a regression project

RidgeGridSearchCVresidualsMAEreporting in units

Putting the kettle on…

Starting up…

Exercise 1

Tune ridge over np.logspace(-2, 3, 12) with scoring="r2" and return [best_alpha, test_R2, test_MAE], rounded to 3, 4 and 3 places.

your answer
stuck? the lesson behind it
Capstone: a regression project
Predict the number, diagnose the residuals, report in minutes