Model SelectionΒΆ


For validating models and performing hyper-parameter selection, it is common to use cross-validation methods such as those in sklearn.model_selection.

Although sklearn.model_selection is partially compatible with Sequentia, we define our own wrapped versions of certain classes and functions to allow support for sequences.