Câu 45: DP-100: Designing and Implementing a Data Science Solution on Azure
You use the Azure Machine Learning service to create a tabular dataset named training_data. You plan to use this dataset in a training script. You create a variable that references the dataset using the following code: training_ds = workspace.datasets.get("training_data")You define an estimator to run the script. You…
Nội dung câu hỏi
You use the Azure Machine Learning service to create a tabular dataset named training_data. You plan to use this dataset in a training script. You create a variable that references the dataset using the following code: training_ds = workspace.datasets.get("training_data")You define an estimator to run the script. You need to set the correct property of the estimator to ensure that your script can access the training_data dataset. Which property should you set?
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. environment_definition = {"training_data":training_ds}
- B. inputs = [training_ds.as_named_input('training_ds')] — đáp án hiện tại
- C. script_params = {"--training_ds":training_ds}
- D. source_directory = training_ds
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.