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:
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
cost-sensitive-classificationmulti-label-classification
Last updated from:0a3c4411fb. Checks:11 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 121 | ||
| linux-devel-x86_64 | NOTE | 115 | ||
| source / vignettes | OK | 197 | ||
| linux-release-arm64 | NOTE | 118 | ||
| linux-release-x86_64 | NOTE | 119 | ||
| macos-release-arm64 | NOTE | 118 | ||
| macos-release-x86_64 | NOTE | 176 | ||
| macos-oldrel-arm64 | NOTE | 86 | ||
| macos-oldrel-x86_64 | NOTE | 293 | ||
| windows-devel | NOTE | 85 | ||
| windows-release | NOTE | 81 | ||
| windows-oldrel | NOTE | 119 | ||
| wasm-release | OK | 97 |
Exports:cost.proportionate.classifierregression.one.vs.restweighted.all.pairsweighted.one.vs.rest
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Cost-Proportionate Classifier | cost.proportionate.classifier |
| Predict method for Cost-Proportionate Classifier | predict.costprop |
| Predict method for Regression One-Vs-Rest | predict.rovr |
| Predict method for Weighted All-Pairs | predict.wap |
| Predict method for Weighted One-Vs-Rest | predict.wovr |
| Get information about Cost-Proportionate classifier object | print.costprop |
| Get information about Regression One-Vs-Rest object | print.rovr |
| Get information about Weighted All-Pairs object | print.wap |
| Get information about Weighted One-Vs-Rest object | print.wovr |
| Regression One-Vs-Rest | regression.one.vs.rest |
| Get information about Cost-Proportionate classifier object | summary.costprop |
| Get information about Regression One-Vs-Rest object | summary.rovr |
| Get information about Weighted All-Pairs object | summary.wap |
| Get information about Weighted One-Vs-Rest object | summary.wovr |
| Weighted All-Pairs | weighted.all.pairs |
| Weighted One-Vs-Rest | weighted.one.vs.rest |
