hibayesian / spark-optim

A library of scalable optimization algorithms based on Spark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spark-Optim

Spark-Optim is a library of scalable optimization algorithms based on Spark. It is designed to provide optimization algorithms which are recently published or widely used but have not been implemented in Spark MLlib.

Highlight

Currently, Spark-Optim provides following implementations.

Requirements

Spark-Optim is built against Spark 2.1.1.

Build From Source

sbt package

Licenses

Spark-Optim is available under Apache Licenses 2.0.

Contact & Feedback

If you encounter bugs, feel free to submit an issue or pull request. Also you can mail to:

About

A library of scalable optimization algorithms based on Spark

License:Apache License 2.0


Languages

Language:Scala 100.0%