aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/rddsampler.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-2/+2
* [SPARK-4477] [PySpark] remove numpy from RDDSamplerDavies Liu2014-11-201-65/+34
* [SPARK-4327] [PySpark] Python API for RDD.randomSplit()Davies Liu2014-11-181-0/+14
* [SPARK-4148][PySpark] fix seed distribution and add some tests for rdd.sampleXiangrui Meng2014-11-031-6/+5
* Fix for sampling error in NumPy v1.9 [SPARK-3995][PYSPARK]freeman2014-10-221-2/+2
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-0/+4
* [SPARK-2656] Python version of stratified samplingDoris Xin2014-07-241-3/+27
* [SPARK-2470] PEP8 fixes to PySparkNicholas Chammas2014-07-211-12/+12
* follow pep8 None should be compared using is or is notKen Takagiwa2014-07-151-1/+1
* SPARK-1438 RDD.sample() make seed param optionalArun Ramakrishnan2014-04-241-17/+14
* RDD sample() and takeSample() prototypes for PySparkAndre Schumacher2013-08-281-0/+112