arcus-azure / arcus.azureml

Our open source Python library for Azure Machine Learning
https://azure-ml.arcus-azure.net
MIT License
3 stars 4 forks source link

Trigger event grid event at stages of long trainings #48

Open SamVanhoutte opened 4 years ago

SamVanhoutte commented 4 years ago

Check for callback possibilities (like with EarlyStopping , TensorBoards, etc) for Machine Learning (sklearn) and Deep Learning (Keras), that can be added to a fitting job and that can publish a custom event to event grid, based on the configuration.

SamVanhoutte commented 4 years ago

Wondering if this is still relevant, considering the out of the box integration for run events in AzureML and Event Grid.