spark-instrumented-optimizer/python/pyspark/ml
sethah e811fbf9ed [SPARK-18282][ML][PYSPARK] Add python clustering summaries for GMM and BKM
## What changes were proposed in this pull request?

Add model summary APIs for `GaussianMixtureModel` and `BisectingKMeansModel` in pyspark.

## How was this patch tested?

Unit tests.

Author: sethah <seth.hendrickson16@gmail.com>

Closes #15777 from sethah/pyspark_cluster_summaries.
2016-11-21 05:36:49 -08:00
..
linalg [SPARK-17587][PYTHON][MLLIB] SparseVector __getitem__ should follow __getitem__ contract 2016-10-03 17:57:54 -07:00
param [SPARK-17057][ML] ProbabilisticClassifierModels' thresholds should have at most one 0 2016-09-24 08:15:55 +01:00
__init__.py [SPARK-14817][ML][MLLIB][DOC] Made DataFrame-based API primary in MLlib guide 2016-07-15 13:38:23 -07:00
base.py [SPARK-15364][ML][PYSPARK] Implement PySpark picklers for ml.Vector and ml.Matrix under spark.ml.python 2016-06-13 19:59:53 -07:00
classification.py [SPARK-18282][ML][PYSPARK] Add python clustering summaries for GMM and BKM 2016-11-21 05:36:49 -08:00
clustering.py [SPARK-18282][ML][PYSPARK] Add python clustering summaries for GMM and BKM 2016-11-21 05:36:49 -08:00
common.py [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConverter patch 2016-10-03 14:12:03 -07:00
evaluation.py [SPARK-15402][ML][PYSPARK] PySpark ml.evaluation should support save/load 2016-10-14 04:17:03 -07:00
feature.py [SPARK-18088][ML] Various ChiSqSelector cleanups 2016-11-01 17:00:00 -07:00
pipeline.py [SPARK-15018][PYSPARK][ML] Improve handling of PySpark Pipeline when used without stages 2016-08-19 23:46:36 -07:00
recommendation.py [SPARK-15741][PYSPARK][ML] Pyspark cleanup of set default seed to None 2016-06-21 11:43:25 -07:00
regression.py [SPARK-18282][ML][PYSPARK] Add python clustering summaries for GMM and BKM 2016-11-21 05:36:49 -08:00
tests.py [SPARK-18282][ML][PYSPARK] Add python clustering summaries for GMM and BKM 2016-11-21 05:36:49 -08:00
tuning.py [SPARK-16831][PYTHON] Fixed bug in CrossValidator.avgMetrics 2016-08-03 04:18:28 -07:00
util.py [SPARK-15113][PYSPARK][ML] Add missing num features num classes 2016-08-22 12:21:22 +02:00
wrapper.py [SPARK-15364][ML][PYSPARK] Implement PySpark picklers for ml.Vector and ml.Matrix under spark.ml.python 2016-06-13 19:59:53 -07:00