bigframes.bigquery.ml#

This module exposes BigQuery ML functions by directly mapping to the equivalent function names in SQL syntax.

For an interface more familiar to Scikit-Learn users, see bigframes.ml.

Functions

create_model(model_name, *[, replace, ...])

Creates a BigQuery ML model.

evaluate(model[, input_, ...])

Evaluates a BigQuery ML model.

explain_predict(model, input_, *[, ...])

Runs explainable prediction on a BigQuery ML model.

global_explain(model, *[, class_level_explain])

Gets global explanations for a BigQuery ML model.

predict(model, input_, *[, threshold, ...])

Runs prediction on a BigQuery ML model.