aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/stat/KernelDensity.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyspark/mllib/stat/KernelDensity.py')
-rw-r--r--python/pyspark/mllib/stat/KernelDensity.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/pyspark/mllib/stat/KernelDensity.py b/python/pyspark/mllib/stat/KernelDensity.py
index 7da921976d..3b1c5519bd 100644
--- a/python/pyspark/mllib/stat/KernelDensity.py
+++ b/python/pyspark/mllib/stat/KernelDensity.py
@@ -28,8 +28,6 @@ from pyspark.rdd import RDD
class KernelDensity(object):
"""
- .. note:: Experimental
-
Estimate probability density at required points given a RDD of samples
from the population.