View source: R/Classification.R
InterpretModels | R Documentation |
Interprets the feature importance of each model using DALEX and feature importance permuation
InterpretModels(output_dir = "./classifiers", plot_type = "ratio")
output_dir |
The output directory that TrainAllModels saved training data and models into |
plot_type |
Argument to pass to model_parts(). Ratio or difference is recommended for large feature sets where the base model's AUC loss will be outside the plotting range. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.