rmspe

Adds the Root Mean Square Percentage Error (RMSPE) metric for to the evaluation of classifiers.

Лицензия

Лицензия

Группа

Группа

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

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

rmspe-weka-package
Последняя версия

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

2021.3.12
Дата

Дата

Тип

Тип

jar
Описание

Описание

rmspe
Adds the Root Mean Square Percentage Error (RMSPE) metric for to the evaluation of classifiers.
Ссылка на сайт

Ссылка на сайт

https://github.com/fracpete/rmspe-weka-package
Организация-разработчик

Организация-разработчик

University of Waikato, Hamilton, NZ
Система контроля версий

Система контроля версий

https://github.com/fracpete/rmspe-weka-package

Скачать rmspe-weka-package

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.fracpete/rmspe-weka-package/ -->
<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>rmspe-weka-package</artifactId>
    <version>2021.3.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/rmspe-weka-package/
implementation 'com.github.fracpete:rmspe-weka-package:2021.3.12'
// https://jarcasting.com/artifacts/com.github.fracpete/rmspe-weka-package/
implementation ("com.github.fracpete:rmspe-weka-package:2021.3.12")
'com.github.fracpete:rmspe-weka-package:jar:2021.3.12'
<dependency org="com.github.fracpete" name="rmspe-weka-package" rev="2021.3.12">
  <artifact name="rmspe-weka-package" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='rmspe-weka-package', version='2021.3.12')
)
libraryDependencies += "com.github.fracpete" % "rmspe-weka-package" % "2021.3.12"
[com.github.fracpete/rmspe-weka-package "2021.3.12"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
nz.ac.waikato.cms.weka : weka-dev jar [3.7.12,)
org.pentaho.pentaho-commons : pentaho-package-manager jar 1.0.11

test (2)

Идентификатор библиотеки Тип Версия
nz.ac.waikato.cms.weka : weka-dev test-jar [3.7.12,)
junit : junit jar 4.13.1

Модули Проекта

Данный проект не имеет модулей.

rmspe-weka-package

Weka package that adds the RMSPE (Root Mean Square Percentage Error) as metric for classifiers (numeric classes only).

For formula, see here.

Releases

How to use packages

For more information on how to install the package, see:

https://waikato.github.io/weka-wiki/packages/manager/

Maven

Add the following dependency in your pom.xml to include the package.

The following dependency automatically pulls in Weka:

    <dependency>
      <groupId>com.github.fracpete</groupId>
      <artifactId>rmspe-weka-package</artifactId>
      <version>2021.3.12</version>
    </dependency>

Use the following dependency to exclude the Weka dependencies:

    <dependency>
      <groupId>com.github.fracpete</groupId>
      <artifactId>rmspe-weka-package</artifactId>
      <version>2021.3.12</version>
      <exclusions>
        <exclusion>
          <groupId>nz.ac.waikato.cms.weka</groupId>
          <artifactId>weka-dev</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.pentaho.pentaho-commons</groupId>
          <artifactId>pentaho-package-manager</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

Версии библиотеки

Версия
2021.3.12