Cannot get ML data set created by following the tutorial
Dave Chennault
46
Reputation points
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,
)
Sign in to answer