metaCost

This metaclassifier makes its base classifier cost-sensitive using the method specified in Pedro Domingos: MetaCost: A general method for making classifiers cost-sensitive. In: Fifth International Conference on Knowledge Discovery and Data Mining, 155-164, 1999. This classifier should produce similar results to one created by passing the base learner to Bagging, which is in turn passed to a CostSensitiveClassifier operating on minimum expected cost. The difference is that MetaCost produces a single cost-sensitive classifier of the base learner, giving the benefits of fast classification and interpretable output (if the base learner itself is interpretable). This implementation uses all bagging iterations when reclassifying training data (the MetaCost paper reports a marginal improvement when only those iterations containing each training instance are used in reclassifying that instance).

License

License

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

metaCost
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

metaCost
This metaclassifier makes its base classifier cost-sensitive using the method specified in Pedro Domingos: MetaCost: A general method for making classifiers cost-sensitive. In: Fifth International Conference on Knowledge Discovery and Data Mining, 155-164, 1999. This classifier should produce similar results to one created by passing the base learner to Bagging, which is in turn passed to a CostSensitiveClassifier operating on minimum expected cost. The difference is that MetaCost produces a single cost-sensitive classifier of the base learner, giving the benefits of fast classification and interpretable output (if the base learner itself is interpretable). This implementation uses all bagging iterations when reclassifying training data (the MetaCost paper reports a marginal improvement when only those iterations containing each training instance are used in reclassifying that instance).
Project URL

Project URL

http://weka.sourceforge.net/doc.packages/metaCost
Project Organization

Project Organization

University of Waikato, Hamilton, NZ
Source Code Management

Source Code Management

https://svn.cms.waikato.ac.nz/svn/weka/tags/metaCost-1.0.3

Download metaCost

How to add to project

<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/metaCost/ -->
<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>metaCost</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/metaCost/
implementation 'nz.ac.waikato.cms.weka:metaCost:1.0.3'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/metaCost/
implementation ("nz.ac.waikato.cms.weka:metaCost:1.0.3")
'nz.ac.waikato.cms.weka:metaCost:jar:1.0.3'
<dependency org="nz.ac.waikato.cms.weka" name="metaCost" rev="1.0.3">
  <artifact name="metaCost" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='metaCost', version='1.0.3')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "metaCost" % "1.0.3"
[nz.ac.waikato.cms.weka/metaCost "1.0.3"]

Dependencies

compile (1)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev jar [3.7.1,)

test (2)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1