Skip to content

Conversation

@mengxr
Copy link
Contributor

@mengxr mengxr commented Aug 25, 2015

Same as #8421 but for mllib.regression.

cc @freeman-lab @dbtsai

@SparkQA
Copy link

SparkQA commented Aug 25, 2015

Test build #41547 has finished for PR 8426 at commit 6cd28e4.

  • This patch fails some tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • abstract class GeneralizedLinearModel @Since("1.0.0") (
    • class IsotonicRegressionModel @Since("1.3.0") (
    • case class LabeledPoint @Since("1.0.0") (
    • class LassoModel @Since("1.1.0") (
    • class LinearRegressionModel @Since("1.1.0") (
    • class RidgeRegressionModel @Since("1.1.0") (
    • public static class AppExecId
    • public static class StoreVersion
    • abstract class SetOperation(left: LogicalPlan, right: LogicalPlan) extends BinaryNode
    • case class Union(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)
    • case class Intersect(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)
    • case class Except(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)

@mengxr
Copy link
Contributor Author

mengxr commented Aug 25, 2015

test this please

@SparkQA
Copy link

SparkQA commented Aug 25, 2015

Test build #41557 has finished for PR 8426 at commit 6cd28e4.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • abstract class GeneralizedLinearModel @Since("1.0.0") (
    • class IsotonicRegressionModel @Since("1.3.0") (
    • case class LabeledPoint @Since("1.0.0") (
    • class LassoModel @Since("1.1.0") (
    • class LinearRegressionModel @Since("1.1.0") (
    • class RidgeRegressionModel @Since("1.1.0") (

@dbtsai
Copy link
Member

dbtsai commented Aug 26, 2015

LGTM. Merged into branch-1.5 and master. Thanks.

@asfgit asfgit closed this in 4657fa1 Aug 26, 2015
asfgit pushed a commit that referenced this pull request Aug 26, 2015
Same as #8421 but for `mllib.regression`.

cc freeman-lab dbtsai

Author: Xiangrui Meng <[email protected]>

Closes #8426 from mengxr/SPARK-10235 and squashes the following commits:

6cd28e4 [Xiangrui Meng] update since versions in mllib.regression

(cherry picked from commit 4657fa1)
Signed-off-by: DB Tsai <[email protected]>
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