
Answer-first summary for fast verification
Answer: Import Data
The correct answer is C (Import Data) because it directly addresses the requirement to ingest data from a CSV file hosted on a public website with minimal administrative effort, without needing to create a dataset beforehand. The Import Data module in Azure Machine Learning designer allows direct data ingestion from web URLs, aligning with the scenario where no dataset exists. Community discussion strongly supports this, with the highest upvoted comments (e.g., 43 upvotes) emphasizing that Import Data skips dataset registration and efficiently imports data from HTTP URLs. Option D (Dataset) is incorrect as it is not a designer module and would require additional steps to create and register a dataset, increasing administrative effort. Option A (Convert to CSV) is irrelevant as the data is already in CSV format, and Option B (Enter Data Manually) is impractical for large datasets and contradicts the goal of minimal effort.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are creating a new Azure Machine Learning pipeline in the designer. The pipeline must train a model using data from a CSV file hosted on a public website. A dataset for this file has not been created.
You need to ingest the data from the CSV file into the designer pipeline with minimal administrative effort.
Which module should you add to the pipeline?
A
Convert to CSV
B
Enter Data Manually
C
Import Data
D
Dataset
No comments yet.