com.flipkart.fdp.ml:custom-transformer_2.11

Java Library for exporting spark models in Java ecosystem

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.flipkart.fdp.ml
ArtifactId

ArtifactId

custom-transformer_2.11
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java Library for exporting spark models in Java ecosystem

Download custom-transformer_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.flipkart.fdp.ml/custom-transformer_2.11/ -->
<dependency>
    <groupId>com.flipkart.fdp.ml</groupId>
    <artifactId>custom-transformer_2.11</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.flipkart.fdp.ml/custom-transformer_2.11/
implementation 'com.flipkart.fdp.ml:custom-transformer_2.11:0.4.0'
// https://jarcasting.com/artifacts/com.flipkart.fdp.ml/custom-transformer_2.11/
implementation ("com.flipkart.fdp.ml:custom-transformer_2.11:0.4.0")
'com.flipkart.fdp.ml:custom-transformer_2.11:jar:0.4.0'
<dependency org="com.flipkart.fdp.ml" name="custom-transformer_2.11" rev="0.4.0">
  <artifact name="custom-transformer_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flipkart.fdp.ml', module='custom-transformer_2.11', version='0.4.0')
)
libraryDependencies += "com.flipkart.fdp.ml" % "custom-transformer_2.11" % "0.4.0"
[com.flipkart.fdp.ml/custom-transformer_2.11 "0.4.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.10

provided (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar ${scala.version}
org.apache.spark : spark-core_2.11 jar 1.6.2
org.apache.spark : spark-mllib_2.11 jar 1.6.2
ch.qos.logback : logback-classic jar 1.0.13
ch.qos.logback : logback-core jar 1.0.13
org.projectlombok : lombok jar 1.16.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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)

com.flipkart.fdp.ml

Flipkart Incubator

Versions

Version
0.4.0
0.3.1
0.3.0