An open API service indexing awesome lists of open source software.

https://github.com/ijlyttle/azuremlplus

Additional functions to use with AzureML package
https://github.com/ijlyttle/azuremlplus

Last synced: 12 months ago
JSON representation

Additional functions to use with AzureML package

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "",
fig.path = "README-"
)
```

# AzureMLPlus

The goal of AzureMLPlus is to make it easier to work with the AzureML package.

Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.

## Installation

You can install AzureMLPlus from github with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("ijlyttle/AzureMLPlus")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
## basic example code
```