kedro-azureml icon indicating copy to clipboard operation
kedro-azureml copied to clipboard

Kedro plugin to support running workflows on Microsoft Azure ML Pipelines

Results 15 kedro-azureml issues
Sort by recently updated
recently updated
newest added

The `pipeline_ml_factory` method in kedro-mlflow is a useful method to store artifacts (transformers, models) automatically (using kedro-mlflow hook). However, this method calls the method [extract_pipeline_artifacts](https://github.com/Galileo-Galilei/kedro-mlflow/blob/9df9c23b3ceb88fada34dc7bc939992b08c807bf/kedro_mlflow/mlflow/kedro_pipeline_model.py#L148) which requires the `_filepath` attribute...

bug

It would be nice to support versioning of the underlying dataset in AzureMLPipelineDataSet when running the pipeline locally. We could dynamically disable the versioning then in the Azure ML runner....

enhancement
help wanted
nice to have

For consistency it should be possible to override the resource group and workspace name when using the CLI, just like it is possible to override the subscription ID now. _Originally...

enhancement
help wanted

Right now, there is no support for kedro-mlflow as it handles the mlflow run initialization on it's own via kedro hooks. In Azure ML Pipelines, at runtime, all of the...

enhancement

Right now, additional run params are passed via JSON object in command line. Kedro uses different syntax `--params param_key1:value1,param_key2:2.0` (https://kedro.readthedocs.io/en/stable/kedro_project_setup/configuration.html#specify-parameters-at-runtime). As per https://stackoverflow.com/a/70607923/1955346 it now also supports nested params, so...

enhancement