Use azure data factory Updating Azure Machine Learning models

吃可爱长大的小学妹 提交于 2019-12-11 02:14:33

问题


When I use data factory to update Azure ML models like the document said (https://docs.microsoft.com/en-us/azure/data-factory/v1/data-factory-azure-ml-update-resource-activity),

I faced one problem:

The blob reference: test/model.ilearner has an invalid or missing file extension. Supported file extensions for this output type are: ".csv, .tsv, .arff".'. 

I have searched the problem and found this solution:

https://disqus.com/home/discussion/thewindowsazureproductsite/data_factory_create_predictive_pipelines_using_data_factory_and_machine_learning_microsoft_azure/ .

But my linked service for the outputs of training service pipeline and update service pipeline are already different.

How can I solve this problem?

来源:https://stackoverflow.com/questions/47920098/use-azure-data-factory-updating-azure-machine-learning-models

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!