Taking cue from Is it possible to obtain class probabilities using GradientBoostedTrees with spark mllib?
The answer to this question is given last December. I wanted to know if there is anything in Spark 1.6.1.
I tried to edit the above question but somehow it did not happen.
My query is like most other algorithms in Spark mllib library we can find predicted probabilities. Can we get the same in Gradient Boosting Trees-Classification(http://spark.apache.org/docs/latest/mllib-ensembles.html#gradient-boosted-trees-vs-random-forests) and change the model threshold?
That way I can change the threshold to improve the model performance.