Package prea.data.splitter

Class Summary
DataSplitManager This class implements data split functions, which are common in individual model selection methods.
KfoldCrossValidation This class implements K-fold cross-validation.
PredefinedSplit When a predefined split file is available, this class helps to split train/test set as defined in the file.
SimpleSplit This class helps to split data matrix into train set and test set, based on the test set ratio defined by the user.