From 26434061d5197ce26ebaa0875988e31ed360cdee Mon Sep 17 00:00:00 2001 From: Enrique Rebollo Date: Sun, 13 Oct 2024 18:12:36 +0200 Subject: [PATCH] [SPARK-37178][ML] fix3 --- docs/ml-features.md | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/docs/ml-features.md b/docs/ml-features.md index d6f9039a14d69..0838e43afaa78 100644 --- a/docs/ml-features.md +++ b/docs/ml-features.md @@ -870,39 +870,6 @@ for more details on the API. -## TargetEncoder - - - -
- -
- -Refer to the [TargetEncoder Python docs](api/python/reference/api/pyspark.ml.feature.TargetEncoder.html) for more details on the API. - -{% include_example python/ml/target_encoder_example.py %} - -
- -
- -Refer to the [TargetEncoder Scala docs](api/scala/org/apache/spark/ml/feature/TargetEncoder.html) for more details on the API. - -{% include_example scala/org/apache/spark/examples/ml/TargetEncoderExample.scala %} - -
- -
- -Refer to the [TargetEncoder Java docs](api/java/org/apache/spark/ml/feature/TargetEncoder.html) -for more details on the API. - -{% include_example java/org/apache/spark/examples/ml/JavaTargetEncoderExample.java %} - -
- -
- ## VectorIndexer `VectorIndexer` helps index categorical features in datasets of `Vector`s.