Valid DP-100 Dumps shared by ExamDiscuss.com for Helping Passing DP-100 Exam! ExamDiscuss.com now offer the newest DP-100 exam dumps, the ExamDiscuss.com DP-100 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com DP-100 dumps with Test Engine here:
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?
Correct Answer: C
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.