How to tain a ML model with CSV filles and not dataframes?

Anonymous
2022-01-10T15:28:40.987+00:00

Hello,

I have a dataset composed of different csv files (a lot of them) with the same metadata that I have added to the Azure blob storage and now I would like to run a regression ML model with this data in Azure ML, however I want to train the model based on the csv files and not on each line of the files (not on each dataframe). How can I do this? Is it possible in Azure ML design?

Thank you!

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,573 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 questions
Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
482 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,151 Reputation points
    2022-01-10T22:42:30.247+00:00

    Hi, you can create dataset from a datastore. Please refer to the following document for more details on training a regression model in designer. Let us know if you have additional questions. Thanks.


    --- *Kindly Accept Answer if the information helps. Thanks.*

    0 comments No comments