-
Hi,
Thanks for the package! I was wondering how is the variable order set when calculating the local interactions and if there could be a way to randomize that order to repeat the measure of the con…
-
I'm trying to wrap a `fastai` tabular `learner` with DALEX. I got `'DataFrame' object has no attribute 'to_frame'` error with `dx.Explainer(learn, xs, y, label = "Deep NN")`. Any potential problems wi…
-
Wondering if DALEX will play nicely with sparklyr or if we can get this kind of information out of models & data in spark?
-
It would be great when methods for making models and predictions better explainable would be made available through tidymodels and could be added to a workflow, for example like the ones in the `DALEX…
-
Hi survex!
Just wonder if there is any advice on building explainers from a graph learner by mlr3. This seems to be quite a silly question as graph learners are heavily used in preprocessing (as an e…
-
Hi !
Can I have help to fix the error below?
Error in yhats[[which.min(yhats_diff)]] :
attempt to select less than one element in get1index
I only code this:
contribution
-
This currently fails:
```r
library(tidymodels)
library(bonsai)
library(kernelshap)
library(shapviz)
iris_recipe %
recipe(Sepal.Length ~ .)
parsnip::boost_tree(
mode = "regression"
…
-
# Multiclass predictive modeling for #TidyTuesday NBER papers | Julia Silge
Tune and evaluate a multiclass model with lasso regulariztion for economics working papers.
[https://juliasilge.com/blog/n…
-
I've been using DALEX to make ALE profiles for xgboost models, and recently want to test neural networks. I see that tensorflow is supported and wonder if there is a way to use it with PyTorch.
-
Trying to use DALEX on my data. Getting following error in line
`pb_h2o_automl
boral updated
5 months ago