SamplingΒΆ

Note

UnsupevisedSampling should be used for regression problems, and SupervisedSampling can be used for classification problems.

UnsupervisedSampling

Randomly sample the data and target.

SupervisedSampling

Sample each class depending on the user input.