GitHub user jkbradley opened a pull request:

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

    [SPARK-16485][ML][DOC] Fix privacy of GLM members, rename sqlDataTypes for 
ML, doc fixes

    ## What changes were proposed in this pull request?
    
    Fixing issues found during 2.0 API checks:
    * GeneralizedLinearRegressionModel: linkObj, familyObj, familyAndLink 
should not be exposed
    * sqlDataTypes: name does not follow conventions. Do we need to expose it?
    * Evaluator: inconsistent doc between evaluate and isLargerBetter
    * MinMaxScaler: math rendering --> hard to make it great, but I'll change 
it a little
    * GeneralizedLinearRegressionSummary: aic doc is incorrect --> will change 
to use more common name
    
    ## How was this patch tested?
    
    Existing unit tests.  Docs generated locally.  (MinMaxScaler is improved a 
tiny bit.)

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

    $ git pull https://github.com/jkbradley/spark final-api-check-2.0

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

    https://github.com/apache/spark/pull/14187.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 #14187
    
----
commit 3a1fb1c358a9843ada0e9638ce6249b639fd2d4e
Author: Joseph K. Bradley <jos...@databricks.com>
Date:   2016-07-13T20:47:47Z

    Fixing:
    * GeneralizedLinearRegressionModel: linkObj, familyObj, familyAndLink 
should not be exposed
    * sqlDataTypes: name does not follow conventions. Do we need to expose it?
    * Evaluator: inconsistent doc between evaluate and isLargerBetter
    * MinMaxScaler: math rendering --> hard to make it great, but I'll change 
it a little
    * GeneralizedLinearRegressionSummary: aic doc is incorrect --> will change 
to use more common name

commit 4b2199476d60740cb8adbe1e0bfb5e949860132f
Author: Joseph K. Bradley <jos...@databricks.com>
Date:   2016-07-13T20:51:27Z

    added Since version to SQLDataTypes

----


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