Lecture 10: Regression metrics
Metrics for Regression
Slides
Outline
- Recap: Classification metrics
Ridge
andRidgeCV
.alpha
hyperparameter ofRidge
- MSE, RMSE, MAPE
- Apply log-transform on the target values in a regression problem with
TransformedTargetRegressor