Skip to content

Commit daf80be

Browse files
committed
Clean up links to point to docs.microsoft.com
1 parent dab5618 commit daf80be

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/machine-learning/preview/scenario-predictive-maintenance.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: 'Predictive Maintenance Real World Scenario| Microsoft Docs'
33
description: Predictive Maintenance Real World Scenario using PySpark
44
services: machine-learning
5-
author: jaymathe
6-
ms.author: jaymathe
5+
author: jaymathe, jehrling
6+
ms.author: jaymathe, jehrling
77
manager: jhubbard
88
ms.reviewer: garyericson, jasonwhowell, mldocs
99
ms.service: machine-learning
@@ -37,10 +37,9 @@ The business problem for this simulated data is to predict issues caused by comp
3737

3838
* An [Azure account](https://azure.microsoft.com/en-us/free/) (free trials are available).
3939
* An installed copy of [Azure Machine Learning Workbench](./overview-what-is-azure-ml.md) following the [quick start installation guide](./quickstart-installation.md) to install the program and create a workspace.
40-
* Intermediate results for use across Jupyter notebooks in this scenario are stored in an Azure Blob Storage container. Instructions for [setting up an Azure Storage account](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-python-how-to-use-blob-storage).
41-
* For [operationalization](https://github.com/Azure/Machine-Learning-Operationalization) of the model, it is best if the user runs a [Docker engine](https://www.docker.com/) installed and running locally. If not, you can use the cluster option with an [Azure Container Service (ACS)](https://azure.microsoft.com/en-us/services/container-service/). This approach can often be expensive.
40+
* Azure Machine Learning Operationalization requires a local deployment environment and a [model management account](https://docs.microsoft.com/en-us/azure/machine-learning/preview/model-management-overview)
4241

43-
This scenario assumes that the user is running Azure ML Workbench on a Windows 10 machine with the following minimum specification: Intel Core i7-4600U CPU @ 2.10 GHz, 8-GB RAM, 64-bit OS, x64-based processor with Docker Version 17.06.0-ce-win19 (12801). We do suggest using a [Standard DS4 Ubuntu DSVM](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft-ads.linux-data-science-vm-ubuntu) (8 virtual cpus, 28-GB memory) to run the notebook kernel.
42+
This example can be run on any AML Workbench compute context. However, it is recommended to run it with at least of 16-GB memory. This scenario was built and tested on a Windows 10 machine running a remote DS4_V2 standard [Data Science Virtual Machine for Linux (Ubuntu)](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft-ads.linux-data-science-vm-ubuntu).
4443

4544
Model operationalization was done using version 0.1.0a22 of Azure ML CLI.
4645

0 commit comments

Comments
 (0)