[GitHub] spark issue #23146: [SPARK-26173] [MLlib] Prior regularization for Logistic ...

2018-12-03 Thread elfausto
Github user elfausto commented on the issue: https://github.com/apache/spark/pull/23146 Thanks for your review, @srowen. I added a link to the PR's description and the JIRA ticket pointing to the reference Python implementation I used for unit testing.

[GitHub] spark issue #23146: [SPARK-26173] [MLlib] Prior regularization for Logistic ...

2018-11-29 Thread elfausto
Github user elfausto commented on the issue: https://github.com/apache/spark/pull/23146 Thanks for your feedback @sujithjay. I expanded the description and Jira ticket with the requested details. Please let me know if anything is missing

[GitHub] spark pull request #23146: [SPARK-26173] [MLlib] Prior regularization for Lo...

2018-11-26 Thread elfausto
GitHub user elfausto opened a pull request: https://github.com/apache/spark/pull/23146 [SPARK-26173] [MLlib] Prior regularization for Logistic Regression Implementation of [SPARK-26173](https://issues.apache.org/jira/browse/SPARK-26173). Unit tests have been added to the