interpret icon indicating copy to clipboard operation
interpret copied to clipboard

Errors in Predicted and Prediction Scores(Logistic Regression)

Open Tejamr opened this issue 3 years ago • 0 comments

Hi @interpret-ml @richcaruana @Harsha-Nori ,

It is very fun using Interpret ML which is defining explanations in a very clean and smooth manner . But I have very few doubts . I am using Logistic Regression model explanation using Interpret ML . 1 .Getting into the visualisation part it is always showing a probability of greater then 0.5 (predicted Probability) for the whole test data (>0.5). 2 . When the predicted probability is >0.5 the label should be 1(True) where it is 0(False) . 3 . What one should understand by looking into the Actual and Predicted probabilities and Scores . 4 . Should we have to perform EDA on data before fitting it into the model? [Find the below images Screenshot from 2022-06-09 11-02-32 newplot (6) for your reference].

Tejamr avatar Jun 09 '22 05:06 Tejamr