kpipes-function-machinelearning-predict
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.kpipes</groupId>
<artifactId>kpipes-function-machinelearning-predict</artifactId>
<version>0.0.5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.kpipes</groupId>
<artifactId>kpipes-functions</artifactId>
<version>0.0.5</version>
<relativePath>..</relativePath>
</parent>
<artifactId>kpipes-function-machinelearning-predict</artifactId>
<name>${project.artifactId}</name>
<dependencies>
<!-- Internal dependencies -->
<dependency>
<groupId>net.kpipes</groupId>
<artifactId>kpipes-core</artifactId>
</dependency>
<dependency>
<groupId>net.kpipes</groupId>
<artifactId>kpipes-lib-docker</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.kpipes</groupId>
<artifactId>kpipes-lib-testing</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.kpipes</groupId>
<artifactId>kpipes-service-machinelearning</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.kpipes</groupId>
<artifactId>kpipes-function-view-materialize-keyvalue</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>