Hanchi Wang

Results 25 comments of Hanchi Wang

@JingchaoZhang Thx for reporting this. Are you referencing a block of sample code somewhere? Can you share a link to the sample code?

@edgBR thx for your feedback. Have you tried AzureML v2 SDK? Features you described are already being implemented in v2 SDK. I can provide more details if you're interested. https://learn.microsoft.com/en-us/python/api/overview/azure/ml/installv2?view=azure-ml-py

@edgBR glad you asked ;). azure-ai-ml package is in GA as of version 1.0.0. https://pypi.org/project/azure-ai-ml/#history

@edgBR thx for your feedback. As AzureML is migrating to v2 CLI/SDK, we'll not accept feature requests on v1 anymore.

@neilmca-inc --name is optional because you can provide a yaml file containing ws name using --file. Does that help?

Hello, ```Experiment.delete()``` can only delete empty experiments, i.e. experiments without any runs. So if your experiment is not empty, you'll need to delete all the runs in it first before...

Closing legacy issue. Please consider upgrading to AzureML v2 CLI/SDK. https://learn.microsoft.com/en-us/azure/machine-learning/concept-v2

v1 SDK is in maintenance only mode in favor of the v2 SDK being GA. Please file an issue for v2 SDK if your requests stand for v2. https://learn.microsoft.com/en-us/azure/machine-learning/how-to-migrate-from-v1

@annatisch @singankit What work is left for this?