o

openml-h2o

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