Quidest?

GCP Big Query

BigQuery provides two services in one:

These two services are connected by Google’s high speed internal network that allows to scale compute and storage independently.

You can build ML models with BigQuery.

Steps to build ML models:

With BigQueryML you can manage tabular data and execute ML models in a few steps. It tunes the parameters for you and helps manage the ML workflow.

Steps to build ML models in BigQuery:

  1. ETL into BigQuery (evaluate, transform and load)
  2. Select and preprocess features with SQL. BigQuery does some preprocessing for you (one-hot encoding)
  3. Create the model in BigQuery with the CREATE MODEL command. Example:
  1. Evaluate the performance of the model. Example :
  1. Use the model to make predictions. Example:

#certification #engineer #machine #platform #cloud #path #learning #gcp #google #ai #model #database #sql