databricks / spark-tfocs

A Spark port of TFOCS: Templates for First-Order Conic Solvers (cvxr.com/tfocs)
Apache License 2.0
89 stars 37 forks source link

PySpark compatability. #24

Open svishnu88 opened 8 years ago

svishnu88 commented 8 years ago

Hi ,

How can we use this package in PySpark.

Thanks, Vishnu

staple commented 7 years ago

Hi svishnu88,

There is no python interface implemented for Spark for TFOCS, but you may be able to access the scala code with PySpark's java gateway, which uses py4j.

convexset commented 7 years ago

Is a Python interface planned?

staple commented 7 years ago

Hi Jeremy, there aren't currently any plans to add a python interface specifically for spark-tfocs.