aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/stat.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyspark/mllib/stat.py')
-rw-r--r--python/pyspark/mllib/stat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pyspark/mllib/stat.py b/python/pyspark/mllib/stat.py
index 1980f5b03f..c8af777a8b 100644
--- a/python/pyspark/mllib/stat.py
+++ b/python/pyspark/mllib/stat.py
@@ -55,7 +55,7 @@ class MultivariateStatisticalSummary(JavaModelWrapper):
class ChiSqTestResult(JavaModelWrapper):
"""
- :: Experimental ::
+ .. note:: Experimental
Object containing the test results for the chi-squared hypothesis test.
"""
@@ -200,7 +200,7 @@ class Statistics(object):
@staticmethod
def chiSqTest(observed, expected=None):
"""
- :: Experimental ::
+ .. note:: Experimental
If `observed` is Vector, conduct Pearson's chi-squared goodness
of fit test of the observed data against the expected distribution,