MLPlan

This project provides an implementation of the AutoML tool ML-Plan.

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

ai.libs
Идентификатор

Идентификатор

mlplancli
Последняя версия

Последняя версия

0.1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

MLPlan
This project provides an implementation of the AutoML tool ML-Plan.
Система контроля версий

Система контроля версий

https://github.com/fmohr/AILibs

Скачать mlplancli

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/ai.libs/mlplancli/ -->
<dependency>
    <groupId>ai.libs</groupId>
    <artifactId>mlplancli</artifactId>
    <version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/ai.libs/mlplancli/
implementation 'ai.libs:mlplancli:0.1.4'
// https://jarcasting.com/artifacts/ai.libs/mlplancli/
implementation ("ai.libs:mlplancli:0.1.4")
'ai.libs:mlplancli:jar:0.1.4'
<dependency org="ai.libs" name="mlplancli" rev="0.1.4">
  <artifact name="mlplancli" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.libs', module='mlplancli', version='0.1.4')
)
libraryDependencies += "ai.libs" % "mlplancli" % "0.1.4"
[ai.libs/mlplancli "0.1.4"]

Зависимости

compile (17)

Идентификатор библиотеки Тип Версия
org.aeonbits.owner : owner-java8 jar 1.0.10
com.google.guava : guava jar 27.0-jre
org.slf4j : slf4j-api jar 1.7.25
ai.libs : hasco jar 0.1.4
ai.libs : jaicore-basic jar 0.1.4
ai.libs : jaicore-experiments jar 0.1.4
ai.libs : jaicore-logic jar 0.1.4
ai.libs : jaicore-planning jar 0.1.4
ai.libs : jaicore-search jar 0.1.4
ai.libs : jaicore-ml jar 0.1.4
net.sourceforge.owlapi : owlapi-distribution jar 5.1.9
com.github.helegraf » TreeMiner jar ed1071c4ef
com.github.helegraf » data-handling jar bd4f875ad5
org.nd4j : nd4j-native-platform jar 1.0.0-beta2
org.nd4j : nd4j-api jar 1.0.0-beta2
de.jungblut.common : thomasjungblut-common jar 1.1
commons-cli : commons-cli jar 1.4

test (5)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-all jar 1.10.19
ai.libs : jaicore-basic jar 0.1.4
ai.libs : jaicore-search jar 0.1.4

Модули Проекта

Данный проект не имеет модулей.

Build Status Quality Gate SonarCloud Coverage Maven Central Javadocs

AILibs

AILibs is a modular collection of Java libraries related to automated decision making. It's highlight functionalities are:

  • Graph Search (jaicore-search): (AStar, BestFirst, Branch & Bound, DFS, MCTS, and more)
  • Logic (jaicore-logic): Represent and reason about propositional and simple first order logic formulas
  • Planning (jaicore-planning): State-space planning (STRIPS, PDDL), and hierarchical planning (HTN, ITN, PTN)
  • Reproducible Experiments (jaicore-experiments): Design and efficiently conduct experiments in a highly parallelized manner.
  • Automated Software Configuration (HASCO): Hierarchical configuration of software systems.
  • Automated Machine Learning (ML-Plan): Automatically find optimal machine learning pipelines in WEKA or sklearn

All algorithms in AILibs are steppable, and their behavior can be analyzed via the algorithm inspector: jaicore-algorithminspector. For example, graph search algorithms send events that allow a graph visualization in the algorithm inspector.

Find out more about AILibs and how to use it or how to contribute.

Using AILibs in your project

You can resolve each of our projects via a Maven dependency (using Maven central as repository). For example, to bind in our machine learning library jaicore-ml, you can do the following:

Maven

<dependency>
  <groupId>ai.libs</groupId>
  <artifactId>jaicore-ml</artifactId>
  <version>0.2.4</version>
</dependency>

Gradle

dependencies {
    implementation 'ai.libs:jaicore-ml:0.2.4'
}

For more details, refer to the documentation of the respective module.

Setting up your IDE to work with AILibs

Eclipse

Navigate to the folder where you cloned this repository and run

  ./gradlew eclipse

This automatically creates the eclipse project files and configures the dependencies among the projects. Then open Eclipse and go to the import menu, e.g., in the package manager. Choose to import Existing Projects into Workspace, select the folder where you cloned the repository, and make sure to check the Search for nested projects option.

AILibs JavaDoc API

JAICore

Software Configuration

Версии библиотеки

Версия
0.1.4