- Package Name: azure.ai.ml.sweep
- Package Version: 1.0.0
- Operating System: Ubuntu
- Python Version: py38
I am running a Sweep job successfully on AzML and now I want to retrieve the outputs of each
trials for further exploration.
Thing is reading the both the doc and the code I can't see how I am supposed to retrieve them. The SweepJob class does not seem to expose the run like hyperdrive used to.
I would love if any one could give me directions ❤️
I am running a Sweep job successfully on AzML and now I want to retrieve the outputs of each
trials for further exploration.
Thing is reading the both the doc and the code I can't see how I am supposed to retrieve them. The
SweepJobclass does not seem to expose the run like hyperdrive used to.I would love if any one could give me directions ❤️