Skip to content

Conversation

@MechCoder
Copy link
Contributor

Python bindings for StreamingLinearRegressionWithSGD

@MechCoder MechCoder changed the title [SPARK-4127] Python bindings for StreamingLinearRegressionWithSGD [SPARK-4127] [MLlib] [PySpark] Python bindings for StreamingLinearRegressionWithSGD Jun 10, 2015
@MechCoder
Copy link
Contributor Author

cc: @freeman-lab @davies Will remove the LinearDataGenerator stuff (or rebase over master) as soon as #6715 is merged.

@SparkQA
Copy link

SparkQA commented Jun 10, 2015

Test build #34596 has finished for PR 6744 at commit fdaa8b0.

  • This patch fails Python style tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class StreamingLinearRegressionWithSGD(LinearRegressionModel):
    • class LinearDataGenerator(object):

@SparkQA
Copy link

SparkQA commented Jun 10, 2015

Test build #34602 has finished for PR 6744 at commit 8a0e560.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class StreamingLinearRegressionWithSGD(LinearRegressionModel):
    • class LinearDataGenerator(object):

@SparkQA
Copy link

SparkQA commented Jun 11, 2015

Test build #34672 has finished for PR 6744 at commit e6c5299.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class StreamingLinearRegressionWithSGD(LinearRegressionModel):
    • class LinearDataGenerator(object):

@SparkQA
Copy link

SparkQA commented Jun 16, 2015

Test build #34979 has finished for PR 6744 at commit 30bac18.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class StreamingLinearRegressionWithSGD(LinearRegressionModel):
    • class LinearDataGenerator(object):

@SparkQA
Copy link

SparkQA commented Jun 16, 2015

Test build #35004 has finished for PR 6744 at commit c9aaf7e.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class StreamingLinearRegressionWithSGD(LinearRegressionModel):
    • class LinearDataGenerator(object):

@SparkQA
Copy link

SparkQA commented Jun 24, 2015

Test build #35692 has finished for PR 6744 at commit cdad794.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class StreamingLinearRegressionWithSGD(LinearRegressionModel):

@SparkQA
Copy link

SparkQA commented Jun 24, 2015

Test build #35697 has finished for PR 6744 at commit 5675a16.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class StreamingLinearRegressionWithSGD(LinearRegressionModel):

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stream -> batch

@MechCoder
Copy link
Contributor Author

@freeman-lab @mengxr I rebased over master and inherited from StreamingLinearAlgorithm to avoid code duplication. Please give another pass.

@SparkQA
Copy link

SparkQA commented Jun 25, 2015

Test build #35780 has finished for PR 6744 at commit 618a93b.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jun 25, 2015

Test build #35782 has finished for PR 6744 at commit d47cc24.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class StreamingLinearRegressionWithSGD(StreamingLinearAlgorithm):

@SparkQA
Copy link

SparkQA commented Jun 25, 2015

Test build #35779 has finished for PR 6744 at commit 1b4ddd6.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class StreamingLinearRegressionWithSGD(LinearRegressionModel):

@SparkQA
Copy link

SparkQA commented Jun 25, 2015

Test build #35784 has finished for PR 6744 at commit d8f6457.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class StreamingLinearAlgorithm(object):
    • class StreamingLinearRegressionWithSGD(StreamingLinearAlgorithm):

@MechCoder
Copy link
Contributor Author

I moved StreamingLinearAlgorithm to regression.py so that it complies with LabeledPoint and (there were circular imports)

@MechCoder
Copy link
Contributor Author

jenkins retest this please

@mengxr
Copy link
Contributor

mengxr commented Jun 30, 2015

LGTM. Merged into master. Thanks! (The last Jenkins build was successful.)

@asfgit asfgit closed this in 4528166 Jun 30, 2015
@MechCoder MechCoder deleted the spark-4127 branch June 30, 2015 17:28
@SparkQA
Copy link

SparkQA commented Jun 30, 2015

Test build #36161 has finished for PR 6744 at commit d8f6457.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class StreamingLinearAlgorithm(object):
    • class StreamingLinearRegressionWithSGD(StreamingLinearAlgorithm):

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.

4 participants