-
Type:
Documentation
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.6.0
-
Component/s: Documentation
-
Labels:
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.