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

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

You register a file dataset named csv_folder that references a folder. The folder includes multiple comma-separated values (CSV) files in an Azure storage blob container. You plan to use the following code to run a script that loads data from the file dataset. You create and instantiate the following variables: You ha…

Nội dung câu hỏi

You register a file dataset named csv_folder that references a folder. The folder includes multiple comma-separated values (CSV) files in an Azure storage blob container. You plan to use the following code to run a script that loads data from the file dataset. You create and instantiate the following variables: You have the following code: You need to pass the dataset to ensure that the script can read the files it references. Which code segment should you insert to replace the code comment?

Minh họa câu hỏi Minh họa câu hỏi

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. inputs=[file_dataset.as_named_input('training_files')],
  2. B. inputs=[file_dataset.as_named_input('training_files').as_mount()], — đáp án hiện tại
  3. C. inputs=[file_dataset.as_named_input('training_files').to_pandas_dataframe()],
  4. D. script_params={'--training_files': file_dataset},

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ề