spark-instrumented-optimizer/python/pyspark/ml
Nick Pentreath 90fa2c6e7f [SPARK-14412][ML][PYSPARK] Add StorageLevel params to ALS
`mllib` `ALS` supports `setIntermediateRDDStorageLevel` and `setFinalRDDStorageLevel`. This PR adds these as Params in `ml` `ALS`. They are put in group **expertParam** since few users will need them.

## How was this patch tested?

New test cases in `ALSSuite` and `tests.py`.

cc yanboliang jkbradley sethah rishabhbhardwaj

Author: Nick Pentreath <nickp@za.ibm.com>

Closes #12660 from MLnick/SPARK-14412-als-storage-params.
2016-04-29 22:01:41 -07:00
..
param [SPARK-14768][ML][PYSPARK] removed expectedType from Param __init__() 2016-04-25 15:32:11 +02:00
__init__.py [SPARK-13038][PYSPARK] Add load/save to pipeline 2016-03-16 13:49:40 -07:00
base.py [SPARK-13038][PYSPARK] Add load/save to pipeline 2016-03-16 13:49:40 -07:00
classification.py [SPARK-14555] First cut of Python API for Structured Streaming 2016-04-20 10:32:01 -07:00
clustering.py [SPARK-11940][PYSPARK][ML] Python API for ml.clustering.LDA PR2 2016-04-29 10:42:52 -07:00
evaluation.py [SPARK-14555] First cut of Python API for Structured Streaming 2016-04-20 10:32:01 -07:00
feature.py [SPARK-14899][ML][PYSPARK] Remove spark.ml HashingTF hashingAlg option 2016-04-27 14:08:26 -07:00
pipeline.py [SPARK-14555] First cut of Python API for Structured Streaming 2016-04-20 10:32:01 -07:00
recommendation.py [SPARK-14412][ML][PYSPARK] Add StorageLevel params to ALS 2016-04-29 22:01:41 -07:00
regression.py [MINOR][ML][PYSPARK] Fix omissive params which should use TypeConverter 2016-04-20 13:02:37 -07:00
tests.py [SPARK-14412][ML][PYSPARK] Add StorageLevel params to ALS 2016-04-29 22:01:41 -07:00
tuning.py [SPARK-13786][ML][PYTHON] Removed save/load for python tuning 2016-04-29 20:51:24 -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-14605][ML][PYTHON] Changed Python to use unicode UIDs for spark.ml Identifiable 2016-04-16 11:23:28 -07:00