criteo / Spark-RSVD

Randomized SVD of large sparse matrices on Spark
Apache License 2.0
77 stars 22 forks source link

similar library for PySpark #7

Closed alesspalma closed 2 years ago

alesspalma commented 2 years ago

Is there any similar implementation for Spark on Python, namely PySpark?

alois-bissuel commented 2 years ago

Hello @alesspalma , We don't have a similar implementation for PySpark, though we use this library internally using PySpark. We will try to add some bindings on the JVM side for an easier usage with PySpark.

alesspalma commented 2 years ago

great!

alois-bissuel commented 2 years ago

Bindings are added in v1.1!