CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 116: DP-100: Designing and Implementing a Data Science Solution on Azure

You plan to run a script as an experiment using a Script Run Configuration. The script uses modules from the scipy library as well as several Python packages that are not typically installed in a default conda environment. You plan to run the experiment on your local workstation for small datasets and scale out the ex…

Nội dung câu hỏi

You plan to run a script as an experiment using a Script Run Configuration. The script uses modules from the scipy library as well as several Python packages that are not typically installed in a default conda environment. You plan to run the experiment on your local workstation for small datasets and scale out the experiment by running it on more powerful remote compute clusters for larger datasets. You need to ensure that the experiment runs successfully on local and remote compute with the least administrative effort. What should you do?

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.

  1. A. Do not specify an environment in the run configuration for the experiment. Run the experiment by using the default environment.
  2. B. Create a virtual machine (VM) with the required Python configuration and attach the VM as a compute target. Use this compute target for all experiment runs.
  3. C. Create and register an Environment that includes the required packages. Use this Environment for all experiment runs. — đáp án hiện tại
  4. D. Create a config.yaml file defining the conda packages that are required and save the file in the experiment folder.
  5. E. Always run the experiment with an Estimator by using the default packages.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề