[ 
https://issues.apache.org/jira/browse/SPARK-12722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen resolved SPARK-12722.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.1
                   2.0.0

Issue resolved by pull request 10769
[https://github.com/apache/spark/pull/10769]

> Typo in Spark Pipeline example
> ------------------------------
>
>                 Key: SPARK-12722
>                 URL: https://issues.apache.org/jira/browse/SPARK-12722
>             Project: Spark
>          Issue Type: Documentation
>          Components: Documentation
>    Affects Versions: 1.6.0
>            Reporter: Tom Chan
>            Priority: Trivial
>              Labels: starter
>             Fix For: 2.0.0, 1.6.1
>
>
> There is a typo in the Pipeline example,
> http://spark.apache.org/docs/latest/ml-guide.html#example-pipeline
> Namely, the line
> val sameModel = Pipeline.load("/tmp/spark-logistic-regression-model")
> should be
> val sameModel = PipelineModel.load("/tmp/spark-logistic-regression-model")
> I was trying to do a PR but somehow there is error when I try to build the 
> documentation locally, so I hesitate to submit a PR. Someone who is already 
> contributing to documentation should be able to fix it in no time. Thanks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to