AleksandraDabrowska / DALEX

Descriptive mAchine Learning EXplanations

Home Page:https://pbiecek.github.io/DALEX/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DALEX

CRAN_Status_Badge Total Downloads Build Status Coverage Status

Descriptive mAchine Learning EXplanations

DALEX Stories

Install

From GitHub

# dependencies
devtools::install_github("MI2DataLab/factorMerger")
devtools::install_github("pbiecek/breakDown")

# DALEX package
devtools::install_github("pbiecek/DALEX")

or from CRAN

install.packages("DALEX")

Intro

Machine Learning models are widely used and have various applications in classification or regression tasks. Due to increasing computational power, availability of new data sources and new methods, ML models are more and more complex. Models created with techniques like boosting, bagging of neural networks are true black boxes. It is hard to trace the link between input variables and model outcomes. They are use because of high performance, but lack of interpretability is one of their weakest sides.

In many applications we need to know, understand or prove how input variables are used in the model and what impact do they have on final model prediction. DALEX is a set of tools that help to understand how complex models are working.

DALEX_intro

Single Variable

DALEX_single_variable

Single Prediction

DALEX_single_prediction

Variable Drop-out / Importance

DALEX_variable_dropout

Acknowledgments

Work on this package was financially supported by the 'NCN Opus grant 2016/21/B/ST6/02176'.

About

Descriptive mAchine Learning EXplanations

https://pbiecek.github.io/DALEX/


Languages

Language:R 100.0%