predict_ALE {distillML} | R Documentation |
Prediction function for the ALE plots
Description
Prediction function for the ALE plots
Usage
predict_ALE(x, feature, training_data, save = TRUE)
Arguments
x |
An interpreter object |
feature |
The feature to build the ALE for (must be continuous) |
training_data |
The training data to use in order to build the ALE |
save |
Boolean to save the ALE predictions |
Value
A tibble that contains the ALE predictions for the given values
[Package distillML version 0.1.0.13 Index]