Skip to content

Commit

Permalink
[SPARK-37178][ML] fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrique Rebollo committed Oct 13, 2024
1 parent ac5a2ea commit 2643406
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions docs/ml-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -870,39 +870,6 @@ for more details on the API.

</div>

## TargetEncoder



<div class="codetabs">

<div data-lang="python" markdown="1">

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 %}

</div>

<div data-lang="scala" markdown="1">

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 %}

</div>

<div data-lang="java" markdown="1">

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 %}

</div>

</div>

## VectorIndexer

`VectorIndexer` helps index categorical features in datasets of `Vector`s.
Expand Down

0 comments on commit 2643406

Please sign in to comment.