From 9bfb35da1ec40af005cd9e4dac61a5c70f3e3d17 Mon Sep 17 00:00:00 2001 From: Zheng RuiFeng Date: Mon, 18 Apr 2016 17:14:22 -0700 Subject: [SPARK-14515][DOC] Add python example for ChiSqSelector ## What changes were proposed in this pull request? Add the missing python example for ChiSqSelector ## How was this patch tested? manual tests Author: Zheng RuiFeng Closes #12283 from zhengruifeng/chi2_pe. --- docs/ml-features.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/ml-features.md b/docs/ml-features.md index 70812eb5e2..876d21f495 100644 --- a/docs/ml-features.md +++ b/docs/ml-features.md @@ -1303,4 +1303,12 @@ for more details on the API. {% include_example java/org/apache/spark/examples/ml/JavaChiSqSelectorExample.java %} + +
+ +Refer to the [ChiSqSelector Python docs](api/python/pyspark.ml.html#pyspark.ml.feature.ChiSqSelector) +for more details on the API. + +{% include_example python/ml/chisq_selector_example.py %} +
-- cgit v1.2.3