spark-instrumented-optimizer/python/pyspark/ml
Yanbo Liang 0698e6c88c [SPARK-20606][ML] Revert "[] ML 2.2 QA: Remove deprecated methods for ML"
This reverts commit b8733e0ad9.

Author: Yanbo Liang <ybliang8@gmail.com>

Closes #17944 from yanboliang/spark-20606-revert.
2017-05-11 14:48:13 +08:00
..
linalg [SPARK-20214][ML] Make sure converted csc matrix has sorted indices 2017-04-05 17:46:44 -07:00
param [SPARK-14772][PYTHON][ML] Fixed Params.copy method to match Scala implementation 2017-02-23 18:05:58 -08: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-20631][PYTHON][ML] LogisticRegression._checkThresholdConsistency should use values not Params 2017-05-10 16:57:52 +08:00
clustering.py [SPARK-19348][PYTHON] PySpark keyword_only decorator is not thread-safe 2017-03-03 16:43:45 -08:00
common.py [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConverter patch 2016-10-03 14:12:03 -07:00
evaluation.py [SPARK-19348][PYTHON] PySpark keyword_only decorator is not thread-safe 2017-03-03 16:43:45 -08:00
feature.py [SPARK-15040][ML][PYSPARK] Add Imputer to PySpark 2017-03-24 08:01:15 -07:00
fpm.py [SPARK-19281][PYTHON][ML] spark.ml Python API for FPGrowth 2017-03-26 16:49:27 -07:00
pipeline.py [SPARK-19348][PYTHON] PySpark keyword_only decorator is not thread-safe 2017-03-03 16:43:45 -08:00
recommendation.py [SPARK-20300][ML][PYSPARK] Python API for ALSModel.recommendForAllUsers,Items 2017-05-02 10:49:13 +02:00
regression.py [SPARK-19806][ML][PYSPARK] PySpark GeneralizedLinearRegression supports tweedie distribution. 2017-03-08 02:09:36 -08:00
stat.py [SPARK-20076][ML][PYSPARK] Add Python interface for ml.stats.Correlation 2017-04-07 11:00:10 +02:00
tests.py [SPARK-20631][PYTHON][ML] LogisticRegression._checkThresholdConsistency should use values not Params 2017-05-10 16:57:52 +08:00
tuning.py [SPARK-19348][PYTHON] PySpark keyword_only decorator is not thread-safe 2017-03-03 16:43:45 -08:00
util.py [SPARK-20606][ML] Revert "[] ML 2.2 QA: Remove deprecated methods for ML" 2017-05-11 14:48:13 +08:00
wrapper.py [SPARK-17161][PYSPARK][ML] Add PySpark-ML JavaWrapper convenience function to create Py4J JavaArrays 2017-01-31 15:42:36 -08:00