bigframes.ml.preprocessing#
Transformers that prepare data for other estimators. This module is styled after scikit-learn’s preprocessing module: https://scikit-learn.org/stable/modules/preprocessing.html.
Functions
|
Cast a value to a type. |
Classes
|
Bin continuous data into intervals. |
|
Encode target labels with value between 0 and n_classes-1. |
Scale each feature by its maximum absolute value. |
|
Transform features by scaling each feature to a given range. |
|
|
Encode categorical features as a one-hot format. |
|
Generate polynomial and interaction features. |
Standardize features by removing the mean and scaling to unit variance. |