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