You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Overfit-generalization-underfit notebook we present the validation curve of a DecisionTreeRegressor() using the Mean absolute error to score the model.
This could be a good opportunity to remind people that scores and errors cover different ranges of values and, therefore, training and testing curves can swap their relative positions depending on the evaluation method. I think this could partially help clarifying the notion of good vs. bad fit.
The text was updated successfully, but these errors were encountered:
ArturoAmorQ
changed the title
Add reminder on validation curves dependancy on scoring method
Add reminder on validation curves dependency on scoring method
Sep 14, 2021
ArturoAmorQ
changed the title
Add reminder on validation curves dependency on scoring method
Add reminder about validation curves' dependency on generalization performance metric
Sep 16, 2021
In the Overfit-generalization-underfit notebook we present the validation curve of a
DecisionTreeRegressor()
using the Mean absolute error to score the model.This could be a good opportunity to remind people that scores and errors cover different ranges of values and, therefore, training and testing curves can swap their relative positions depending on the evaluation method. I think this could partially help clarifying the notion of good vs. bad fit.
The text was updated successfully, but these errors were encountered: