Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4k stars 2.49k forks source link

Option to customize infolog for job generate statistical baseline forecast #1907

Open abhijelly opened 1 year ago

abhijelly commented 1 year ago

We have an Azure ML demand forecasting pipeline integrated with D365F&O Master planning module. It appears that the infolog messages shown during a failure of statistical baseline generation is not informative at all to the user operating D365F&O.

Is it possible, as developers, to customize infolog messages based on the exceptions/logs thrown by the Azure ML pipeline? Essentially use Azure ML or some other tool during the process to add more information to the infolog message in D365F&O?

Demand forecasting setup instructions