Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/getindata/kedro-azureml

Kedro plugin to support running workflows on Microsoft Azure ML Pipelines
https://github.com/getindata/kedro-azureml

azure-ml kedro kedro-plugin machinelearning mlops

Last synced: about 2 months ago
JSON representation

Kedro plugin to support running workflows on Microsoft Azure ML Pipelines

Awesome Lists containing this project

README

        

# Kedro Azure ML Pipelines plugin

[![Python Version](https://img.shields.io/pypi/pyversions/kedro-azureml)](https://github.com/getindata/kedro-azureml)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![SemVer](https://img.shields.io/badge/semver-2.0.0-green)](https://semver.org/)
[![PyPI version](https://badge.fury.io/py/kedro-azureml.svg)](https://pypi.org/project/kedro-azureml/)
[![Downloads](https://pepy.tech/badge/kedro-azureml)](https://pepy.tech/project/kedro-azureml)

[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-azureml&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-azureml)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=getindata_kedro-azureml&metric=coverage)](https://sonarcloud.io/summary/new_code?id=getindata_kedro-azureml)
[![Documentation Status](https://readthedocs.org/projects/kedro-vertexai/badge/?version=latest)](https://kedro-azureml.readthedocs.io/en/latest/?badge=latest)



We help companies turn their data into assets

## About
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

## Documentation

For detailed documentation refer to https://kedro-azureml.readthedocs.io/

## Usage guide

```
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
```

## Quickstart
Follow **quickstart** section on [kedro-azureml.readthedocs.io](https://kedro-azureml.readthedocs.io/) to get up to speed with plugin usage or watch the video below


Kedro Azure ML video tutorial