calculate.ale.num.cat {iml} | R Documentation |
Compute ALE for 2 features, one numerical, one categorical
calculate.ale.num.cat(dat, run.prediction, feature.name, grid.dt)
dat |
the data.frame with same columns as training data |
run.prediction |
Predict function of type: f(newdata) |
feature.name |
The column name of the features for which to compute ALE |
grid.dt |
data.table with single column with grid values for the numerical feature |