spark-instrumented-optimizer/python/pyspark/mllib
Imran Rashid 49f1a82037 [SPARK-10116][CORE] XORShiftRandom.hashSeed is random in high bits
https://issues.apache.org/jira/browse/SPARK-10116

This is really trivial, just happened to notice it -- if `XORShiftRandom.hashSeed` is really supposed to have random bits throughout (as the comment implies), it needs to do something for the conversion to `long`.

mengxr mkolod

Author: Imran Rashid <irashid@cloudera.com>

Closes #8314 from squito/SPARK-10116.
2015-11-06 20:06:24 +00:00
..
linalg [SPARK-6488][MLLIB][PYTHON] Support addition/multiplication in PySpark's BlockMatrix 2015-10-27 11:05:14 -07:00
stat [SPARK-8996] [MLLIB] [PYSPARK] Python API for Kolmogorov-Smirnov Test 2015-07-20 09:00:01 -07:00
__init__.py [SPARK-8032] [PYSPARK] Make version checking for NumPy in MLlib more robust 2015-06-02 23:24:47 -07:00
classification.py [SPARK-10269][PYSPARK][MLLIB] Add @since annotation to pyspark.mllib.classification 2015-10-20 16:14:20 -07:00
clustering.py [SPARK-11358][MLLIB] deprecate runs in k-means 2015-11-02 13:42:16 -08:00
common.py [SPARK-6485] [MLLIB] [PYTHON] Add CoordinateMatrix/RowMatrix/IndexedRowMatrix to PySpark. 2015-08-04 16:30:03 -07:00
evaluation.py [SPARK-10272][PYSPARK][MLLIB] Added @since tags to pyspark.mllib.evaluation 2015-10-20 15:05:02 -07:00
feature.py [SPARK-10273] Add @since annotation to pyspark.mllib.feature 2015-09-14 21:58:52 -07:00
fpm.py [SPARK-10028][MLLIB][PYTHON] Add Python API for PrefixSpan 2015-11-04 15:28:19 -08:00
random.py [PYSPARK] [MLLIB] [DOCS] Replaced addversion with versionadded in mllib.random 2015-09-15 12:23:20 -07:00
recommendation.py [SPARK-10116][CORE] XORShiftRandom.hashSeed is random in high bits 2015-11-06 20:06:24 +00:00
regression.py [SPARK-10277] [MLLIB] [PYSPARK] Add @since annotation to pyspark.mllib.regression 2015-10-23 08:43:49 -07:00
tests.py [SPARK-7021] Add JUnit output for Python unit tests 2015-10-22 15:27:11 -07:00
tree.py [SPARK-10278] [MLLIB] [PYSPARK] Add @since annotation to pyspark.mllib.tree 2015-09-17 08:48:45 -07:00
util.py [SPARK-10279] [MLLIB] [PYSPARK] [DOCS] Add @since annotation to pyspark.mllib.util 2015-09-17 08:50:00 -07:00