-
I've noticed different results of `feature_importance` in DALEX and ingredients. It is caused by different default values for loss_function. I was wondering shouldn't they be the same for consistency …
-
Error running xai2shiny function, something about a missing comma?
### Load libraries
## Data transformations
suppressMessages(library(tidyverse))
suppressMessages(library(data.table))
## Sav…
-
These lines return no columns in my `mlr xgboost` model.
https://github.com/ModelOriented/DALEXtra/blob/1f1d173b1d23e4e5624994a2cf6974a7240ab3ea/R/yhat.R#L33-L35
![image](https://user-images.githu…
-
![image](https://user-images.githubusercontent.com/32574004/80493281-7cfed880-8965-11ea-8282-445d495af540.png)
I believe that this should be 3rd column not 2nd.
https://github.com/ModelOriented…
-
1. I would argue that `n_sample` in `model_parts` should be `NULL` like in `ingredients`.
https://github.com/ModelOriented/DALEX/blob/1a0c76812961f2770ad1a8f2b452870a00c5b91c/R/model_parts.R#L46
2…
-
I calculated the RMSE score on test data with `model_performance(explain_test, score = "rmse") `function from `auditor`, where `explain_test` is object `explain` from` DALEX` for xgboost model and t…
-
Currently in the shapper we have hard copies of drwhy themes
```
> library("shapper")
Attaching package: ‘shapper’
The following objects are masked from ‘package:DALEX’:
theme_drwhy, theme_dr…
-
-
-