×

DALEX

swMATH ID: 26094
Software Authors: Biecek, Przemyslaw
Description: R package DALEX: Descriptive mAchine Learning EXplanations. Machine Learning (ML) models are widely used and have various applications in classification or regression. Models created with boosting, bagging, stacking or similar techniques are often used due to their high performance, but such black-box models usually lack of interpretability. DALEX package contains various explainers that help to understand the link between input variables and model output. The single_variable() explainer extracts conditional response of a model as a function of a single selected variable. It is a wrapper over packages ’pdp’ and ’ALEPlot’. The single_prediction() explainer attributes parts of a model prediction to particular variables used in the model. It is a wrapper over ’breakDown’ package. The variable_dropout() explainer calculates variable importance scores based on variable shuffling. All these explainers can be plotted with generic plot() function and compared across different models.
Homepage: https://cran.r-project.org/web/packages/DALEX/index.html
Source Code:  https://github.com/cran/DALEX
Dependencies: R
Related Software: R; pdp; iml; H2O; modelStudio; ggplot2; XGBoost; ranger; lime; TensorFlow; shap; randomForestExplainer; mlr3; caret; mlr; Scikit; InterpretML; AI Explainability 360; CRAN; ALEPlot
Cited in: 8 Documents

Citations by Year