Supervised Learning in R: Regression
Nina Zumel and John Mount
Win-Vector LLC
 A well fitting model

 A poorly fitting model

 A well fitting model

 A poorly fitting model


Measures how well model sorts the outcome
Wizard curve: perfect model

GainCurvePlot(houseprices, "prediction", "price", "Home price model")
Supervised Learning in R: Regression