Closed kevinykuo closed 6 years ago
@pbiecek looking for your input on this, will be talking about DALEX applications in upcoming talks so I want to keep myself honest 😄
Baseline is the change in model performance when ALL variables are permuted, so it depends on the model. Does this help?
Makes sense, thanks!
@kevinykuo one way to think about baseline is that it is an average model response. And as mstaniak already wrote, different models may have different average responses.
How do we interpret the baseline in variable importance? Noticed that when the variable importances for different models are plotted simultaneously that the baseline numbers don't agree, even with
type = "ratio", n_sample = -1
.