spark-instrumented-optimizer/python/pyspark/ml
Xiangrui Meng e4765a4683 [SPARK-9544] [MLLIB] add Python API for RFormula
Add Python API for RFormula. Similar to other feature transformers in Python. This is just a thin wrapper over the Scala implementation. ericl MechCoder

Author: Xiangrui Meng <meng@databricks.com>

Closes #7879 from mengxr/SPARK-9544 and squashes the following commits:

3d5ff03 [Xiangrui Meng] add an doctest for . and -
5e969a5 [Xiangrui Meng] fix pydoc
1cd41f8 [Xiangrui Meng] organize imports
3c18b10 [Xiangrui Meng] add Python API for RFormula
2015-08-03 13:59:35 -07:00
..
param [SPARK-8706] [PYSPARK] [PROJECT INFRA] Add pylint checks to PySpark 2015-07-15 08:25:53 -07:00
__init__.py [SPARK-7535] [.0] [MLLIB] Audit the pipeline APIs for 1.4 2015-05-21 22:57:33 -07:00
classification.py [SPARK-9536] [SPARK-9537] [SPARK-9538] [ML] [PYSPARK] ml.classification support raw and probability prediction for PySpark 2015-08-02 22:19:27 -07:00
clustering.py [SPARK-7879] [MLLIB] KMeans API for spark.ml Pipelines 2015-07-17 18:30:04 -07:00
evaluation.py [SPARK-7690] [ML] Multiclass classification Evaluator 2015-07-30 23:02:11 -07:00
feature.py [SPARK-9544] [MLLIB] add Python API for RFormula 2015-08-03 13:59:35 -07:00
pipeline.py [SPARK-8679] [PYSPARK] [MLLIB] Default values in Pipeline API should be immutable 2015-06-30 10:27:29 -07:00
recommendation.py [SPARK-7922] [MLLIB] use DataFrames for user/item factors in ALSModel 2015-05-28 22:38:38 -07:00
regression.py [SPARK-8711] [ML] Add additional methods to PySpark ML tree models 2015-07-07 08:58:08 -07:00
tests.py [SPARK-8456] [ML] Ngram featurizer python 2015-06-29 18:40:30 -07:00
tuning.py [SPARK-7432] [MLLIB] fix flaky CrossValidator doctest 2015-06-02 08:51:00 -07:00
util.py [SPARK-7380] [MLLIB] pipeline stages should be copyable in Python 2015-05-18 12:02:18 -07:00
wrapper.py [SPARK-8679] [PYSPARK] [MLLIB] Default values in Pipeline API should be immutable 2015-06-30 10:27:29 -07:00