o

openml-utils

Contains the utility classes to help to import a model.
文件下载
文件名 操作
openml-utils-1.0.2.jar 下载
openml-utils-1.0.2.pom 下载
openml-utils-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.feedzai</groupId>
  <artifactId>openml-utils</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.feedzai:openml-utils:1.0.2'
Gradle Kotlin
implementation("com.feedzai:openml-utils:1.0.2")
Scala SBT
libraryDependencies += "com.feedzai" % "openml-utils" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.feedzai', module='openml-utils', version='1.0.2')
)
Apache Ivy
<dependency org="com.feedzai" name="openml-utils" rev="1.0.2" />
Leiningen
[com.feedzai/openml-utils "1.0.2"]
Apache Buildr
'com.feedzai:openml-utils:jar:1.0.2'