exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 125 discussion

Actual exam question from Microsoft's DP-100
Question #: 125
Topic #: 3
[All DP-100 Questions]

You are developing a machine learning model by using Azure Machine Learning. You are using multiple text files in tabular format for model data.

You have the following requirements:

• You must use AutoMLjobs to train the model.
• You must use data from specified columns.
• The data concept must support lazy evaluation.

You need to load data into a Pandas dataframe.

Which data concept should you use?

  • A. Data asset
  • B. URI
  • C. Datastore
  • D. MLTable
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ZoeJ
Highly Voted 2 years ago
https://learn.microsoft.com/en-us/python/api/mltable/mltable.mltable.mltable?source=recommendations&view=azure-ml-py A MLTable defines a series of lazily-evaluated, immutable operations to load data from the data source.
upvoted 13 times
...
AnsiDP100
Most Recent 2 months ago
Selected Answer: D
D is the right answer.
upvoted 1 times
...
AzureGeek79
6 months, 2 weeks ago
Selected Answer: D
upvoted 2 times
...
evangelist
10 months, 3 weeks ago
Selected Answer: D
lazy evaluation==>MLtable
upvoted 2 times
...
Gpblax
1 year, 4 months ago
A. MLTable In order to provide training data to AutoML in SDK v2 you need to upload it into the cloud through an MLTable. Requirements for loading data into an MLTable: • Data must be in tabular form. • The value to predict, target column, must be in the data. https://learn.microsoft.com/en-us/azure/machine-learning/how-to-configure-auto-train?view=azureml-api-2&tabs=python
upvoted 3 times
...
Fercho5813
1 year, 6 months ago
Selected Answer: C
Answer should be C
upvoted 2 times
...
bobML
1 year, 7 months ago
C To load data into a Pandas dataframe for use with AutoMLjobs in Azure Machine Learning, you should use the Datastore concept. C. Datastore A Datastore in Azure Machine Learning is a way to store, access, and manage data securely. It allows you to connect to various data storage options, including Azure Blob Storage, Azure SQL Database, and more. Datastores are commonly used for accessing and managing datasets in Azure Machine Learning. You can use the Datastore to load your tabular text files into a Pandas dataframe, and it supports lazy evaluation, meaning data is loaded only when needed, which is useful for working with large datasets efficiently. Options A, B, and D are not the primary mechanisms for loading data into a Pandas dataframe within the context of Azure Machine Learning.
upvoted 2 times
...
sap_dg
2 years ago
Answer should be C. Datastore
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago