Partha Talukder created SPARK-14975:
---------------------------------------

             Summary: Predicted Probability per training instance for Gradient 
Boosted Trees in mllib. 
                 Key: SPARK-14975
                 URL: https://issues.apache.org/jira/browse/SPARK-14975
             Project: Spark
          Issue Type: Improvement
    Affects Versions: 1.6.1
            Reporter: Partha Talukder


This function available for Logistic Regression, SVM etc. 
(model.setThreshold()) but not for GBT.  In comparison to "gbm" package in R, 
where we can specify the distribution and get predicted probabilities or 
classes. I understand that this algorithm works with "Classification" and 
"Regression" algo's. Is there any way where in GBT  we can get predicted 
probabilities  or provide thresholds to the model?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to