Model Selection

The jasmine.model_selection module provides model selection utilities.

Functions

train_test_split(X, y[, test_size, shuffle, ...])

Split arrays into random train and test subsets.