mlplan-sklearn
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ai.libs</groupId>
<artifactId>mlplan-sklearn</artifactId>
<version>0.2.7</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>ai.libs</groupId>
<artifactId>mlplan-sklearn</artifactId>
<version>0.2.7</version>
<name>MLPlan-SKLearn</name>
<description>This project provides an implementation of the AutoML tool ML-Plan for scikit-learn.</description>
<url>https://libs.ai</url>
<licenses>
<license>
<name>GPLv3</name>
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
</license>
</licenses>
<developers>
<developer>
<id>fmohr</id>
<name>Felix Mohr</name>
<email>felix.mohr@upb.de</email>
</developer>
<developer>
<id>mwever</id>
<name>Marcel Wever</name>
<email>marcel.wever@upb.de</email>
</developer>
<developer>
<id>ahetzer</id>
<name>Alexander Hetzer</name>
<email>alexander.hetzer@upb.de</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/fmohr/AILibs.git</connection>
<developerConnection>scm:git:https://github.com/fmohr/AILibs.git</developerConnection>
<url>https://github.com/fmohr/AILibs</url>
</scm>
<dependencies>
<dependency>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-java8</artifactId>
<version>1.0.10</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>27.0-jre</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ai.libs</groupId>
<artifactId>jaicore-ml</artifactId>
<version>0.2.7</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>org.deeplearning4j</groupId>
</exclusion>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>*</artifactId>
<groupId>edu.stanford.nlp</groupId>
</exclusion>
<exclusion>
<artifactId>*</artifactId>
<groupId>org.nd4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ai.libs</groupId>
<artifactId>jaicore-ml-weka</artifactId>
<version>0.2.7</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>org.deeplearning4j</groupId>
</exclusion>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>*</artifactId>
<groupId>edu.stanford.nlp</groupId>
</exclusion>
<exclusion>
<artifactId>*</artifactId>
<groupId>org.nd4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ai.libs</groupId>
<artifactId>mlplan-core</artifactId>
<version>0.2.7</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ai.libs</groupId>
<artifactId>jaicore-search</artifactId>
<version>0.2.7</version>
<classifier>tests</classifier>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ai.libs</groupId>
<artifactId>jaicore-components</artifactId>
<version>0.2.7</version>
<classifier>tests</classifier>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ai.libs</groupId>
<artifactId>jaicore-basic</artifactId>
<version>0.2.7</version>
<classifier>tests</classifier>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ai.libs</groupId>
<artifactId>jaicore-ml</artifactId>
<version>0.2.7</version>
<classifier>tests</classifier>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ai.libs</groupId>
<artifactId>mlplan-core</artifactId>
<version>0.2.7</version>
<classifier>tests</classifier>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>1.7.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.5.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.5.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.0.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>all</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>