From a Gradient Boosted Model, if you get a continuous prediction between 0 and 1, what is the difference in the meaning of this compared to the probability derived from Logistic Regression?
For example, if I had an LR model output .6 for predicting variable Y, and I had a GBM output .7 for predicting variable Y, is there any significance to the higher value?