Skip to content

Commit d2e2373

Browse files
committed
Update pre-reqs for ONNX on Azure SQL Database Edge
1 parent 62b6c66 commit d2e2373

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sql-database-edge/deploy-onnx.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
author: ronychatterjee
1010
ms.author: achatter
1111
ms.reviewer: davidph
12-
ms.date: 11/04/2019
12+
ms.date: 03/11/2020
1313
---
1414

1515
# Deploy and make predictions with an ONNX model in SQL Database Edge Preview
@@ -27,8 +27,8 @@ This quickstart is based on **scikit-learn** and uses the [Boston Housing datase
2727
* Open Azure Data Studio and follow these steps to install the packages needed for this quickstart:
2828

2929
1. Open [New Notebook](https://docs.microsoft.com/sql/azure-data-studio/sql-notebooks) connected to the Python 3 Kernel.
30-
1. Click **Manage Packages** and under **Add New**, search for **sklearn**, and install the scikit-learn package.
31-
1. Also, install the **onnxmltools**, **onnxruntime**, **skl2onnx**, and **sqlalchemy** packages.
30+
1. Click **Manage Packages** and under **Add New**, search for **scikit-learn**, and install the scikit-learn package.
31+
1. Also, install the **setuptools**, **numpy**, **onnxmltools**, **onnxruntime**, **skl2onnx**, and **sqlalchemy** packages.
3232

3333
* For each script part below, enter it in a cell in the Azure Data Studio notebook and run the cell.
3434

0 commit comments

Comments
 (0)