Reputation: 351
Hi i am started to learning the azure data lake and azure machine learning ,i need to use the azure data lake storage as a azure machine learning studio input data .There have a any options are there, i gone through the azure data lake and machine learning documentation but i can't reach that,finally i got one solution on this link but they are mentioning there is no option for it,but this post is old one,so might be the Microsoft people added the future on it if it's please let me know, let me know Thank you.
Upvotes: 6
Views: 6444
Reputation: 1397
You can check this Microsoft Azure Docs which covers:
Create a data science environment for building scalable end-to-end solutions in Azure Data Lake.
This environment was used to analyze a large public dataset, taking it through the canonical steps of the Data Science Process, from data acquisition through model training, and then to the deployment of the model as a web service.
U-SQL was used to process, explore and sample the data.
Python and Hive were used with Azure Machine Learning Studio to build and deploy predictive models.
Upvotes: 0
Reputation: 815
I recommend the following:
azure-datalake-store
Python package on AML Studio by attaching it as a Script Bundle to an Execute Python Script module.azure-datalake-store
package and connect to the ADLS with your tenant ID, client ID, and client secret.Upvotes: 4
Reputation: 621
Sure, you can use reference assemblies to add cognitive services to USQL against your ADLS data. https://learn.microsoft.com/en-us/azure/data-lake-analytics/data-lake-analytics-u-sql-cognitive
Upvotes: 0