Demonstrates how retraining works in Azure MLThe is a project demonstrating the retraining capability of Microsoft Azure Machine Learning.
This project is to help you understand how to retrain your published web services.
it assumes you have read and created the necessary web service endpoints illustrated in
http://azure.microsoft.com/en-us/documentation/articles/machine-learning-retrain-models-programmatically/#retraining-machine-learning-modelsThe source have 3 projects
1. AzureMLClient - everything you need to talk to Azure ML public APIs
2. CmdDemo - console application project for the demo
3. WebApplicationDemo - IIS project for the demo
Please make sure you fill in the correct configurations under AzureMLClient/Configurations