Categories |
CategoriesJPMML Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdorg.jpmml |
ArtifactId | ArtifactIdjpmml-sklearn |
Version | Version1.7.5 |
Type | Typepom |
Filename | Size |
---|---|
jpmml-sklearn-1.7.5.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jpmml/jpmml-sklearn/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-sklearn</artifactId>
<version>1.7.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/jpmml-sklearn/
implementation 'org.jpmml:jpmml-sklearn:1.7.5'
// https://jarcasting.com/artifacts/org.jpmml/jpmml-sklearn/
implementation ("org.jpmml:jpmml-sklearn:1.7.5")
'org.jpmml:jpmml-sklearn:pom:1.7.5'
<dependency org="org.jpmml" name="jpmml-sklearn" rev="1.7.5">
<artifact name="jpmml-sklearn" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='jpmml-sklearn', version='1.7.5')
)
libraryDependencies += "org.jpmml" % "jpmml-sklearn" % "1.7.5"
[org.jpmml/jpmml-sklearn "1.7.5"]