
Ultimate access to all questions.
You are tasked with developing a machine learning (ML) model for a social media application. The goal of the model is to predict whether a user's submitted profile photo meets the predefined requirements set by the application. Upon analysis, the application will inform the user if the picture meets these requirements. Ensuring that the model does not falsely accept a non-compliant picture is crucial for maintaining the quality and standards of the profile photos. How should you build a model to ensure that the application does not falsely accept a non-compliant picture?
A
Use AutoML to optimize the model’s recall in order to minimize false negatives.
B
Use AutoML to optimize the model’s F1 score in order to balance the accuracy of false positives and false negatives.
C
Use Vertex AI Workbench user-managed notebooks to build a custom model that has three times as many examples of pictures that meet the profile photo requirements.
D
Use Vertex AI Workbench user-managed notebooks to build a custom model that has three times as many examples of pictures that do not meet the profile photo requirements.