Skip to content

Commit e0c7cca

Browse files
shollymanalixhami
authored andcommitted
Address broken test by updating CREATE MODEL options. (GoogleCloudPlatform#1799)
Tracked internally as 118618672.
1 parent 31e7748 commit e0c7cca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bigquery/bqml/ncaa_tutorial_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def test_ncaa_tutorial(delete_dataset):
6161
CREATE OR REPLACE MODEL `bqml_tutorial.ncaa_model`
6262
OPTIONS (
6363
model_type='linear_reg',
64-
data_split_eval_fraction=0.1,
6564
max_iteration=50 ) AS
6665
SELECT
6766
* EXCEPT (

0 commit comments

Comments
 (0)