Skip to content
Snippets Groups Projects
  • Doris Xin's avatar
    d8430148
    [SPARK-2724] Python version of RandomRDDGenerators · d8430148
    Doris Xin authored
    RandomRDDGenerators but without support for randomRDD and randomVectorRDD, which take in arbitrary DistributionGenerator.
    
    `randomRDD.py` is named to avoid collision with the built-in Python `random` package.
    
    Author: Doris Xin <doris.s.xin@gmail.com>
    
    Closes #1628 from dorx/pythonRDD and squashes the following commits:
    
    55c6de8 [Doris Xin] review comments. all python units passed.
    f831d9b [Doris Xin] moved default args logic into PythonMLLibAPI
    2d73917 [Doris Xin] fix for linalg.py
    8663e6a [Doris Xin] reverting back to a single python file for random
    f47c481 [Doris Xin] docs update
    687aac0 [Doris Xin] add RandomRDDGenerators.py to run-tests
    4338f40 [Doris Xin] renamed randomRDD to rand and import as random
    29d205e [Doris Xin] created mllib.random package
    bd2df13 [Doris Xin] typos
    07ddff2 [Doris Xin] units passed.
    23b2ecd [Doris Xin] WIP
    d8430148
    History
    [SPARK-2724] Python version of RandomRDDGenerators
    Doris Xin authored
    RandomRDDGenerators but without support for randomRDD and randomVectorRDD, which take in arbitrary DistributionGenerator.
    
    `randomRDD.py` is named to avoid collision with the built-in Python `random` package.
    
    Author: Doris Xin <doris.s.xin@gmail.com>
    
    Closes #1628 from dorx/pythonRDD and squashes the following commits:
    
    55c6de8 [Doris Xin] review comments. all python units passed.
    f831d9b [Doris Xin] moved default args logic into PythonMLLibAPI
    2d73917 [Doris Xin] fix for linalg.py
    8663e6a [Doris Xin] reverting back to a single python file for random
    f47c481 [Doris Xin] docs update
    687aac0 [Doris Xin] add RandomRDDGenerators.py to run-tests
    4338f40 [Doris Xin] renamed randomRDD to rand and import as random
    29d205e [Doris Xin] created mllib.random package
    bd2df13 [Doris Xin] typos
    07ddff2 [Doris Xin] units passed.
    23b2ecd [Doris Xin] WIP