Created
June 4, 2021 02:34
-
-
Save eileen-code4fun/d3bd32f9c404933f925654641254dd1f to your computer and use it in GitHub Desktop.
CIFAR10 BQ TEST
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
# Display all metrics. | |
* | |
FROM | |
ML.EVALUATE( | |
MODEL `bqml.e2e-tutorial`, | |
( | |
SELECT | |
int64_field_0 as label, | |
* EXCEPT (int64_field_0) | |
FROM | |
# Use the test table. | |
`bqml.test` | |
) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment