Commit 54050d5
committed
feat: Add BigQuery ML CREATE MODEL support
- Refactor `bigframes.core.sql` to a package.
- Add `bigframes.core.sql.ml` for DDL generation.
- Add `bigframes.bigquery.ml` module with `create_model` function.
- Add unit tests for SQL generation.
- Use `_start_query_ml_ddl` for execution.
- Return the created model object using `read_gbq_model`.1 parent 0356206 commit 54050d5
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| 85 | + | |
| 86 | + | |
0 commit comments