Pranav Nerurkar

Results 5 comments of Pranav Nerurkar

Try scatterplot https://shap.readthedocs.io/en/latest/example_notebooks/api_examples/plots/scatter.html

Thanks. I used the solution suggested and it is working without errors.

So if no immutable/categorical data nor range is given- we can write as below? ```py # Define constants COEFF_SPARSITY = 0.5 # sparisty coefficient COEFF_CONSISTENCY = 0.5 # consisteny coefficient...

yes it is working thanks. From my understanding the example given https://docs.seldon.io/projects/alibi/en/stable/examples/cfrl_adult.html. 1. The quality of counterfactuals generated depends on the black box model - in the above link randomforest...

Thanks I will try the new link. The error goes if i one-hot encode the labels. I did not do this as the data was binary. My bad.