o

openml-datarobot

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