is not current version
Last Version 1.2.0

com.feedzai:openml-example 0.2.0

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).

GroupId

GroupId

com.feedzai
ArtifactId

ArtifactId

openml-example
Version

Version

0.2.0
Type

Type

jar

Download openml-example 0.2.0


<!-- https://jarcasting.com/artifacts/com.feedzai/openml-example/ -->
<dependency>
    <groupId>com.feedzai</groupId>
    <artifactId>openml-example</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.feedzai/openml-example/
implementation 'com.feedzai:openml-example:0.2.0'
// https://jarcasting.com/artifacts/com.feedzai/openml-example/
implementation ("com.feedzai:openml-example:0.2.0")
'com.feedzai:openml-example:jar:0.2.0'
<dependency org="com.feedzai" name="openml-example" rev="0.2.0">
  <artifact name="openml-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feedzai', module='openml-example', version='0.2.0')
)
libraryDependencies += "com.feedzai" % "openml-example" % "0.2.0"
[com.feedzai/openml-example "0.2.0"]