Skip to content

Commit 3c03fde

Browse files
committed
SEO review
1 parent 76ef1aa commit 3c03fde

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/tutorial-1st-r-experiment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Tutorial: Logistic regression model in R"
2+
title: "Tutorial: Use R to create a machine learning model"
33
titleSuffix: Azure Machine Learning
4-
description: In this tutorial, you create a logistic regression model using R packages azuremlsdk and caret to predict likelihood of a fatality in an automobile accident.
4+
description: In this tutorial you'll use the Azure Machine Learning R SDK to create a logistic regression model that predicts the likelihood of a fatality in a car accident.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -12,10 +12,10 @@ ms.author: davidsmi
1212
ms.date: 02/07/2020
1313
---
1414

15-
# Tutorial: Create a logistic regression model in R with Azure Machine Learning
15+
# Tutorial: Use R to create a machine learning model
1616
[!INCLUDE [applies-to-skus](../../includes/aml-applies-to-basic-enterprise-sku.md)]
1717

18-
In this tutorial you'll use R and Azure Machine Learning to create a logistic regression model that predicts the likelihood of a fatality in an automobile accident. After completing this tutorial, you'll have the practical knowledge of the Azure Machine Learning R SDK to scale up to developing more-complex experiments and workflows.
18+
In this tutorial you'll use the Azure Machine Learning R SDK to create a logistic regression model that predicts the likelihood of a fatality in a car accident. You'll see how the Azure Machine Learning cloud resources work with R to provide a scalable environment for training and deploying a model.
1919

2020
In this tutorial, you perform the following tasks:
2121
> [!div class="checklist"]
@@ -29,7 +29,7 @@ In this tutorial, you perform the following tasks:
2929
> * Deploy a prediction endpoint
3030
> * Test the model from R
3131
32-
If you dont have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://aka.ms/AMLFree) today.
32+
If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://aka.ms/AMLFree) today.
3333

3434

3535
## Create a workspace

0 commit comments

Comments
 (0)