Examtopics

Professional Machine Learning Engineer
  • Topic 1 Question 268

    You want to migrate a scikit-learn classifier model to TensorFlow. You plan to train the TensorFlow classifier model using the same training set that was used to train the scikit-learn model, and then compare the performances using a common test set. You want to use the Vertex AI Python SDK to manually log the evaluation metrics of each model and compare them based on their F1 scores and confusion matrices. How should you log the metrics?

    • Use the aiplatform.log_classification_metrics function to log the F1 score, and use the aiplatform.log_metrics function to log the confusion matrix.

    • Use the aiplatform.log_classification_metrics function to log the F1 score and the confusion matrix.

    • Use the aiplatform.log_metrics function to log the F1 score and the confusion matrix.

    • Use the aiplatform.log_metrics function to log the F1 score: and use the aiplatform.log_classification_metrics function to log the confusion matrix.


    シャッフルモード