MVN

ai.libs : mlplan-sklearn

Maven & Gradle

Nov 26, 2021
1 usages
39 stars

MLPlan-SKLearn · This project provides an implementation of the AutoML tool ML-Plan for scikit-learn.

<dependency>
    <groupId>ai.libs</groupId>
    <artifactId>mlplan-sklearn</artifactId>
    <version>0.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.libs : mlplan-sklearn to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.7

All Versions

Choose a version of ai.libs : mlplan-sklearn to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
mlplan-sklearn-0.2.7
mlplan-sklearn-0.2.6
mlplan-sklearn-0.2.5
mlplan-sklearn-0.2.4
mlplan-sklearn-0.2.3
mlplan-sklearn-0.2.2
mlplan-sklearn-0.2.1

How to add a dependency to Maven

Add the following ai.libs : mlplan-sklearn maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.libs</groupId>
    <artifactId>mlplan-sklearn</artifactId>
    <version>0.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.libs : mlplan-sklearn gradle dependency to your build.gradle file:

implementation 'ai.libs:mlplan-sklearn:0.2.7'

Gradle Kotlin DSL: Add the following ai.libs : mlplan-sklearn gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.libs:mlplan-sklearn:0.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.libs : mlplan-sklearn sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.libs" % "mlplan-sklearn" % "0.2.7"

Advertisement

Dependencies from Group

Nov 26, 2021
24 usages
39 stars
Nov 26, 2021
14 usages
39 stars
Nov 26, 2021
11 usages
39 stars
Nov 26, 2021
7 usages
39 stars
Nov 26, 2021
6 usages
39 stars

Discover Dependencies