Jakub Wiśniewski
Jakub Wiśniewski
Hi, thanks for the pieces of advice! * I checked my RAM and it is stable, no peaks during training. Ran it also on cluster where memory is not a...
This is a good issue and it needs to be discussed in more depth as the changes for this to take effect are affecting `DALEX`. As for now, it will...
Probably division by zero occurs, therefore you get NA. In order to correctly compute metrics, the confusion matrix has to be somewhat populated. Additionally, if there is a metric with...
To get metrics without NA the predictor must make some mistakes. In case of this one it seems that in some metrics (like PPV) there are no true positives in...
Yes, this is surely it, but I am surprised that you did not got values for confusion matrices. This is unexpected behaviour and it might be a bug. Is it...
Hi, can't see the dataset, can you somehow link it? Thanks
Hi, I think what you need is to make a custom DALEX explainer from the function. I found this piece of code in the DALEX documentation: ``` # simple function...