is not current version
Last Version 2.2.0

org.jpmml:jpmml-sparkml 2.1.0

Java library and command-line application for converting Apache Spark ML pipelines to PMML

Categories

Categories

JPMML Business Logic Libraries Machine Learning
GroupId

GroupId

org.jpmml
ArtifactId

ArtifactId

jpmml-sparkml
Version

Version

2.1.0
Type

Type

pom

Download jpmml-sparkml 2.1.0

Filename Size
jpmml-sparkml-2.1.0.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jpmml/jpmml-sparkml/ -->
<dependency>
    <groupId>org.jpmml</groupId>
    <artifactId>jpmml-sparkml</artifactId>
    <version>2.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/jpmml-sparkml/
implementation 'org.jpmml:jpmml-sparkml:2.1.0'
// https://jarcasting.com/artifacts/org.jpmml/jpmml-sparkml/
implementation ("org.jpmml:jpmml-sparkml:2.1.0")
'org.jpmml:jpmml-sparkml:pom:2.1.0'
<dependency org="org.jpmml" name="jpmml-sparkml" rev="2.1.0">
  <artifact name="jpmml-sparkml" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='jpmml-sparkml', version='2.1.0')
)
libraryDependencies += "org.jpmml" % "jpmml-sparkml" % "2.1.0"
[org.jpmml/jpmml-sparkml "2.1.0"]