Package: costsensitive 0.1.2.10

costsensitive: Cost-Sensitive Multi-Class Classification

Reduction-based techniques for cost-sensitive multi-class classification, in which each observation has a different cost for classifying it into one class, and the goal is to predict the class with the minimum expected cost for each new observation. Implements Weighted All-Pairs (Beygelzimer, Langford, & Zadrozny (2008) <doi:10.1007/978-0-387-79361-0_1>), Weighted One-Vs-Rest (Beygelzimer,Dani, Hayes, Langford, Zadrozny, (2005) <https://dl.acm.org/citation.cfm?id=1102358>) and Regression One-Vs-Rest. Works with arbitrary classifiers taking observation weights, or with regressors. Also implements cost-proportionate rejection sampling for working with classifiers that don't accept observation weights.

Authors:David Cortes

costsensitive_0.1.2.10.tar.gz
costsensitive_0.1.2.10.zip(r-4.7)costsensitive_0.1.2.10.zip(r-4.6)costsensitive_0.1.2.10.zip(r-4.5)
costsensitive_0.1.2.10.tgz(r-4.6-x86_64)costsensitive_0.1.2.10.tgz(r-4.6-arm64)costsensitive_0.1.2.10.tgz(r-4.5-x86_64)costsensitive_0.1.2.10.tgz(r-4.5-arm64)
costsensitive_0.1.2.10.tar.gz(r-4.7-arm64)costsensitive_0.1.2.10.tar.gz(r-4.7-x86_64)costsensitive_0.1.2.10.tar.gz(r-4.6-arm64)costsensitive_0.1.2.10.tar.gz(r-4.6-x86_64)
costsensitive_0.1.2.10.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
costsensitive/json (API)

# Install 'costsensitive' in R:
install.packages('costsensitive', repos = c('https://david-cortes.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/david-cortes/costsensitive/issues

On CRAN:

Conda:

cost-sensitive-classificationmulti-label-classification

4.84 score 49 stars 28 scripts 137 downloads 4 exports 0 dependencies

Last updated from:0a3c4411fb. Checks:11 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64NOTE121
linux-devel-x86_64NOTE115
source / vignettesOK197
linux-release-arm64NOTE118
linux-release-x86_64NOTE119
macos-release-arm64NOTE118
macos-release-x86_64NOTE176
macos-oldrel-arm64NOTE86
macos-oldrel-x86_64NOTE293
windows-develNOTE85
windows-releaseNOTE81
windows-oldrelNOTE119
wasm-releaseOK97

Exports:cost.proportionate.classifierregression.one.vs.restweighted.all.pairsweighted.one.vs.rest

Dependencies: