aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorBryan Cutler <cutlerb@gmail.com>2016-06-21 11:43:25 -0700
committerXiangrui Meng <meng@databricks.com>2016-06-21 11:43:25 -0700
commitb76e3553760b3c68bebc2c71b0851598718e6f87 (patch)
treefabfaeac83c6eb6578a3f3e67085df2424261915 /sql
parent57746295e6fb705f8393a00ab1cc570ddb7da44e (diff)
downloadspark-b76e3553760b3c68bebc2c71b0851598718e6f87.tar.gz
spark-b76e3553760b3c68bebc2c71b0851598718e6f87.tar.bz2
spark-b76e3553760b3c68bebc2c71b0851598718e6f87.zip
[SPARK-15741][PYSPARK][ML] Pyspark cleanup of set default seed to None
## What changes were proposed in this pull request? Several places set the seed Param default value to None which will translate to a zero value on the Scala side. This is unnecessary because a default fixed value already exists and if a test depends on a zero valued seed, then it should explicitly set it to zero instead of relying on this translation. These cases can be safely removed except for the ALS doc test, which has been changed to set the seed value to zero. ## How was this patch tested? Ran PySpark tests locally Author: Bryan Cutler <cutlerb@gmail.com> Closes #13672 from BryanCutler/pyspark-cleanup-setDefault-seed-SPARK-15741.
Diffstat (limited to 'sql')
0 files changed, 0 insertions, 0 deletions