Adaboost prediction is the sign of the strong classifier. How can we obtain the probability of the prediction $P(y = 1 | x)$?
Can we use the logistic function or some other function as follows:
$$P(y = 1 | x) = \frac1{1+\exp(-F(x))}$$
where $F(x)$ is the strong classifier.