Skip to content
Snippets Groups Projects
  • Xiangrui Meng's avatar
    ca71cc8c
    [SPARK-9408] [PYSPARK] [MLLIB] Refactor linalg.py to /linalg · ca71cc8c
    Xiangrui Meng authored
    This is based on MechCoder 's PR https://github.com/apache/spark/pull/7731. Hopefully it could pass tests. MechCoder I tried to make minimal changes. If this passes Jenkins, we can merge this one first and then try to move `__init__.py` to `local.py` in a separate PR.
    
    Closes #7731
    
    Author: Xiangrui Meng <meng@databricks.com>
    
    Closes #7746 from mengxr/SPARK-9408 and squashes the following commits:
    
    0e05a3b [Xiangrui Meng] merge master
    1135551 [Xiangrui Meng] add a comment for str(...)
    c48cae0 [Xiangrui Meng] update tests
    173a805 [Xiangrui Meng] move linalg.py to linalg/__init__.py
    ca71cc8c
    History
    [SPARK-9408] [PYSPARK] [MLLIB] Refactor linalg.py to /linalg
    Xiangrui Meng authored
    This is based on MechCoder 's PR https://github.com/apache/spark/pull/7731. Hopefully it could pass tests. MechCoder I tried to make minimal changes. If this passes Jenkins, we can merge this one first and then try to move `__init__.py` to `local.py` in a separate PR.
    
    Closes #7731
    
    Author: Xiangrui Meng <meng@databricks.com>
    
    Closes #7746 from mengxr/SPARK-9408 and squashes the following commits:
    
    0e05a3b [Xiangrui Meng] merge master
    1135551 [Xiangrui Meng] add a comment for str(...)
    c48cae0 [Xiangrui Meng] update tests
    173a805 [Xiangrui Meng] move linalg.py to linalg/__init__.py
modules.py 10.31 KiB