Câu 97: DP-100: Designing and Implementing a Data Science Solution on Azure
You run an experiment that uses an AutoMLConfig class to define an automated machine learning task with a maximum of ten model training iterations. The task will attempt to find the best performing model based on a metric named accuracy. You submit the experiment with the following code: You need to create Python code…
Nội dung câu hỏi
You run an experiment that uses an AutoMLConfig class to define an automated machine learning task with a maximum of ten model training iterations. The task will attempt to find the best performing model based on a metric named accuracy. You submit the experiment with the following code: You need to create Python code that returns the best model that is generated by the automated machine learning task. Which code segment should you use?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. best_model = automl_run.get_details()
- B. best_model = automl_run.get_metrics()
- C. best_model = automl_run.get_file_names()[1]
- D. best_model = automl_run.get_output()[1] — đáp án hiện tại
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.