не последняя версия
Последняя версия 1.2.0

com.feedzai:openml-example 0.3.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).

Группа

Группа

com.feedzai
Идентификатор

Идентификатор

openml-example
Версия

Версия

0.3.0
Тип

Тип

jar

Скачать openml-example 0.3.0


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