GitHub user yanboliang opened a pull request:

    https://github.com/apache/spark/pull/9331

    [SPARK-11369] [ML] [R] SparkR glm should support setting standardize

    SparkR glm currently support :
    ```formula, family = c(“gaussian”, “binomial”), data, lambda = 0, 
alpha = 0```
    We should also support setting standardize which has been defined at 
[design 
documentation](https://docs.google.com/document/d/10NZNSEurN2EdWM31uFYsgayIPfCFHiuIu3pCWrUmP_c/edit)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/yanboliang/spark spark-11369

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/9331.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #9331
    
----
commit 90927e6e4cd46a6752fe4cdd7d1214112d218278
Author: Yanbo Liang <[email protected]>
Date:   2015-10-28T11:12:42Z

    SparkR glm should support setting standardize

----


---
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