From 04ee8cf633e17b6bf95225a8dd77bf2e06980eb3 Mon Sep 17 00:00:00 2001 From: Zheng RuiFeng Date: Wed, 1 Feb 2017 13:27:20 +0000 Subject: [SPARK-19410][DOC] Fix brokens links in ml-pipeline and ml-tuning ## What changes were proposed in this pull request? Fix brokens links in ml-pipeline and ml-tuning `
` -> `
` ## How was this patch tested? manual tests Author: Zheng RuiFeng Closes #16754 from zhengruifeng/doc_api_fix. --- docs/ml-tuning.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/ml-tuning.md') diff --git a/docs/ml-tuning.md b/docs/ml-tuning.md index a135adc433..e9123db296 100644 --- a/docs/ml-tuning.md +++ b/docs/ml-tuning.md @@ -74,21 +74,21 @@ However, it is also a well-established method for choosing parameters which is m
-
+
Refer to the [`CrossValidator` Scala docs](api/scala/index.html#org.apache.spark.ml.tuning.CrossValidator) for details on the API. {% include_example scala/org/apache/spark/examples/ml/ModelSelectionViaCrossValidationExample.scala %}
-
+
Refer to the [`CrossValidator` Java docs](api/java/org/apache/spark/ml/tuning/CrossValidator.html) for details on the API. {% include_example java/org/apache/spark/examples/ml/JavaModelSelectionViaCrossValidationExample.java %}
-
+
Refer to the [`CrossValidator` Python docs](api/python/pyspark.ml.html#pyspark.ml.tuning.CrossValidator) for more details on the API. @@ -128,7 +128,7 @@ Refer to the [`TrainValidationSplit` Java docs](api/java/org/apache/spark/ml/tun {% include_example java/org/apache/spark/examples/ml/JavaModelSelectionViaTrainValidationSplitExample.java %}
-
+
Refer to the [`TrainValidationSplit` Python docs](api/python/pyspark.ml.html#pyspark.ml.tuning.TrainValidationSplit) for more details on the API. -- cgit v1.2.3