Web Service Parameters in Azure Machine Learning

I came across this problem myself during summer when I was reading up on Azure Machine Learning. I had trained a ML experiment and when I was satisfied I wanted to generate a Web Service so I could utilize it in my business logic. However the model was trained from a huge CSV file with… Continue reading Web Service Parameters in Azure Machine Learning

Call Azure Machine Learning Experiments from Stream Analytics

While Stream Analytics does some things very well in creating intelligent systems it is still based on programmed logic. For example it will allow you to define simple fraud detection logic (if a credit card purchase is done in Russia at this moment but the same credit cars was used in USA an hour earlier) you… Continue reading Call Azure Machine Learning Experiments from Stream Analytics