API Reference#
Refer to these pages for details about the public objects in the bigframes
packages.
Configuration for BigQuery DataFrames. |
|
This module integrates BigQuery built-in functions for use with DataFrame objects, such as array functions: https://cloud.google.com/bigquery/docs/reference/standard-sql/array_functions. |
|
This module integrates BigQuery built-in AI functions for use with Series/DataFrame objects, such as AI.GENERATE_BOOL: https://cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-ai-generate-bool |
|
Public enums used across BigQuery DataFrames. |
|
Public exceptions and warnings used across BigQuery DataFrames. |
|
BigQuery DataFrames provides a DataFrame API backed by the BigQuery engine. |
|
ML APIs#
BigQuery DataFrames provides many machine learning modules, inspired by scikit-learn.
Clustering models. |
|
Build composite transformers on heterogeneous data. |
|
Matrix Decomposition models. |
|
Ensemble models. |
|
Forcasting models. |
|
Imported models. |
|
Transformers for missing value imputation. |
|
Linear models. |
|
LLM models. |
|
Functions for test/train split and model tuning. |
|
For composing estimators together. |
|
Transformers that prepare data for other estimators. |
|
BigFrames general remote models. |