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
- Host: GitHub
- URL: https://github.com/ijlyttle/azuremlplus
- Owner: ijlyttle
- License: other
- Created: 2016-12-12T23:28:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T23:29:00.000Z (over 9 years ago)
- Last Synced: 2025-07-14T13:40:02.023Z (12 months ago)
- Language: R
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
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
```