Maintained with ☕️ by
IcePanel logo

You can perform model monitoring in BigQuery ML. The following model monitoring functions are now

Share

Services

## Feature You can perform[model monitoring](https://cloud.google.com/bigquery/docs/model-monitoring-overview)in BigQuery ML. The following model monitoring functions are now[generally available](https://cloud.google.com/products/#product-launch-stages)(GA): * [ML.DESCRIBE\_DATA](https://cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-describe-data): compute descriptive statistics for a set of training or serving data. * [ML.VALIDATE\_DATA\_SKEW](https://cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-validate-data-skew): compute the statistics for a set of serving data, and then compare them to the statistics for the data used to train a BigQuery ML model in order to identify anomalous differences between the two data sets. * [ML.VALIDATE\_DATA\_DRIFT](https://cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-validate-data-drift): compute and compare the statistics for two sets of serving data in order to identify anomalous differences between the two data sets. * [ML.TFDV\_DESCRIBE](https://cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-tfdv-describe): compute fine-grained descriptive statistics for a set of training or serving data. This function provides the same behavior as the[TensorFlow tfdv.generate\_statistics\_from\_csv API](https://www.tensorflow.org/tfx/data%5Fvalidation/api%5Fdocs/python/tfdv/generate%5Fstatistics%5Ffrom%5Fcsv). * [ML.TFDV\_VALIDATE](https://cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-tfdv-validate): compute and compare the statistics for training and serving data, or two sets of serving data, in order to identify anomalous differences between the two data sets. This function provides the same behavior as the[TensorFlow tfdv.validate\_statistics API](https://www.tensorflow.org/tfx/data%5Fvalidation/api%5Fdocs/python/tfdv/validate%5Fstatistics).