Github user WeichenXu123 commented on the issue:

    https://github.com/apache/spark/pull/13796
  
    @dbtsai 
    in this jira
    https://issues.apache.org/jira/browse/SPARK-17163
    it consider to unify interface for binary logistic regression and softmax.
    but I think they are not equivalent in fact (when numClass == 2).
    I think the better way is:
    1. extend the binary logistic regression to numClass > 2 cases, but 
optimize it on (numClass-1) parameters.
    2. modify the softmax reg==0 case computation, use the way described in `1`



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to