o

openml-h2o

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