Michael Mayer

Results 161 comments of Michael Mayer

> Yep. I might need some time to catch up with the topic and the code. But this is on my shortlisted PR for the next release. Fantastic! Fresh eyes...

ML workflows with clustered data are a delicate thing. Using a clean train/test split (grouped split on subject) and then evaluating the model on the test data is often a...

Same words as @mcgfeller . I would even take a slowish non-sorted version.

I 👍. The question is: is it efficient? (Interactions with dummies generate many 0). And: is it safe to load a serialized model and use it to predict on unseen...

Wow, thanks a lot for the explanations. Really looking forward to this!

@wkondrusiewicz In my example above, there are no pandas structures at all. So I currently do not understand the suggested workaround. Hints are very welcome :-). The problem is with...

I think I have tracked the problem: SHAP turns the original tree ensemble into its own tree structure by calling `TreeEnsemble`. There, we find the following tree transformation block (multiple...

@p-schaefer : see also https://github.com/microsoft/LightGBM/issues/6058

This would indeed be very handy, thx.

Note on the status: We have finished https://github.com/microsoft/LightGBM/issues/6397, and I have started to draft a solution for this issue, but it is not yet in the state I want it...