microsoft / Templates-For-Dynamics-365-Supply-Chain-Management-Demand-Forecasting-With-Azure-Machine-Learning

Samples, templates and setup guides in order to run demand forecasting in Azure Machine Learning Service and integrate with Dynamics 365 SCM
MIT License
12 stars 16 forks source link

Fix wrong data type and installation issue #16

Closed Yucheng-Ren closed 6 months ago

Yucheng-Ren commented 6 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)