o

openml-datarobot

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