AzureDSVM is an R package that offers convenient harness of Azure DSVM, remote execution of scalable and elastic data science work, and monitoring of on-demand resource consumption.
Перейти к файлу
yueguoguo 8f22d9ec3e Default is "Ubuntu" instead of "Linux"!
Added CentOS and made Ubuntu as default
2017-05-12 11:35:30 +08:00
R Default is "Ubuntu" instead of "Linux"! 2017-05-12 11:35:30 +08:00
inst/etc Added templates for deep learning toolkit 2017-05-11 16:11:20 +08:00
man Key distribution for a DSVM cluster is made to be a separated function 2017-04-03 16:01:56 +08:00
test Return more results from hotspots analysis. 2017-04-04 17:40:39 +08:00
vignettes Default is "Ubuntu" instead of "Linux"! 2017-05-12 11:35:30 +08:00
.Rbuildignore New files to ignore. 2017-02-28 11:22:42 +08:00
.gitignore Remove NAMESPACVE and man from ignore - we should have these 2017-03-22 11:29:53 +08:00
AzureDSVM.Rproj Rewrote vignettes 2017-03-21 15:59:31 +08:00
DESCRIPTION Added testhat 2017-03-24 15:10:49 +08:00
LICENSE Initial commit 2017-02-09 17:18:42 -08:00
Makefile Resync with upstream 2017-04-03 13:51:01 +08:00
NAMESPACE Include pacakge related roxygen2 gfenerated files into the repo. 2017-03-22 11:31:24 +08:00
README.md Typo 2017-04-05 09:49:16 +08:00
git.mk Remove info target 2017-03-22 09:39:23 +08:00
r.mk Format R file list. 2017-03-22 09:38:37 +08:00

README.md

AzureDSVM

The AzureDSVM (Azure Data Science Virtual Machine) is an R Package for Data Scientists working with the Azure compute platform as a complement to the underlying AzureSMR for controlling Azure Data Science Virtual Machines.

Azure Data Science Virtual Machine (DSVM) is a powerful data science development environment with pre-installed tools and packages that empower data scientists for convenient data wrangling, model building, and service deployment.

The R package of AzureDSVM aims at offering functions that can be conveniently used by R data scientists for operating and using Azure Data Science Virtual Machine (DSVM) elastically and economically within local R session.

To install the package from github:

devtools::install_github("Azure/AzureDSVM")

Help pages are also provided for all functions within the package. With RStudio for example type AzureDSVM into search when the package is loaded to see a list of functions/help pages or else

library(help=AzureDSVM)

Note: The package will work with any open source R Session or with Microsoft R extensions.

Features

  • Elasiticity

    • Deployment of a DSVM with customized information such as machine name, machine size, operating system, authentication method, etc.
    • Enjoy all benefits of a Windows/Linux DSVM. E.g., all tools for data science work such as R/Python/Julia programming languages, SQL Server, Visual Studio with RTVS, etc., remote working environment via RStudio Server or Jupyter Notebook interface, and machine learning & artificial intelligence packages such as Microsoft CNTK, MXNet, and XGBoost.
    • Execution of R analytics on DSVM(s) with various Microsoft R Server computing contexts such as "local parallel" and "cluster parallel".
  • Scalability

    • Deployment of a collection of heterogeneous DSVMs for a group of data scientists.
    • Scale up DSVM and form them into a cluster for parallel computation with Microsoft R Server backend.
  • Usability

    • Deploy, start, stop, and delete DSVM(s) on demand.
    • Monitor data consumption and estimate expense of using DSVM(s) with hourly aggregation granularity.

Tutorials

To get started with this package, see the Vignettes:

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.