[SPARK-26970][DOC][FOLLOWUP] link doc & example of Interaction

## What changes were proposed in this pull request?
link doc & example of Interaction

## How was this patch tested?
existing tests

Closes #25027 from zhengruifeng/py_doc_interaction.

Authored-by: zhengruifeng <ruifengz@foxmail.com>
Signed-off-by: Sean Owen <sean.owen@databricks.com>
This commit is contained in:
zhengruifeng 2019-07-02 17:30:57 -05:00 committed by Sean Owen
parent 4ebff5b6d6
commit 443b158182

View file

@ -923,6 +923,14 @@ for more details on the API.
{% include_example java/org/apache/spark/examples/ml/JavaInteractionExample.java %} {% include_example java/org/apache/spark/examples/ml/JavaInteractionExample.java %}
</div> </div>
<div data-lang="python" markdown="1">
Refer to the [Interaction Python docs](api/python/pyspark.ml.html#pyspark.ml.feature.Interaction)
for more details on the API.
{% include_example python/ml/interaction_example.py %}
</div>
</div> </div>
## Normalizer ## Normalizer