Learn R Programming

DALEXtra (version 2.3.0)

Extension for 'DALEX' Package

Description

Provides wrapper of various machine learning models. In applied machine learning, there is a strong belief that we need to strike a balance between interpretability and accuracy. However, in field of the interpretable machine learning, there are more and more new ideas for explaining black-box models, that are implemented in 'R'. 'DALEXtra' creates 'DALEX' Biecek (2018) explainer for many type of models including those created using 'python' 'scikit-learn' and 'keras' libraries, and 'java' 'h2o' library. Important part of the package is Champion-Challenger analysis and innovative approach to model performance across subsets of test data presented in Funnel Plot.

Copy Link

Version

Install

install.packages('DALEXtra')

Monthly Downloads

4,501

Version

2.3.0

License

GPL

Issues

Pull Requests

Stars

Forks

Maintainer

Szymon Maksymiuk

Last Published

May 26th, 2023

Functions in DALEXtra (2.3.0)

explain_mlr3

Create explainer from your mlr model
champion_challenger

Compare machine learning models
explain_tidymodels

Create explainer from your tidymodels workflow.
explain_xgboost

Create explainer from your xgboost model
explain_h2o

Create explainer from your h2o model
explain_keras

Wrapper for Python Keras Models
explain_mlr

Create explainer from your mlr model
create_env

Create your conda virtual env with DALEX
dalex_load_explainer

DALEX load explainer
explain_scikitlearn

Wrapper for Python Scikit-Learn Models
plot.training_test_comparison

Plot and compare performance of model between training and test set
print.overall_comparison

Print overall_comparison object
overall_comparison

Compare champion with challengers globally
plot.overall_comparison

Plot function for overall_comparison
predict_surrogate

Instance Level Surrogate Models
funnel_measure

Caluculate difference in performance in models across different categories
model_info.WrappedModel

Exract info from model
plot.funnel_measure

Funnel plot for difference in measures
print.funnel_measure

Print funnel_measure object
print.scikitlearn_set

Prints scikitlearn_set class
print.training_test_comparison

Print funnel_measure object
yhat.WrappedModel

Wrapper over the predict function
training_test_comparison

Compare performance of model between training and test set