Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Training Code to App Engine

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Training Code to App Engine

Assessment

Interactive Video

Computers

10th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial covers deploying an application to Google App Engine, training a machine learning model, and deploying the serialized model to Google Cloud Storage. It explains the setup of necessary files, the main Python script, and the training process, including hyperparameter tuning. The video also demonstrates how to check logs and handle errors, concluding with a preview of serving predictions in the next video.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of deploying an application on Google App Engine in this tutorial?

To create a static website

To train and deploy a machine learning model

To develop a mobile application

To host a database

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file is NOT mentioned as part of the model training deployment folder?

requirements.txt

Dockerfile

main.py

app.yaml

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library is used for serializing the model in the Python script?

Pandas

Pickle

Flask

GCSFS

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default solver used for logistic regression in this tutorial?

SAGA

LBFGS

Newton-CG

SAG

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to deploy the application on Google Cloud?

gcloud app deploy

gcloud compute start

gcloud app start

gcloud deploy app

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do before executing the Python script for training?

Set up a VPN

Create a bucket and upload the CSV file

Install Docker

Create a virtual machine

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you verify that the model has been successfully deployed?

By running a local server

By checking the endpoint and logs

By checking the database

By opening the model file

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?