Skip to content

Commit 1ed04b6

Browse files
committed
Merge remote-tracking branch 'refs/remotes/MicrosoftDocs/master'
2 parents d8770fb + 77bde55 commit 1ed04b6

File tree

2 files changed

+22
-23
lines changed

2 files changed

+22
-23
lines changed

articles/machine-learning/service/concept-automated-ml.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ Data scientists, analysts and developers across industries can use automated ML
3333

3434
The following table lists common automated ML use cases.
3535

36-
Classification| Regression | Time series forecasting
36+
Classification| Time series forecasting | Regression
3737
---|---|---
38-
[Fraud Detection](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/classification-credit-card-fraud/auto-ml-classification-credit-card-fraud.ipynb)|[CPU Performance Prediction](https://github.com/Azure/MachineLearningNotebooks/blob/37541b10714f9337dbbae721bea494272dc7d151/how-to-use-azureml/automated-machine-learning/regression-hardware-performance-explanation-and-featurization/auto-ml-regression-hardware-performance-explanation-and-featurization.ipynb) |[Demand Forecasting](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/forecasting-energy-demand/auto-ml-forecasting-energy-demand.ipynb)|
39-
[Marketing Prediction](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/classification-bank-marketing-all-features/auto-ml-classification-bank-marketing-all-features.ipynb)|[Material Durability Prediction](https://github.com/Azure/MachineLearningNotebooks/blob/37541b10714f9337dbbae721bea494272dc7d151/how-to-use-azureml/automated-machine-learning/regression-concrete-strength/auto-ml-regression-concrete-strength.ipynb)|[Sales Forecasting](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/forecasting-orange-juice-sales/auto-ml-forecasting-orange-juice-sales.ipynb)
38+
[Fraud Detection](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/classification-credit-card-fraud/auto-ml-classification-credit-card-fraud.ipynb)|[Sales Forecasting](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/forecasting-orange-juice-sales/auto-ml-forecasting-orange-juice-sales.ipynb)|[CPU Performance Prediction](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/regression-hardware-performance-explanation-and-featurization/auto-ml-regression-hardware-performance-explanation-and-featurization.ipynb)
39+
|[Marketing Prediction](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/classification-bank-marketing-all-features/auto-ml-classification-bank-marketing-all-features.ipynb)|[Demand Forecasting](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/forecasting-energy-demand/auto-ml-forecasting-energy-demand.ipynb)|
40+
|[Newsgroup Data Classification](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/classification-text-dnn/auto-ml-classification-text-dnn.ipynb)|[Beverage Production Forecast](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/forecasting-beer-remote/auto-ml-forecasting-beer-remote.ipynb)|
4041

4142
## How automated ML works
4243

articles/machine-learning/service/concept-compute-instance.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,34 @@ ms.subservice: core
88
ms.topic: conceptual
99
ms.author: sgilley
1010
author: sdgilley
11-
ms.date: 11/04/2019
11+
ms.date: 12/13/2019
1212
# As a data scientist, I want to know what a compute instance is and how to use it for Azure Machine Learning.
1313
---
1414

1515
# What is an Azure Machine Learning compute instance?
1616

17-
An Azure Machine Learning compute instance (preview) is a fully managed cloud-based workstation for data scientists. Compute instance makes it easy to get started with Azure Machine Learning development. Compute instance provides management and enterprise readiness capabilities for IT administrators. Use a compute instance as your fully configured and managed development environment in the cloud.
17+
An Azure Machine Learning compute instance (preview) is a fully-managed cloud-based workstation for data scientists.
18+
19+
Compute instances make it easy to get started with Azure Machine Learning development as well as provide management and enterprise readiness capabilities for IT administrators.
20+
21+
Use a compute instance as your fully configured and managed development environment in the cloud.
22+
23+
Compute instances are typically used as development environments. They can also be used as a compute target for training and inferencing for development and testing. For large tasks, an [Azure Machine Learning compute cluster](how-to-set-up-training-targets.md#amlcompute) with multi-node scaling capabilities is a better compute target choice.
1824

1925
> [!NOTE]
2026
> Compute instances are currently available only for workspaces with a region of **North Central US** or **UK South**, with support for other regions coming soon.
2127
>If your workspace is in any other region, you can continue to create and use a [Notebook VM](concept-compute-instance.md#notebookvm) instead.
2228
2329
## Why use a compute instance?
2430

25-
A compute instance is a managed virtual machine (VM), optimized to be your machine learning development environment in the cloud. It provides the following benefits:
31+
A compute instance is a fully-managed cloud-based workstation optimized for your machine learning development environment. It provides the following benefits:
2632

27-
* **Productive**: Data scientists can build and deploy models using integrated notebooks and the following tools in their web browser:
28-
* Jupyter
29-
* JupyterLab
30-
* RStudio
31-
* **Managed and secure**: Reduce your security footprint and add compliance with enterprise security requirements. Compute instances provide robust management policies and secure networking configurations such as:
32-
* Automated provisioning through Resource Manager templates or Azure Machine Learning SDK
33-
* [Role-based access control (RBAC)](/azure/role-based-access-control/overview).
34-
* Virtual network support. You can [create a compute instance in a virtual network](how-to-enable-virtual-network.md#compute-instance).
35-
* SSH policy to enable/disable SSH access
36-
* **Preconfigured for machine learning**: Save time on setup tasks with pre-configured and up-to-date ML packages, deep learning frameworks, GPU drivers.
37-
* **Fully customizable**: Broad support for Azure VM types including GPUs and persisted low-level customization such as installing packages and drivers makes advanced scenarios a breeze.
33+
|Key benefits||
34+
|----|----|
35+
|Productivity|Data scientists can build and deploy models using integrated notebooks and the following tools in their web browser:<br/>- Jupyter<br/>- JupyterLab<br/>- RStudio|
36+
|Managed & secure|Reduce your security footprint and add compliance with enterprise security requirements. Compute instances provide robust management policies and secure networking configurations such as:<br/><br/>- Auto-provisioning from Resource Manager templates or Azure Machine Learning SDK<br/>- [Role-based access control (RBAC)](/azure/role-based-access-control/overview)<br/>- [Virtual network support](how-to-enable-virtual-network.md#compute-instance)<br/>- SSH policy to enable/disable SSH access|
37+
|Preconfigured&nbsp;or&nbsp;ML|Save time on setup tasks with pre-configured and up-to-date ML packages, deep learning frameworks, GPU drivers.|
38+
|Fully customizable|Broad support for Azure VM types including GPUs and persisted low-level customization such as installing packages and drivers makes advanced scenarios a breeze. |
3839

3940
## <a name="contents"></a>Tools and environments
4041

@@ -43,9 +44,7 @@ Azure Machine Learning compute instance enables you to author, train, and deploy
4344

4445
These tools and environments are installed on the compute instance:
4546

46-
47-
48-
|General tools & environments|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Details&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|
47+
|General tools & environments|Details|
4948
|----|:----:|
5049
|Drivers|`CUDA`</br>`cuDNN`</br>`NVIDIA`</br>`Blob FUSE` |
5150
|Intel MPI library||
@@ -57,7 +56,7 @@ These tools and environments are installed on the compute instance:
5756
|NCCL 2.0 ||
5857
|Protobuf||
5958

60-
|**R** tools & environments|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Details&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|
59+
|**R** tools & environments|Details|
6160
|----|:----:|
6261
|RStudio Server Open Source Edition||
6362
|R kernel||
@@ -76,7 +75,6 @@ These tools and environments are installed on the compute instance:
7675
|ONNX packages|`keras2onnx`</br>`onnx`</br>`onnxconverter-common`</br>`skl2onnx`</br>`onnxmltools`|
7776
|Azure Machine Learning Python & R SDK samples||
7877

79-
Compute instances are typically used as development environments. They can also be used as a compute target for training and inferencing for development and testing. For large tasks, an [Azure Machine Learning compute cluster](how-to-set-up-training-targets.md#amlcompute) with multi-node scaling capabilities is a better compute target choice.
8078

8179

8280
## Accessing files
@@ -110,7 +108,7 @@ For each compute instance in your workspace you can:
110108
* SSH into compute instance. SSH access is disabled by default but can be enabled at compute instance creation time. SSH access is through public/private key mechanism. The tab will give you details for SSH connection such as IP address, username, and port number.
111109
* Get details about a specific compute instance such as IP address, and region.
112110

113-
[RBAC](/azure/role-based-access-control/overview) allows you to control which users in the workspace can create, delete, start, stop, restart a compute instance. All users in the workspace contributor and owner role can create, delete, start, stop, and restart compute instances across the workspace. However, only the creator of a specific compute instance is allowed to access Jupyter, JupyterLab, and RStudio on that compute instance. The creator of the compute instance has the compute instance dedicated to them, have root access, and can terminal in through Jupyter. Compute instance will have single-user login of creator user and all actions will use that user’s identity for RBAC and attribution of experiment runs. SSH acess is controlled through public/private key mechanism.
111+
[RBAC](/azure/role-based-access-control/overview) allows you to control which users in the workspace can create, delete, start, stop, restart a compute instance. All users in the workspace contributor and owner role can create, delete, start, stop, and restart compute instances across the workspace. However, only the creator of a specific compute instance is allowed to access Jupyter, JupyterLab, and RStudio on that compute instance. The creator of the compute instance has the compute instance dedicated to them, have root access, and can terminal in through Jupyter. Compute instance will have single-user login of creator user and all actions will use that user’s identity for RBAC and attribution of experiment runs. SSH access is controlled through public/private key mechanism.
114112

115113
You can also create an instance
116114
* Directly from the integrated notebooks experience

0 commit comments

Comments
 (0)