This repository collects demonstration samples that employ Microsoft Azure instances and/or services (e.g., data science virtual machine, cognitive services, etc.) for data analytics via R methods. The R functions/packages introduced in the demos are designed as interfaces to ease the use of Azure resources. The demos can be used as a practical reference that helps data scientists to boost their productivity of using Azure cloud technology all in R environment.
- Use of
AzureSMR
package for deployment of DSVM. - Set up of SSH environment for the (Linux) DSVMs.
- Use of
AzureSMR
package for operating Azure instances within R session. - Scalable analytics on DSVM cluster under Microsoft R Server computing context.
- A predictive maintenance use case is demonstrated.
- Apply Microsoft Cognitive Services with
cognitiveR
package for sentiment analysis on text data. - Experimental analytics on DSVM with R interface object.
- An employee churn prediction use case is presented.
- ...