-
### Issue Description
When explaining GradientBoostingClassifier, passing 'probability' or 'predict_proba' in the TreeExplainer object returns the log odds explanations and not the probability of the…
-
An Exception occurred while running Debugger:
command line is C:/Users/amirelm/Documents/GitHub/Debugger/learner/wrapper.py C:\Users\amirelm\Documents\GitHub\repository_mining\repository_data\configu…
-
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
%matplotlib inline
import os
print(os.listdir())
import warnings
warnings.filterwarnings('ig…
-
Hi All,
I think we may need to keep track somewhere of parameter relationships that will result in the model crashing or behaving in non-physically-meaningful ways. Lots of the parameters on their…
-
According to the README, it should be possible to use code like the following to calculate shapley values and create a waterfall plot using a `sklearn` classifier:
```
import shap
import sklearn
…
-
### Contact Details
N.J.Rahder@tilburguniversity.edu
### Is your content request related to a problem you've encountered during your research process? Please describe.
To construct a more comprehen…
-
Hello,
The actual Sleuth package and plots within sleuth_live work/look great, but for some reason it appears that in the tables (when attempting to use sleuth_live), every single character from th…
-
Decision process should show how a certain value is computed through the decision tree, perhaps recording the branch taken at each tree node.
If no such feature exists for the time being, perhaps I…
-
See notebook, the performance of onnxruntime is slower with a number of classes in [3, 25..]
[onnx_test_ensemble.ipynb.txt](https://github.com/onnx/sklearn-onnx/files/4560050/onnx_test_ensemble.ipy…
-
### Describe the feature you want to add to this project
Integration of new algorithm LambdaMart.
### Describe your proposed solution
LambdaMART is the boosted tree version of LambdaRank, w…