Skip to content

Conversation

@jkbradley
Copy link
Member

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

* 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
@jkbradley
Copy link
Member Author

CCing several people since this should be in 2.0: @thunterdb @yanboliang @MLnick
Thanks!

@SparkQA
Copy link

SparkQA commented Jul 13, 2016

Test build #62278 has finished for PR 14187 at commit 4b21994.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@BryanCutler
Copy link
Member

LGTM, I took a quick look (but didn't build the docs)

@jkbradley
Copy link
Member Author

@BryanCutler Thanks for taking a look! I'll merge this with master and branch-2.0 then

asfgit pushed a commit that referenced this pull request Jul 13, 2016
…s 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.)

Author: Joseph K. Bradley <[email protected]>

Closes #14187 from jkbradley/final-api-check-2.0.

(cherry picked from commit a5f51e2)
Signed-off-by: Joseph K. Bradley <[email protected]>
@asfgit asfgit closed this in a5f51e2 Jul 13, 2016
@jkbradley jkbradley deleted the final-api-check-2.0 branch July 25, 2016 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants