sparkit-learn (homepage)

PySpark + Scikit-learn = Sparkit-learn

@lensacom / (2)

Sparkit-learn aims to provide scikit-learn functionality and API on PySpark. The main goal of the library is to create an API that stays close to sklearn's.

The driving principle was to "Think locally, execute distributively." To accomodate this concept, the basic data block is always an array or a (sparse) matrix and the operations are executed on block level.


Tags

  • 1|machine learning
  • 1|python
  • 1|scikit-learn
  • 1|sklearn

How to

This package doesn't have any releases published in the Spark Packages repo, or with maven coordinates supplied. You may have to build this package from source, or it may simply be a script. To use this Spark Package, please follow the instructions in the README.

Releases

No releases yet.