Following plugin enables running Kedro pipelines on Azure ML Pipelines service.
We support 2 native Azure Machine Learning types of workflows:
- For Data Scientists: fast, iterative development with code upload
- For MLOps: stable, repeatable workflows with Docker
For detailed documentation refer to https://kedro-azureml.readthedocs.io/
Usage: kedro azureml [OPTIONS] COMMAND [ARGS]...
Options:
-e, --env TEXT Environment to use.
-h, --help Show this message and exit.
Commands:
compile Compiles the pipeline into YAML format
init Creates basic configuration for Kedro AzureML plugin
run Runs the specified pipeline in Azure ML Pipelines
Follow quickstart section on kedro-azureml.readthedocs.io to get up to speed with plugin usage or watch the video below