o

openml-example

Contains an example of a provider of Machine Learning Models implementing Feedzai's OpenML API. These examples are not true models (in the essence that they do not learn and simply return dummy predictions).
Files download
File Operation
openml-example-0.1.1.jar download
openml-example-0.1.1.pom download
openml-example-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.feedzai</groupId>
  <artifactId>openml-example</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.feedzai:openml-example:0.1.1'
Gradle Kotlin
implementation("com.feedzai:openml-example:0.1.1")
Scala SBT
libraryDependencies += "com.feedzai" % "openml-example" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.feedzai', module='openml-example', version='0.1.1')
)
Apache Ivy
<dependency org="com.feedzai" name="openml-example" rev="0.1.1" />
Leiningen
[com.feedzai/openml-example "0.1.1"]
Apache Buildr
'com.feedzai:openml-example:jar:0.1.1'