Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Latest commit

 

History

History
45 lines (37 loc) · 923 Bytes

File metadata and controls

45 lines (37 loc) · 923 Bytes

API Reference

Refer to these pages for details about the public objects in the bigframes packages.

.. autosummary::
    :toctree: api

    bigframes._config
    bigframes.bigquery
    bigframes.bigquery.ai
    bigframes.bigquery.ml
    bigframes.enums
    bigframes.exceptions
    bigframes.geopandas
    bigframes.pandas
    bigframes.streaming

ML APIs

BigQuery DataFrames provides many machine learning modules, inspired by scikit-learn.

.. autosummary::
    :toctree: api

    bigframes.ml
    bigframes.ml.base
    bigframes.ml.cluster
    bigframes.ml.compose
    bigframes.ml.decomposition
    bigframes.ml.ensemble
    bigframes.ml.forecasting
    bigframes.ml.imported
    bigframes.ml.impute
    bigframes.ml.linear_model
    bigframes.ml.llm
    bigframes.ml.metrics
    bigframes.ml.model_selection
    bigframes.ml.pipeline
    bigframes.ml.preprocessing
    bigframes.ml.remote