Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
365 views

(NoMatchingArtifactsFoundFromJob) No artifacts matching outputs/model.pt found from Job - Azure ML

I am trying to create a regitered Azure ML Model using the the existing best model from the experiment which is run. The documentation I have refered said we can create it via this code. but it ...
mallikarjuna reddy's user avatar
1 vote
2 answers
380 views

Encountered an internal AutoML error- ClientException: Message: No objects to concatenate

I am trying to implement Hierarchical time series forecasting on azureautoml pipelines. I followed this notebook for implementation https://github.com/Azure/azureml-examples/blob/main/v1/python-sdk/...
Arun P's user avatar
  • 110
0 votes
1 answer
439 views

Azure ML - Retrieve an AutoMLStep model and use for inference

I am currently trying to use the AutoMLStep to train a machine learning model, register it in the workspace, and use it for inference as a deserialized model. My current project folder/file structure ...
billfcb's user avatar
  • 11