makeDownsampleWrapper: Fuse learner with simple downsampling (subsampling).
Description
Creates a learner object, which can be
used like any other learner object.
It will only be trained on a subset of the original data to save computational time.Usage
makeDownsampleWrapper(learner, dw.perc = 1, dw.stratify = FALSE)