predict_ALE: Prediction function for the ALE plots
Description
Prediction function for the ALE plots
Usage
predict_ALE(x, feature, training_data, save = TRUE)
Value
A tibble that contains the ALE predictions for the given values
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