View source: R/CostSensWeightedPairsWrapper.R
makeCostSensWeightedPairsWrapper | R Documentation |
Creates a wrapper, which can be used like any other learner object. Models can easily be accessed via getLearnerModel.
For each pair of labels, we fit a binary classifier. For each observation we define the label to be the element of the pair with minimal costs. During fitting, we also weight the observation with the absolute difference in costs. Prediction is performed by simple voting.
This approach is sometimes called cost-sensitive one-vs-one (CS-OVO), because it is obviously very similar to the one-vs-one approach where one reduces a normal multi-class problem to multiple binary ones and aggregates by voting.
makeCostSensWeightedPairsWrapper(learner)
learner |
(Learner | |
(Learner).
Lin, HT.: Reduction from Cost-sensitive Multiclass Classification to One-versus-one Binary Classification. In: Proceedings of the Sixth Asian Conference on Machine Learning. JMLR Workshop and Conference Proceedings, vol 39, pp. 371-386. JMLR W&CP (2014). https://proceedings.mlr.press/v39/lin14.pdf
Other costsens:
makeCostSensClassifWrapper()
,
makeCostSensRegrWrapper()
,
makeCostSensTask()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.