| [ Web Proxy ] |
| Viewing: https://dataframes.bigquery.dev/reference/api/bigframes.ml.preprocessing.html | [Back] [Original] |
Section Navigation
Transformers that prepare data for other estimators. This module is styled after scikit-learns preprocessing module: https://scikit-learn.org/stable/modules/preprocessing.html.
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. |
Copyright 2019, Google.
Created using Sphinx 8.1.3.
Built with the PyData Sphinx Theme 0.19.0.
| Web Proxy Viewer | New URL | Original Page |