spark-instrumented-optimizer/python/pyspark/mllib
Holden Karau 22cc1ab66e [SPARK-7781] [MLLIB] gradient boosted trees.train regressor missing max bins
Author: Holden Karau <holden@pigscanfly.ca>

Closes #6331 from holdenk/SPARK-7781-GradientBoostedTrees.trainRegressor-missing-max-bins and squashes the following commits:

2894695 [Holden Karau] remove extra blank line
2573e8d [Holden Karau] Update the scala side of the pythonmllibapi and make the test a bit nicer too
3a09170 [Holden Karau] add maxBins to to the train method as well
af7f274 [Holden Karau] Add maxBins to GradientBoostedTrees.trainRegressor and correctly mention the default of 32 in other places where it mentioned 100

(cherry picked from commit 164fe2aa44)
Signed-off-by: Joseph K. Bradley <joseph@databricks.com>
2015-06-22 22:40:31 -07:00
..
stat [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00
__init__.py [SPARK-8032] [PYSPARK] Make version checking for NumPy in MLlib more robust 2015-06-02 23:24:57 -07:00
classification.py [SPARK-8511] [PYSPARK] Modify a test to remove a saved model in regression.py 2015-06-22 11:59:53 -07:00
clustering.py [SPARK-8511] [PYSPARK] Modify a test to remove a saved model in regression.py 2015-06-22 11:59:53 -07:00
common.py [SPARK-7922] [MLLIB] use DataFrames for user/item factors in ALSModel 2015-05-28 22:38:46 -07:00
evaluation.py [SPARK-7918] [MLLIB] MLlib Python doc parity check for evaluation and feature 2015-05-30 16:24:26 -07:00
feature.py [SPARK-7918] [MLLIB] MLlib Python doc parity check for evaluation and feature 2015-05-30 16:24:26 -07:00
fpm.py [SPARK-6657] [PYSPARK] Fix doc warnings 2015-05-18 08:35:24 -07:00
linalg.py [SPARK-7328] [MLLIB] [PYSPARK] Pyspark.mllib.linalg.Vectors: Missing items 2015-05-07 14:02:18 -07:00
random.py [SPARK-7899] [PYSPARK] Fix Python 3 pyspark/sql/types module conflict 2015-06-01 16:56:04 -07:00
recommendation.py [SPARK-8511] [PYSPARK] Modify a test to remove a saved model in regression.py 2015-06-22 11:59:53 -07:00
regression.py [SPARK-8511] [PYSPARK] Modify a test to remove a saved model in regression.py 2015-06-22 11:59:53 -07:00
tests.py [SPARK-7781] [MLLIB] gradient boosted trees.train regressor missing max bins 2015-06-22 22:40:31 -07:00
tree.py [SPARK-7781] [MLLIB] gradient boosted trees.train regressor missing max bins 2015-06-22 22:40:31 -07:00
util.py [SPARK-4897] [PySpark] Python 3 support 2015-04-16 16:20:57 -07:00