[
https://issues.apache.org/jira/browse/SPARK-12722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-12722:
------------------------------------
Assignee: Apache Spark
> 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
> Assignee: Apache Spark
> Priority: Trivial
> Labels: starter
>
> 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: [email protected]
For additional commands, e-mail: [email protected]