How to submit jobs in Azure ML using Azure ML Python SDK

Luis Valencia
Aug 19, 2022

Today we are going into low level coding, step by step we are to see how to create a job run inside an experiment, how to pass parameters from the Notebook to the train script, and how to log metrics and other information using MLFlow Azure SDK.

On this example I have used LightGBM but you can use any other algorithm and model.

--

--