mlr_measures_iml_main_effect_complexity | R Documentation |
Measures the main effect complexity of features of a model according to Molnar et al. (2020). Note that the models must be stored to be able to extract this information.
This measure requires the mlr3::Task and the mlr3::Learner for scoring.
This Measure can be instantiated via the dictionary mlr_measures or with the associated sugar function msr()
:
mlr_measures$get("iml_main_effect_complexity") msr("iml_main_effect_complexity")
Task type: “NA”
Range: [0, \infty)
Minimize: TRUE
Average: macro
Required Prediction: “prob”
Required Packages: mlr3
Id | Type | Default | Levels |
normalize | logical | FALSE | TRUE, FALSE |
mlr3::Measure
-> MeasureIMLMEC
new()
Creates a new instance of this R6 class.
MeasureIMLMEC$new()
clone()
The objects of this class are cloneable with this method.
MeasureIMLMEC$clone(deep = FALSE)
deep
Whether to make a deep clone.
Molnar, Christoph, Casalicchio, Giuseppe, Bischl, Bernd (2020). “Quantifying Model Complexity via Functional Decomposition for Better Post-Hoc Interpretability.” In Machine Learning and Knowledge Discovery in Databases, 193–204.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.