aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/random.py
Commit message (Expand)AuthorAgeFilesLines
* SPARK-4022 [CORE] [MLLIB] Replace colt dependency (LGPL) with commons-mathSean Owen2014-10-271-1/+1
* [SPARK-3971] [MLLib] [PySpark] hotfix: Customized pickler should work in clus...Davies Liu2014-10-161-1/+1
* [SPARK-3491] [MLlib] [PySpark] use pickle to serialize data in MLlibDavies Liu2014-09-191-20/+34
* [SPARK-3417] Use new-style classes in PySparkMatthew Rocklin2014-09-081-1/+1
* [SPARK-3309] [PySpark] Put all public API in __all__Davies Liu2014-09-031-0/+3
* [SPARK-3136][MLLIB] Create Java-friendly methods in RandomRDDsXiangrui Meng2014-08-191-10/+10
* [SPARK-3081][MLLIB] rename RandomRDDGenerators to RandomRDDsXiangrui Meng2014-08-161-13/+12
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-6/+8
* [SPARK-2724] Python version of RandomRDDGeneratorsDoris Xin2014-07-311-0/+182