skip to Main Content

unable to import azureml in vscode

I've installed python 3.8, from vscode terminal I created an env and seem to have successfully installed azureml as below: C:Python38python.exe -m venv tempml tempmlscriptsactivate pip install azureml-core I then go into python and type import azureml but I get…

VIEW QUESTION

AzureML remote data path

I have a MLTable data asset in Azure ML studio that I am trying to access in python and I can't figure out the structure of the path. My datastore name is fooddb and my MLTable name is food. The…

VIEW QUESTION

Azure – Please set the default workspace with MLClient

Getting error "Please set the default workspace with MLClient". How do I set the default workspace with MLClient? Trying to use data asset https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-register-data-assets?tabs=Python-SDK from azure.ai.ml.entities import Data from azure.ai.ml.constants import AssetTypes from azure.ai.ml import MLClient #Enter details of your…

VIEW QUESTION
Back To Top
Search