<< Prev Question Next Question >>

Question 10/52

You are experimenting with a built-in distributed XGBoost model in Vertex AI Workbench user-managed notebooks. You use BigQuery to split your data into training and validation sets using the following queries:
CREATE OR REPLACE TABLE 'myproject.mydataset.training' AS
(SELECT * FROM 'myproject.mydataset.mytable' WHERE RAND() <= 0.8);
CREATE OR REPLACE TABLE 'myproject.mydataset.validation' AS
(SELECT * FROM 'myproject.mydataset.mytable' WHERE RAND() <= 0.2);
After training the model, you achieve an area under the receiver operating characteristic curve (AUC ROC) value of 0.8, but after deploying the model to production, you notice that your model performance has dropped to an AUC ROC value of 0.65. What problem is most likely occurring?

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (52q)
Question 1: You are an ML engineer at a travel company. You have been re...
Question 2: You work for an advertising company and want to understand t...
Question 3: You are building an ML model to detect anomalies in real-tim...
Question 4: You work for the AI team of an automobile company, and you a...
Question 5: You have trained a text classification model in TensorFlow u...
Question 6: You lead a data science team at a large international corpor...
Question 7: You need to quickly build and train a model to predict the s...
Question 8: You have deployed multiple versions of an image classificati...
Question 9: You are training an LSTM-based model on Al Platform to summa...
Question 10: You are experimenting with a built-in distributed XGBoost mo...
Question 11: Your team trained and tested a DNN regression model with goo...
Question 12: You are an ML engineer in the contact center of a large ente...
Question 13: You work for a large hotel chain and have been asked to assi...
Question 14: You need to execute a batch prediction on 100 million record...
Question 15: You are going to train a DNN regression model with Keras API...
Question 16: You work for a toy manufacturer that has been experiencing a...
Question 17: You are an ML engineer on an agricultural research team work...
Question 18: You need to train a natural language model to perform text c...
Question 19: You work with a data engineering team that has developed a p...
Question 20: You are developing an ML model intended to classify whether ...
Question 21: During batch training of a neural network, you notice that t...
Question 22: While performing exploratory data analysis on a dataset, you...
Question 23: You are developing a Kubeflow pipeline on Google Kubernetes ...
Question 24: You are profiling the performance of your TensorFlow model t...
Question 25: Your team has been tasked with creating an ML solution in Go...
Question 26: You work for a large technology company that wants to modern...
Question 27: You are working on a binary classification ML algorithm that...
Question 28: You work for a bank and are building a random forest model f...
Question 29: One of your models is trained using data provided by a third...
Question 30: You work on a data science team at a bank and are creating a...
Question 31: You are building a model to predict daily temperatures. You ...
Question 32: You work for a company that is developing a new video stream...
Question 33: You recently designed and built a custom neural network that...
Question 34: You are creating a deep neural network classification model ...
Question 35: You have been given a dataset with sales predictions based o...
Question 36: You need to train a regression model based on a dataset cont...
Question 37: You work for a gaming company that develops massively multip...
Question 38: You work for a global footwear retailer and need to predict ...
Question 39: You are working on a system log anomaly detection model for ...
Question 40: You work for a magazine publisher and have been tasked with ...
Question 41: You have successfully deployed to production a large and com...
Question 42: You work on a growing team of more than 50 data scientists w...
Question 43: You work for a public transportation company and need to bui...
Question 44: You are developing an ML model that uses sliced frames from ...
Question 45: You are the Director of Data Science at a large company, and...
Question 46: You are building a real-time prediction engine that streams ...
Question 47: You are an ML engineer at an ecommerce company and have been...
Question 48: You are developing ML models with Al Platform for image segm...
Question 49: You have trained a model on a dataset that required computat...
Question 50: You recently developed a deep learning model using Keras, an...
Question 51: You need to build classification workflows over several stru...
Question 52: You have been asked to build a model using a dataset that is...