License |
License |
---|---|
Categories |
CategoriesJPMML Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.jpmml |
ArtifactId | ArtifactIdjpmml-sklearn |
Last Version | Last Version1.7.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJPMML-SkLearn
Java library and command-line application for converting Scikit-Learn pipelines to PMML
|
Project URL |
Project URL |
Filename | Size |
---|---|
jpmml-sklearn-1.7.8.pom | |
jpmml-sklearn-1.7.8.jar | 367 KB |
jpmml-sklearn-1.7.8-sources.jar | 255 KB |
jpmml-sklearn-1.7.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jpmml/jpmml-sklearn/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-sklearn</artifactId>
<version>1.7.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/jpmml-sklearn/
implementation 'org.jpmml:jpmml-sklearn:1.7.8'
// https://jarcasting.com/artifacts/org.jpmml/jpmml-sklearn/
implementation ("org.jpmml:jpmml-sklearn:1.7.8")
'org.jpmml:jpmml-sklearn:jar:1.7.8'
<dependency org="org.jpmml" name="jpmml-sklearn" rev="1.7.8">
<artifact name="jpmml-sklearn" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='jpmml-sklearn', version='1.7.8')
)
libraryDependencies += "org.jpmml" % "jpmml-sklearn" % "1.7.8"
[org.jpmml/jpmml-sklearn "1.7.8"]