View source: R/FeatureEffect-ale.R
calculate.ale.num.num | R Documentation |
Compute ALE for 2 numerical features
calculate.ale.num.num(dat, run.prediction, feature.name, grid.dt1, grid.dt2)
dat |
the data.frame with same columns as training data |
run.prediction |
Predict function of type: f(newdata) |
feature.name |
The column names of the feature for which to compute ALE |
grid.dt1 |
Data.table with single column with the grid value for feature 1 |
grid.dt2 |
Data.table with single column with the grid value for feature 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.