Github user dbtsai commented on the issue:

    https://github.com/apache/spark/pull/14834
  
    @sethah Thank you for coming up with PR with detailed documentation. For 
option 2, if a two class model is trained with multinomial family, how do you 
store it? I was thinking about maybe we could always store the coefficients as 
`nClasses * numFeatures`, and when `nClasses == 2`, we convert it into `1 x 
numFeatures` for prediction. Thus, we don't lose the performance, and also have 
a consistent representation of models. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to