Michael Mayer

Results 161 comments of Michael Mayer

Stumbling about this as well. With the development of `ColumnTransformer`, having the option to use a subset of the columns would be inherently important. The API could be as with...

You mean the SHAP values per category of a probabilistic classification model?

@hbaniecki According to https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels, "invalid" means that the issue/PR is no longer relevant. Maybe we can replace it by "Bug"?

Does not seem to be related to {DALEX}. The following code gives the same warning: ```r library(rms) data(titanic_imputed, package ="DALEX") model_titanic_lmr

IMHO, the leakage from joint binning is negligible (e.g. it does not use the response variable). My suggestion is to mention it in the help of `lgb.cv` instead of making...

@shiyu1994 : Agreed but please monitor memory footprint for large data. In my view, it would not be acceptable that the footprint would increase by a factor of k, where...

Thanks so much for clarifying. Having both options would be an ideal solution. Still, I think the potential of leakage is negligible compared to all the bad things the average...

A way to fit Generalized Random Forests with honesty options would simply be awesome!

> Something that I'm thinking looking at your description: does the recursion method of the partial dependence would already lead to not using impossible combination of feature, isn't it? Good...