Skip to content

Conversation

@Agent007
Copy link

http://spark.apache.org/docs/latest/ml-guide.html#example-pipeline

val sameModel = Pipeline.load("/tmp/spark-logistic-regression-model")

should be

val sameModel = PipelineModel.load("/tmp/spark-logistic-regression-model")

cc: @jkbradley

…che.org/docs/latest/ml-guide.html#example-pipeline) cc: @jkbradley

val sameModel = Pipeline.load("/tmp/spark-logistic-regression-model")
should be
val sameModel = PipelineModel.load("/tmp/spark-logistic-regression-model")
@SparkQA
Copy link

SparkQA commented Jan 16, 2016

Test build #2389 has finished for PR 10769 at commit 9d0b955.

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

asfgit pushed a commit that referenced this pull request Jan 16, 2016
http://spark.apache.org/docs/latest/ml-guide.html#example-pipeline
```
val sameModel = Pipeline.load("/tmp/spark-logistic-regression-model")
```
should be
```
val sameModel = PipelineModel.load("/tmp/spark-logistic-regression-model")
```
cc: jkbradley

Author: Jeff Lam <[email protected]>

Closes #10769 from Agent007/SPARK-12722.

(cherry picked from commit 86972fa)
Signed-off-by: Sean Owen <[email protected]>
@srowen
Copy link
Member

srowen commented Jan 16, 2016

Merged to master/1.6

@asfgit asfgit closed this in 86972fa Jan 16, 2016
@jkbradley
Copy link
Member

Thanks for the fix!

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