You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting a Booster model trained with the Logitraw objective function using m2cgen, a sigmoid function is applied to the final score in the resulting C or Python code as if the Logistic objective function had been utilized during training.
When exporting a Booster model trained with the Logitraw objective function using
m2cgen
, a sigmoid function is applied to the final score in the resulting C or Python code as if the Logistic objective function had been utilized during training.In this snippet, the
sigmoid()
function should not be applied on the final sum, sincelogitraw
uses the raw score output from single trees.Anyone can confirm this?
Thanks
The text was updated successfully, but these errors were encountered: