page_type | languages | products | description | |||
---|---|---|---|---|---|---|
sample |
|
|
Learn how to train R models using the Azure ML CLI (v2). |
This directory provides sample code to run R using the Azure ML CLI (v2).
- Train a model - Trains an
rpart
model on the Iris dataset. - Train an car accident prediction model - Trains a prediction model using the
glm()
function on the car accidents dataset.