spark-instrumented-optimizer/python/pyspark/ml
Bryan Cutler 7d7a0a5e07 [SPARK-15738][PYSPARK][ML] Adding Pyspark ml RFormula __str__ method similar to Scala API
## What changes were proposed in this pull request?
Adding __str__ to RFormula and model that will show the set formula param and resolved formula.  This is currently present in the Scala API, found missing in PySpark during Spark 2.0 coverage review.

## How was this patch tested?
run pyspark-ml tests locally

Author: Bryan Cutler <cutlerb@gmail.com>

Closes #13481 from BryanCutler/pyspark-ml-rformula_str-SPARK-15738.
2016-06-10 11:27:30 -07:00
..
linalg [SPARK-14906][ML] Copy linalg in PySpark to new ML package 2016-05-17 00:08:02 -07:00
param [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based algorithms 2016-05-17 12:51:07 -07:00
__init__.py [SPARK-15106][PYSPARK][ML] Add PySpark package doc for ML component & remove "BETA" 2016-05-05 10:52:25 +01:00
base.py [SPARK-13038][PYSPARK] Add load/save to pipeline 2016-03-16 13:49:40 -07:00
classification.py [MINOR] Fix Typos 'an -> a' 2016-06-06 09:35:47 +01:00
clustering.py [MINOR][DOC][ML] ml.clustering scala & python api doc sync 2016-05-31 14:56:43 -07:00
evaluation.py [SPARK-15771][ML][EXAMPLES] Use 'accuracy' rather than 'precision' in many ML examples 2016-06-06 09:36:34 +01:00
feature.py [SPARK-15738][PYSPARK][ML] Adding Pyspark ml RFormula __str__ method similar to Scala API 2016-06-10 11:27:30 -07:00
pipeline.py [MINOR] Fix Typos 'an -> a' 2016-06-06 09:35:47 +01:00
recommendation.py [SPARK-15500][DOC][ML][PYSPARK] Remove default value in Param doc field in ALS 2016-05-25 20:41:53 +02:00
regression.py [SPARK-15092][SPARK-15139][PYSPARK][ML] Pyspark TreeEnsemble missing methods 2016-06-02 15:55:14 -07:00
tests.py [SPARK-15008][ML][PYSPARK] Add integration test for OneVsRest 2016-05-27 13:18:29 -07:00
tuning.py [SPARK-15464][ML][MLLIB][SQL][TESTS] Replace SQLContext and SparkContext with SparkSession using builder pattern in python test code 2016-05-23 18:14:48 -07:00
util.py [SPARK-14903][SPARK-14071][ML][PYTHON] Revert : MLWritable.write property 2016-04-26 12:00:57 -07:00
wrapper.py [SPARK-14931][ML][PYTHON] Mismatched default values between pipelines in Spark and PySpark - update 2016-05-01 12:29:01 -07:00