BigQuery Machine Learning: Develop ML Models Where Your Data Liv

BigQuery Machine Learning: Develop ML Models Where Your Data Liv

Professional Development

5 Qs

quiz-placeholder

Similar activities

Bài tập lớp 12

Bài tập lớp 12

Professional Development

10 Qs

Training Teknik Perawatan Mesin

Training Teknik Perawatan Mesin

Professional Development

10 Qs

EVA CONTINUA 01 - Metodos de Datos

EVA CONTINUA 01 - Metodos de Datos

Professional Development

10 Qs

Training AutoML Models Using Vertex AI

Training AutoML Models Using Vertex AI

Professional Development

9 Qs

My Exam

My Exam

Professional Development

5 Qs

IQuery Session 2 Quiz

IQuery Session 2 Quiz

Professional Development

10 Qs

Sosialisasi BRIONE Data

Sosialisasi BRIONE Data

Professional Development

10 Qs

[W0 Jan23] Quizizz for OW

[W0 Jan23] Quizizz for OW

Professional Development

10 Qs

BigQuery Machine Learning: Develop ML Models Where Your Data Liv

BigQuery Machine Learning: Develop ML Models Where Your Data Liv

Assessment

Quiz

Created by

Jake Catron

Instructional Technology

Professional Development

Hard

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For Classification or Regression problems with decision trees, which of the following models is most relevant?

Linear Regression

XGBoost

Wide and Deep NNs

AutoML Tables

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where labels are not available, for example where customer segmentation is required, which of the following BigQuery supported models is useful?

Recommendation - Matrix Factorization

K-Means Clustering

Time Series Forecasting

Time Series Anomaly Detection

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are advantages of BigQuery ML when compared to Python based ML frameworks?

Moving and formatting large amounts of data takes longer with Python based models compared to model training in BigQuery

BigQuery ML custom models can be created without the use of multiple tools

BigQuery ML automates multiple steps in the ML workflow

All of the options

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the 3 key steps for creating a Recommendation System with BigQuery ML?


Prepare training data in BigQuery, train a recommendation system with BigQuery ML, use the predicted recommendations in production

Prepare training data in BigQuery, select a recommendation system from BigQuery ML, deploy and test the model

Import training data to BigQuery, train a recommendation system with BigQuery ML, tune the hyperparameters

Prepare training data in BigQuery, specify the model options in BigQuery ML, export the predictions to Google Analytics

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these BigQuery supported classification models is most relevant for predicting binary results, such as True/False?

DNN Classifier (TensorFlow)

Logistic Regression

XGBoost

AutoML Tables