spark-instrumented-optimizer/python/pyspark/ml
Yanbo Liang 3aa3488225 [SPARK-11815][ML][PYSPARK] PySpark DecisionTreeClassifier & DecisionTreeRegressor should support setSeed
PySpark ```DecisionTreeClassifier``` & ```DecisionTreeRegressor``` should support ```setSeed``` like what we do at Scala side.

Author: Yanbo Liang <ybliang8@gmail.com>

Closes #9807 from yanboliang/spark-11815.
2016-01-06 10:52:25 -08:00
..
param [SPARK-7675][ML][PYSPARK] sparkml params type conversion 2016-01-06 10:43:03 -08: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-11815][ML][PYSPARK] PySpark DecisionTreeClassifier & DecisionTreeRegressor should support setSeed 2016-01-06 10:52:25 -08:00
clustering.py [SPARK-11945][ML][PYSPARK] Add computeCost to KMeansModel for PySpark spark.ml 2016-01-06 10:50:02 -08:00
evaluation.py [SPARK-10286][ML][PYSPARK][DOCS] Add @since annotation to pyspark.ml.param and pyspark.ml.* 2015-11-02 16:09:22 -08:00
feature.py [SPARK-10116][CORE] XORShiftRandom.hashSeed is random in high bits 2015-11-06 20:06:24 +00:00
pipeline.py [PYSPARK] Pyspark typo & Add missing abstractmethod annotation 2015-12-21 08:53:46 -08:00
recommendation.py [SPARK-10116][CORE] XORShiftRandom.hashSeed is random in high bits 2015-11-06 20:06:24 +00:00
regression.py [SPARK-11815][ML][PYSPARK] PySpark DecisionTreeClassifier & DecisionTreeRegressor should support setSeed 2016-01-06 10:52:25 -08:00
tests.py [SPARK-7675][ML][PYSPARK] sparkml params type conversion 2016-01-06 10:43:03 -08:00
tuning.py [SPARK-9690][ML][PYTHON] pyspark CrossValidator random seed 2015-12-16 14:05:35 -08:00
util.py [SPARK-7380] [MLLIB] pipeline stages should be copyable in Python 2015-05-18 12:02:18 -07:00
wrapper.py [PYSPARK] Pyspark typo & Add missing abstractmethod annotation 2015-12-21 08:53:46 -08:00