Commit ca47835
feat: add support for
Fixes internal issue b/501171054
🦕
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: tswast <247555+tswast@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>hparam_range and hparam_candidates to bigframes.bigquery.create_model (#16640)1 parent fe5245b commit ca47835Copy full SHA for ca47835
5 files changed
+88-16Lines changed: 88 additions & 16 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/bigframes
- bigframes/bigquery
- _operations
- tests/unit/core/sql
- snapshots/test_ml
- test_create_model_expression_option
- test_create_model_hparam_tuning
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/bigframes/bigframes/bigquery/__init__.py
Copy file name to clipboardExpand all lines: packages/bigframes/bigframes/bigquery/__init__.py+9-1Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
87 | 87 | |
88 | 88 | |
89 | 89 | |
90 | | - |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
91 | 95 | |
92 | 96 | |
93 | 97 | |
| ||
130 | 134 | |
131 | 135 | |
132 | 136 | |
| 137 | + |
| 138 | + |
133 | 139 | |
134 | 140 | |
135 | 141 | |
| ||
187 | 193 | |
188 | 194 | |
189 | 195 | |
| 196 | + |
| 197 | + |
190 | 198 | |
191 | 199 | |
192 | 200 | |
|
Collapse file
packages/bigframes/bigframes/bigquery/_operations/mathematical.py
Copy file name to clipboardExpand all lines: packages/bigframes/bigframes/bigquery/_operations/mathematical.py+70Lines changed: 70 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
| 18 | + |
17 | 19 | |
18 | 20 | |
19 | 21 | |
| ||
51 | 53 | |
52 | 54 | |
53 | 55 | |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
Collapse file
packages/bigframes/tests/unit/core/sql/snapshots/test_ml/test_create_model_expression_option/create_model_expression_option.sql
Copy file name to clipboardExpand all lines: packages/bigframes/tests/unit/core/sql/snapshots/test_ml/test_create_model_expression_option/create_model_expression_option.sql-3Lines changed: 0 additions & 3 deletions
This file was deleted.
Collapse file
packages/bigframes/tests/unit/core/sql/snapshots/test_ml/test_create_model_hparam_tuning/create_model_hparam_tuning.sql
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
Collapse file
packages/bigframes/tests/unit/core/sql/test_ml.py
Copy file name to clipboardExpand all lines: packages/bigframes/tests/unit/core/sql/test_ml.py+6-12Lines changed: 6 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
17 | 18 | |
18 | 19 | |
19 | 20 | |
| ||
101 | 102 | |
102 | 103 | |
103 | 104 | |
104 | | - |
105 | | - |
106 | | - |
107 | | - |
108 | | - |
109 | | - |
110 | | - |
111 | | - |
112 | | - |
| 105 | + |
113 | 106 | |
114 | 107 | |
115 | 108 | |
116 | | - |
117 | | - |
| 109 | + |
| 110 | + |
| 111 | + |
118 | 112 | |
119 | 113 | |
120 | 114 | |
121 | | - |
| 115 | + |
122 | 116 | |
123 | 117 | |
124 | 118 | |
|
0 commit comments