Get uncertainties associated to the fit of a logistic regression
I am doing a logistic regression using sklearn. Thanks to it, I calculate the midpoint of the S-curve (f(x) = 0.5, midpoint_test) and the 16th and 84th percentiles (see dashed lines). I would like to know if there is a way to get the uncertainties associated to these values.