makeCostSensRegrWrapper: Wraps a regression learner for use in cost-sensitive learning.
Description
Creates a wrapper, which can be used like any other learner object.
Models can easily be accessed via getCostSensRegrModels.
For each class in the task, an individual regression model is fitted for the costs of that class.
During prediction, the class with the lowest predicted costs is selected.