Cannot get ML data set created by following the tutorial

Dave Chennault 46 Reputation points
2024-12-20T23:03:26.7+00:00

Hi

I am trying to create data set using the tutorial here

https://zcusa.951200.xyz/en-us/azure/machine-learning/tutorial-explore-data?view=azureml-api-2

I cannot get the following code to run - It has an issue with a missing parameter I think in the

   ml_client.data.create_or_update(my_data)Keeps throwing error "Value error" and the statement above

where my data is the following......

my_data = Data(
    name="credit-card",
    version=v1,
    description="Credit card data",
    path=my_path,
    type=AssetTypes.URI_FILE,
)


Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,045 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.