o

openml-h2o

Contains classes and logic related with the import of H2O models.
Files download
File Operation
openml-h2o-1.1.3.jar download
openml-h2o-1.1.3.pom download
openml-h2o-1.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.feedzai</groupId>
  <artifactId>openml-h2o</artifactId>
  <version>1.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.feedzai:openml-h2o:1.1.3'
Gradle Kotlin
implementation("com.feedzai:openml-h2o:1.1.3")
Scala SBT
libraryDependencies += "com.feedzai" % "openml-h2o" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.feedzai', module='openml-h2o', version='1.1.3')
)
Apache Ivy
<dependency org="com.feedzai" name="openml-h2o" rev="1.1.3" />
Leiningen
[com.feedzai/openml-h2o "1.1.3"]
Apache Buildr
'com.feedzai:openml-h2o:jar:1.1.3'