Skip to content

Spark-Transformers: Library for exporting Apache Spark MLLIB models in to use them in any Java application with no other dependencies.

License

Notifications You must be signed in to change notification settings

ToOnlyGaurav/spark-transformers

 
 

Repository files navigation

Spark-Transformers: Library for exporting spark models in Java ecosystem.

Full Documentation

See the Wiki for full documentation, examples, operational details and other information.

Communication

What does it do?

  • Provide a way to export Spark models/transformations into a custom format which can be imported back into a java object.
  • Provide a way to do model predictions in java ecosystem.

Tech Talk on spark transformers

Presentation link

Bugs and Feedback

For bugs, questions and discussions please use the Github Issues.

LICENSE

Spark-Transformers is licensed under : The Apache Software License, Version 2.0. Here is a copy of the license (http://www.apache.org/licenses/LICENSE-2.0.txt)

About

Spark-Transformers: Library for exporting Apache Spark MLLIB models in to use them in any Java application with no other dependencies.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 89.0%
  • Scala 11.0%