aml-run
aml-run copied to clipboard
GitHub Action that allows you to submit a run to your Azure Machine Learning Workspace.
I have two different pipelines in AzureML that I would like to trigger if any files related to them is changed in my repository. If there's only been changes to...
Hi, I am trying to utilize this GitHub Action for a simple CI pipeline. Unfortunately it offers no helpful traceback when it fails. There seems to be an issue when...
> Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/dotnetcore2/runtime.py", line 271, in attempt_get_deps blob_deps_to_file() File "/usr/local/lib/python3.8/site-packages/dotnetcore2/runtime.py", line 263, in blob_deps_to_file blob = request.urlopen(deps_url, context=ssl_context) File "/usr/local/lib/python3.8/urllib/request.py", line 222, in urlopen return...
I am using github workflows and aml-run action, I am setting a custom variables using run.log("my_age", 10) and want to read value of this variable on .yml file for next...
This PR is for supporting multiple run submissions as part of a single WF execution. we are using multiprocessing library to process each entry here. to save the time on...
- [x] allow multiple run submissions - [x] allow multiple pipeline subscriptions
This is to research the ability to handle both `.json` and `.yaml/.yml` files for configuration.
this PR supports multiple runs, but with for loop instead of multiprocessing. this has drawback over multiprocessing as it has a deterministic delay when multiple runs might be submitted.