Skip to content

Commit b731f46

Browse files
author
Larry Franks
committed
updating dates
1 parent bb895e2 commit b731f46

File tree

4 files changed

+21
-8
lines changed

4 files changed

+21
-8
lines changed

articles/machine-learning/concept-train-machine-learning-model.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: Blackmist
88
ms.author: larryfr
99
ms.subservice: core
1010
ms.topic: conceptual
11-
ms.date: 09/18/2019
11+
ms.date: 03/05/2020
1212
---
1313

1414
# Train models with Azure Machine Learning
@@ -84,6 +84,15 @@ Machine learning pipelines can use the previously mentioned training methods (ru
8484
* [Examples: Pipeline with automated machine learning](https://aka.ms/pl-automl)
8585
* [Examples: Pipeline with estimators](https://aka.ms/pl-estimator)
8686

87+
## R SDK
88+
89+
The R SDK enables you to use the R language with Azure Machine Learning. The SDK uses the retticulate package to bind to Azure Machine Learning's Python SDK. This allows you access to core objects and methods implemented in the Python SDK from any R environment.
90+
91+
For more information, see the following articles:
92+
93+
* [Tutorial: Create a logistic regression model](tutorial-1st-r-experiment.md)
94+
* [Azure Machine Learning SDK for R reference](https://azure.github.io/azureml-sdk-for-r/index.html)
95+
8796
## Azure Machine Learning designer
8897

8998
The designer lets you to train models using a drag and drop interface in your web browser.

articles/machine-learning/how-to-deploy-custom-docker-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.author: jordane
1010
author: jpe316
1111
ms.reviewer: larryfr
12-
ms.date: 08/22/2019
12+
ms.date: 03/05/2020
1313
---
1414

1515
# Deploy a model using a custom Docker base image

articles/machine-learning/how-to-enable-logging.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: machine-learning
88
ms.subservice: core
99
ms.topic: conceptual
1010
ms.reviewer: trbye
11-
ms.date: 07/12/2019
11+
ms.date: 03/05/2020
1212
---
1313

1414
# Enable logging in Azure Machine Learning
@@ -96,7 +96,7 @@ You can also log custom stack traces for your web service by enabling Applicatio
9696
service.update(enable_app_insights=True)
9797
```
9898

99-
See the [how-to](how-to-enable-app-insights.md) for more information on how to work with Application Insights in Azure Machine Learning studio.
99+
For more information, see [Monitor and collect data from ML web service endpoints](how-to-enable-app-insights.md).
100100

101101
## Python native logging settings
102102

@@ -106,3 +106,7 @@ Certain logs in the SDK may contain an error that instructs you to set the loggi
106106
import logging
107107
logging.basicConfig(level=logging.DEBUG)
108108
```
109+
110+
## Next steps
111+
112+
* [Monitor and collect data from ML web service endpoints](how-to-enable-app-insights.md)

articles/machine-learning/how-to-secure-web-service.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Secure web services using SSL
2+
title: Secure web services using TLS
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to enable HTTPS in order to secure a web service that's deployed through Azure Machine Learning.
4+
description: Learn how to enable HTTPS in order to secure a web service that's deployed through Azure Machine Learning. Azure Machine Learning uses TLS version 1.2 to secure models deployed as web services.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -10,11 +10,11 @@ ms.topic: conceptual
1010
ms.reviewer: jmartens
1111
ms.author: aashishb
1212
author: aashishb
13-
ms.date: 08/12/2019
13+
ms.date: 03/05/2020
1414
ms.custom: seodec18
1515
---
1616

17-
# Use SSL to secure a web service through Azure Machine Learning
17+
# Use TLS to secure a web service through Azure Machine Learning
1818
[!INCLUDE [applies-to-skus](../../includes/aml-applies-to-basic-enterprise-sku.md)]
1919

2020
This article shows you how to secure a web service that's deployed through Azure Machine Learning.

0 commit comments

Comments
 (0)