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

Blockchain and Big Data Quiz - TTD Mantel 2022

Blockchain and Big Data Quiz - TTD Mantel 2022

University - Professional Development

10 Qs

วิทยาการข้อมูล Mr.Pongsak surad

วิทยาการข้อมูล Mr.Pongsak surad

Professional Development

10 Qs

Computer Literacy (Beginners)

Computer Literacy (Beginners)

1st Grade - Professional Development

10 Qs

Penerapan Cloud, Machine Learning and AI di Lingkungan Kerja

Penerapan Cloud, Machine Learning and AI di Lingkungan Kerja

Professional Development

10 Qs

QUIZZ IA #1

QUIZZ IA #1

Professional Development

10 Qs

Query Performance Tuning

Query Performance Tuning

Professional Development

10 Qs

Menghubungkan dan Membentuk Data

Menghubungkan dan Membentuk Data

Professional Development

8 Qs

St Andrews Chat GPT Quiz

St Andrews Chat GPT Quiz

Professional Development

7 Qs

BigQuery Machine Learning: Develop ML Models Where Your Data Liv

BigQuery Machine Learning: Develop ML Models Where Your Data Liv

Assessment

Quiz

Instructional Technology

Professional Development

Hard

Created by

Jake Catron

FREE Resource

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