/dlsa

Distributed Least Squares Approximations

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

dlsa

Distributed Least Squares Approximation implemented with Apache Spark

System Requirements

  • Spark >= 2.3.1

  • Python >= 3.7.0

    • scikit-learn >= 0.21.2
    • rpy2 >= 3.0.4
  • R >= 3.5

    • lars

    See setup.py for detailed requirements.

Run the PySpark code on the Spark platform

  ./bash/spark_dlsa_run.sh

or simply run

  ./logistic_dlsa.py

References