Samples, templates and setup guides in order to run demand forecasting in Azure Machine Learning Service and integrate with Dynamics 365 SCM
13
stars
16
forks
source link
Fix wrong data type and installation issue #16
Closed
Yucheng-Ren closed 8 months ago
Issue
There's a breaking change made in the Azureml package recently which is causing wrong data type casting and failing many customers
Fix
Correctly handle the MISSING_VALUE_SUBSTITUTION in R script (try to cast to integer first, if failed fallback to string)