Im trying to run R code to detect outliers in datasets. Im trying to publish as a webservice so it can be used to pre process data.
In Azure ML Designer,I have a Execute R script which contains my model.
When I try to publish as a web service I get the error "Cannot create inference because there is no model on this pipeline". I see python has a Create Python module.
Can I use an Execute R Script to create a webservice with my model?
Im good at R and still learning Azure and would really appreciate some advice on. the above.

