{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Commit 719b278
feat: add
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>bigframes.bigquery.ml methods (#2300)1 parent fafd7c7 commit 719b278
29 files changed
Lines changed: 3711 additions & 6 deletions
File tree
- bigframes
- bigquery
- _operations
- core/sql
- ml
- docs/reference
- notebooks
- ml
- tests/unit
- bigquery
- core/sql
- snapshots/test_ml
- test_create_model_basic
- test_create_model_if_not_exists
- test_create_model_list_option
- test_create_model_remote_default
- test_create_model_remote
- test_create_model_replace
- test_create_model_training_data_and_holiday
- test_create_model_transform
- test_evaluate_model_basic
- test_evaluate_model_with_options
- test_evaluate_model_with_table
- test_explain_predict_model_basic
- test_explain_predict_model_with_options
- test_global_explain_model_basic
- test_global_explain_model_with_options
- test_predict_model_basic
- test_predict_model_with_options

0 commit comments