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
13 stars 18 forks source link

Expected a StepRun object but received <class 'azureml.core.run.Run'> instead #14

Open mjleird opened 10 months ago

mjleird commented 10 months ago

When running the script from both D365 and with the sample data, getting several errors but it appears that this is the issue causing it in the std_txt file:

Expected a StepRun object but received <class 'azureml.core.run.Run'> instead.

I've also tried updating the ml packages to the latest version, but still getting the error.

drammen94 commented 9 months ago

Getting the same error. Did you figure it out?