feat: add `bigframes.bigquery.ml` methods (#2300) · googleapis/python-bigquery-dataframes@719b278 · GitHub
Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 719b278

Browse files
feat: add bigframes.bigquery.ml methods (#2300)
This PR adds support for `CREATE MODEL` statement in BigQuery ML via `bigframes.bigquery.ml.create_model`. It includes DDL generation logic handling various clauses like TRANSFORM, OPTIONS, remote models, and different data input formats. It also refactors `bigframes.core.sql` into a package to support the new submodule. --- *PR created automatically by Jules for task [3846335972146851433](https://jules.google.com/task/3846335972146851433) started by @tswast* --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: Tim Sweña <swast@google.com>
1 parent fafd7c7 commit 719b278

29 files changed

Lines changed: 3711 additions & 6 deletions

File tree

bigframes/bigquery/__init__.py

Lines changed: 2 additions & 1 deletion

0 commit comments

Comments
 (0)