Skip to content

Fork of the official Azure Machine Learning examples repo with a focus on GitHub Actions

Notifications You must be signed in to change notification settings

danielmaangi/azureml-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-jobs-pipelines-nyc-taxi-pipeline

This is a self-contained simplified version of the Azure ML examples repository, designed to show how training pipelines can be triggered on commits to the repo through GitHub actions.

The GitHub actions workflow is implemented for the nyc-taxi regression problem.

Existing Github action runs (that were run on this code repo) can be accessed in the Actions of the repo.

To replicate the GitHub actions workflow, follow these steps. Note that you will need to add your Azure credentials as secrets to the repo as the variable AZURE_CREDENTIALS. This variable needs to be referenced in the cli-jobs-pipelines-nyc-taxi-pipeline.yml file that defined the GitHub action in .github/workflows/cli-jobs-pipelines-nyc-taxi-pipeline.yml (there is a mismatch here in the original repo).

About

Fork of the official Azure Machine Learning examples repo with a focus on GitHub Actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.0%
  • Jupyter Notebook 43.5%
  • Shell 2.4%
  • Other 1.1%