DALEX icon indicating copy to clipboard operation
DALEX copied to clipboard

moDel Agnostic Language for Exploration and eXplanation

Results 29 DALEX issues
Sort by recently updated
recently updated
newest added

Candidate features for version 3.0: - Absorbing needed functions from iBreakDown and ingredients. Shorter dependency list and easier package modification and maintenance. - Parallelize the calculation of explanations such as...

R 🐳

The loss functions included are great but are somewhat limited. There are a lot of R packages that could expand the types of loss functions (but at the loss of...

R 🐳

I tried the python version of dalex with a multiregression model and it gave an error. (See below) Is there any way around it ? If i understand correctly iBreakdown/pyBreakdown...

feature 💡
long term 📆
Python 🐍

Multi class feature importance is returning NaN for all variables. Does Dalex in Python support multi class? Jupyter NB and datafile is attached [Archive.zip](https://github.com/ModelOriented/DALEX/files/5354140/Archive.zip)

feature 💡
long term 📆
Python 🐍

Team Dalex, As compared to the [python](https://dalex.drwhy.ai/python-dalex-aspect.html) implementation, it appears that R's [aspect_importance](https://modeloriented.github.io/DALEXtra/reference/aspect_importance.html) does not seem to have some functionalities and non unified API: 1. Specifying correlation mechanism (`depend_method` in...

feature 💡
R 🐳

In some social science fields large data do not exist and researchers must make decisions using small number of samples ([p >> n problem](https://www.intechopen.com/chapters/50570)) Good to see support in R...

question ❔

I think it could useful a function to calculate numerically not just the partial plot of the predictor, like in the function [variable_effect_partial_dependency ](https://modeloriented.github.io/DALEX/reference/variable_effect.html), but also the partial derivative of...

feature 💡
long term 📆
R 🐳
looking for help

... as produced by `model_profile` either by marking off variable deciles at the bottom of each plot the way `sklearn` does it e.g. (https://scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html) or by including an entire histogram...

feature 💡
long term 📆
Python 🐍

I am using dalex to plot multiple partial dependence plots in Python. It is a very useful package! For some numeric features (especially those with outliers), I would like to...

feature 💡
Python 🐍

if `model_type` is not None --> override guessing of `classification`/`regression` https://github.com/ModelOriented/DALEX/blob/daf33cbe54f0b624973722f4d208cb5edaa55cb4/python/dalex/dalex/_explainer/checks.py#L184

feature 💡
long term 📆
Python 🐍