bigframes.ml.model_selection#
Functions for test/train split and model tuning. This module is styled after scikit-learn’s model_selection module: https://scikit-learn.org/stable/modules/classes.html#module-sklearn.model_selection.
Functions
|
Cast a value to a type. |
|
Evaluate metric(s) by cross-validation and also record fit/score times. |
|
Splits dataframes or series into random train and test subsets. |
Classes