MVN

ai.scikitlearn4x : sklearn4jvm

Maven & Gradle

Jun 29, 2022
0 stars

scikit-learn 4 JVM · scikit-learn 4 JVM is an open-source Java library that allows inference of scikit-learn models that were trained in Python in Java and other JVM based languages.

<dependency>
    <groupId>ai.scikitlearn4x</groupId>
    <artifactId>sklearn4jvm</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.scikitlearn4x : sklearn4jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of ai.scikitlearn4x : sklearn4jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
sklearn4jvm-0.0.4
sklearn4jvm-0.0.3
sklearn4jvm-0.0.0.8
sklearn4jvm-0.0.0.7
sklearn4jvm-0.0.0.6

How to add a dependency to Maven

Add the following ai.scikitlearn4x : sklearn4jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.scikitlearn4x</groupId>
    <artifactId>sklearn4jvm</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.scikitlearn4x : sklearn4jvm gradle dependency to your build.gradle file:

implementation 'ai.scikitlearn4x:sklearn4jvm:0.0.4'

Gradle Kotlin DSL: Add the following ai.scikitlearn4x : sklearn4jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.scikitlearn4x:sklearn4jvm:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.scikitlearn4x : sklearn4jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.scikitlearn4x" % "sklearn4jvm" % "0.0.4"