zeromh

Results 10 comments of zeromh

@lopuhin Is ELI5 still being updated and supported? It looks like it isn't. Asking because I need to decide whether to use ELI5 in my next project or move on...

Hi eli5-ers. I'm working on a new project that uses eli5 and still wondering what order the `PermutationImportance.results_` are in. Can anyone tell me?

Also requesting this! `matplotlib 3.1.1` is 2 years old as of writing. It's difficult to use `pdpbox` if I have to use such an out of date `matplotlib`.

tsminhuang's fix worked for me, but I'd also love to see native support for dict-like search spaces!

I did not find a solution for the `UpliftRandomForestClassifier`. However, it looks like your question is not necessarily about calibration. (A qini curve is for checking uplift *rankings,* not calibration.)...

@vincewu51 Saying "no, I'm not familiar with any methods for calibrating the causalml Uplift Forest estimators" would have been kinder than closing the issue and marking it as "completed" without...

Sure. First, what does this mean: > Shap returns values that are compatible with a predict_proba call from sklearn. What class, function, or method are you referring to when you...

Can you provide a working example with a sklearn classifier? Just now I tried the following on the latest version of SHAP: ```python import shap import sklearn shap.initjs() X, y...

This is helpful! The code works for me. Thank you. I think the Explainer documentation is confusing, and that's part of the problem. Here's what I mean: This is the...