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).
文件下载
文件名 操作
openml-example-0.4.3.jar 下载
openml-example-0.4.3.pom 下载
openml-example-0.4.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.feedzai</groupId>
  <artifactId>openml-example</artifactId>
  <version>0.4.3</version>
</dependency>
Gradle Groovy
implementation 'com.feedzai:openml-example:0.4.3'
Gradle Kotlin
implementation("com.feedzai:openml-example:0.4.3")
Scala SBT
libraryDependencies += "com.feedzai" % "openml-example" % "0.4.3"
Groovy Grape
@Grapes(
  @Grab(group='com.feedzai', module='openml-example', version='0.4.3')
)
Apache Ivy
<dependency org="com.feedzai" name="openml-example" rev="0.4.3" />
Leiningen
[com.feedzai/openml-example "0.4.3"]
Apache Buildr
'com.feedzai:openml-example:jar:0.4.3'