Closed dsvrsec closed 4 years ago
Is there any way to get p values from Regression when the local model is fit for explanation
Not with the default parameters. The parameter model_regressor allows you to pass in an arbitrary sklearn regressor to be used, I guess you could use one that computes p-values.
model_regressor
Is there any way to get p values from Regression when the local model is fit for explanation