
Answer-first summary for fast verification
Answer: Use Vertex AI Workbench user-managed notebooks to generate the report.
The correct answer is A. Vertex AI Workbench user-managed notebooks provide the maximum flexibility for creating a one-time comprehensive report that includes both informative visualizations and sophisticated statistical analyses. Using these notebooks, you can leverage a wide range of Python libraries such as pandas, matplotlib, and seaborn to perform in-depth data analysis and visualization. This is crucial when you need the freedom to generate custom visualizations and intricate statistical reports tailored for your machine learning team. Other options like Google Data Studio, TensorFlow Data Validation on Dataflow, and Dataprep are good tools but do not offer the same level of flexibility and depth required for this task.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are working on a machine learning project and have been given the task to build a model using a dataset stored in a medium-sized (~10 GB) BigQuery table. The first step is to quickly assess whether this data is suitable for model development. You need to generate a one-time comprehensive report that includes informative visualizations of data distributions as well as sophisticated statistical analyses. This report will be shared with other ML engineers on your team. You require maximum flexibility in creating this report to tailor it as needed. What should you do?
A
Use Vertex AI Workbench user-managed notebooks to generate the report.
B
Use the Google Data Studio to create the report.
C
Use the output from TensorFlow Data Validation on Dataflow to generate the report.
D
Use Dataprep to create the report.
No comments yet.