Deploy custom R script as web service Azure ML Studio
问题 I have an R script which takes as input an excel file with two columns containing dates-values and it gives as output 3 dates with the corresponding prediction values. I have already successfully implemented it in Azure Machine Learning Studio using three nodes. One containing the zipped packages I use, one with the input .csv file and the last one with the R script. The problem is when I deploy it as a web service and I try to give as input new values for Col1 and Col2, I receive the