Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,010 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am creating a ACI web service in azureml where I need to include a csv file (which I have registered in azureblobstore) in the score.py file. I have tried "Dataset.get_by_name(ws,'dataset_name', version='latest')" which is working fine in my local machine but getting error while deploying as web service.