Skip to content

Commit 5d28cfe

Browse files
authored
Merge pull request #95566 from vaidya-s/patch-2
Update the Notebook path
2 parents 68ead46 + 685b4a7 commit 5d28cfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/service/how-to-run-batch-predictions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ms.service: machine-learning
77
ms.subservice: core
88
ms.topic: tutorial
99

10-
ms.reviewer: trbye, jmartens, larryfr
11-
ms.author: tracych
12-
author: tracych
10+
ms.reviewer: trbye, jmartens, larryfr, vaidyas
11+
ms.author: vaidyas
12+
author: vaidya-s
1313
ms.date: 11/04/2019
1414
ms.custom: Ignite2019
1515
---
@@ -191,7 +191,7 @@ The script *must contain* two functions:
191191
```python
192192
# Snippets from a sample script.
193193
# Refer to the accompanying digit_identification.py
194-
# (https://github.com/Azure/MachineLearningNotebooks/blob/master/pipeline/digit_identification.py)
194+
# (https://aka.ms/batch-inference-notebooks)
195195
# for the implementation script.
196196

197197
import os

0 commit comments

Comments
 (0)