License |
License |
---|---|
Categories |
CategoriesPython Languages JPMML Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.jpmml |
ArtifactId | ArtifactIdjpmml-python |
Last Version | Last Version1.1.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJPMML-Python
Java library for converting Python models to PMML
|
Project URL |
Project URL |
Filename | Size |
---|---|
jpmml-python-1.1.6.pom | |
jpmml-python-1.1.6.jar | 129 KB |
jpmml-python-1.1.6-sources.jar | 86 KB |
jpmml-python-1.1.6-javadoc.jar | 330 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jpmml/jpmml-python/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-python</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/jpmml-python/
implementation 'org.jpmml:jpmml-python:1.1.6'
// https://jarcasting.com/artifacts/org.jpmml/jpmml-python/
implementation ("org.jpmml:jpmml-python:1.1.6")
'org.jpmml:jpmml-python:jar:1.1.6'
<dependency org="org.jpmml" name="jpmml-python" rev="1.1.6">
<artifact name="jpmml-python" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='jpmml-python', version='1.1.6')
)
libraryDependencies += "org.jpmml" % "jpmml-python" % "1.1.6"
[org.jpmml/jpmml-python "1.1.6"]