rmspe

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

License

License

GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

rmspe-weka-package
Last Version

Last Version

2021.3.12
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

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

Project Organization

University of Waikato, Hamilton, NZ
Source Code Management

Source Code Management

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

Download rmspe-weka-package

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev jar [3.7.12,)
org.pentaho.pentaho-commons : pentaho-package-manager jar 1.0.11

test (2)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev test-jar [3.7.12,)
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

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>

Versions

Version
2021.3.12