We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A weekly digest of client library updates from across the Cloud SDK.
Model.transform_columns
bigquery_update_table_expiration
create_partitioned_table
The BigQuery Data Transfer Service can now transfer campaign reporting and configuration data from Display & Video 360 into BigQuery. This feature is in preview.
The following BigQuery ML features for time series forecasting are now generally available (GA):
Ensure forecasted values fall within specified limits. The FORECAST_LIMIT_LOWER_BOUND and FORECAST_LIMIT_UPPER_BOUND options of the CREATE MODEL statement let you set the lower and upper bounds of the forecasted values returned by the model.
FORECAST_LIMIT_LOWER_BOUND
FORECAST_LIMIT_UPPER_BOUND
CREATE MODEL
Try this feature with the Limit forecasted values for a time series model tutorial.
Custom holiday modeling:
ML.HOLIDAY_INFO
ML.EXPLAIN_FORECAST
Try this feature with the Use custom holidays in a time-series forecasting model tutorial.
https://cloud.google.com/bigquery/docs/release-notes#November_06_2023
The text was updated successfully, but these errors were encountered:
ML is out of scope
Sorry, something went wrong.
No branches or pull requests
Libraries
A weekly digest of client library updates from across the Cloud SDK.
Go
Changes for bigquery/storage/apiv1beta1
1.57.1 (2023-11-01)
Bug Fixes
1.57.0 (2023-10-30)
Features
Bug Fixes
Python
Changes for google-cloud-bigquery
3.13.0 (2023-10-30)
Features
Model.transform_columns
property ( #1661) ( 5ceed05)Bug Fixes
Documentation
bigquery_update_table_expiration
code sample ( #1673) ( 2dded33)create_partitioned_table
sample ( #1447) ( 40ba859)Feature
The BigQuery Data Transfer Service can now transfer campaign reporting and configuration data from Display & Video 360 into BigQuery. This feature is in preview.
Feature
The following BigQuery ML features for time series forecasting are now
generally available (GA):
Ensure forecasted values fall within specified limits. The
FORECAST_LIMIT_LOWER_BOUND
and
FORECAST_LIMIT_UPPER_BOUND
options of the
CREATE MODEL
statement let you set the lower and upper bounds of the forecasted values
returned by the model.
Try this feature with the
Limit forecasted values for a time series model tutorial.
Custom holiday modeling:
CREATE MODEL
syntaxlets you specify
custom holiday modeling
for time series models.
ML.HOLIDAY_INFO
function returns the list of holidays being modeled by anARIMA_PLUS
or
ARIMA_PLUS_XREG
time series forecasting model.
ML.EXPLAIN_FORECAST
functionincludes an explanation of the holiday effect for each holiday included in
the model.
Try this feature with the
Use custom holidays in a time-series forecasting model
tutorial.
https://cloud.google.com/bigquery/docs/release-notes#November_06_2023
The text was updated successfully, but these errors were encountered: