HoldOut#
- class dpeeg.exps.HoldOut(trainer: BaseClassifier, out_folder: str | None = None, timestamp: bool = True, verbose: int | str = 'INFO')[source]#
Holdout cross validation experiment.
Validate the performance of the model on unseen data using holdout cross validation. Only one training and testing is required, so it is fast and suitable for large-scale datasets and fast model evaluation.
- Parameters: