FeatureEffect           Effect of a feature on predictions
FeatureEffects          Effect of all features on predictions
FeatureImp              Feature importance
Interaction             Feature interactions
LocalModel              LocalModel
Partial                 Effect of one or two feature(s) on the model
                        predictions (deprecated)
Predictor               Predictor object
Shapley                 Prediction explanations with game theory
TreeSurrogate           Decision tree surrogate model
calculate.ale.cat       Compute ALE for 1 categorical feature
calculate.ale.num       Compute ALE for 1 numerical feature
calculate.ale.num.cat   Compute ALE for 2 features, one numerical, one
                        categorical
calculate.ale.num.num   Compute ALE for 2 numerical features
iml-package             Make machine learning models and predictions
                        interpretable
impute_cells            Impute missing cells of grid
order_levels            Order levels of a categorical features
plot.FeatureEffect      Plot FeatureEffect
plot.FeatureEffects     Plot FeatureEffect
plot.FeatureImp         Plot Feature Importance
plot.Interaction        Plot Interaction
plot.LocalModel         Plot Local Model
plot.Shapley            Plot Shapley
plot.TreeSurrogate      Plot Tree Surrogate
predict.LocalModel      Predict LocalModel
predict.TreeSurrogate   Predict Tree Surrogate
