I am interested to extract the actual probability values (between o and 1) from a logistic regression curve (sigmoid curve) in python as shown in pink color in the attached image.
This is like any regression. Substitute the predictor values of interest in the prediction equation. This gives you the predicted logit values and then transform to the units of interest. A full discussion is given in the attached screenshot. I wouldn't be surprised to learn that further searching would give an online calculator. Best wishes David Booth