Skip to content

Commit e5be1b7

Browse files
authored
Merge pull request #2886 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 5f70609 + 7d43b5e commit e5be1b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/machine-learning/how-to-deploy-with-triton.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In this article, you will learn how to deploy a model using no-code deployment f
4444
* A working Python 3.8 (or higher) environment.
4545

4646
* You must have additional Python packages installed for scoring and may install them with the code below. They include:
47-
* Numpy - An array and numerical computing library
47+
* NumPy - An array and numerical computing library
4848
* [Triton Inference Server Client](https://github.com/triton-inference-server/client) - Facilitates requests to the Triton Inference Server
4949
* Pillow - A library for image operations
5050
* Gevent - A networking library used when connecting to the Triton Server
@@ -76,7 +76,7 @@ The information in this document is based on using a model stored in ONNX format
7676
* A working Python 3.8 (or higher) environment.
7777

7878
* You must have additional Python packages installed for scoring and may install them with the code below. They include:
79-
* Numpy - An array and numerical computing library
79+
* NumPy - An array and numerical computing library
8080
* [Triton Inference Server Client](https://github.com/triton-inference-server/client) - Facilitates requests to the Triton Inference Server
8181
* Pillow - A library for image operations
8282
* Gevent - A networking library used when connecting to the Triton Server

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Using **Azure Machine Learning**, you can design and run your automated ML train
178178
* For limited or no code experience, try the Azure Machine Learning studio web experience at [https://ml.azure.com](https://ml.azure.com/)
179179
* For Python developers, check out the [Azure Machine Learning Python SDK (v1)](../how-to-configure-auto-train.md)
180180

181-
1. **Specify the source and format of the labeled training data**: Numpy arrays or Pandas dataframe
181+
1. **Specify the source and format of the labeled training data**: NumPy arrays or Pandas dataframe
182182

183183
1. **Configure the compute target for model training**, such as your [local computer, Azure Machine Learning Computes, remote VMs, or Azure Databricks with SDK v1](how-to-set-up-training-targets.md).
184184

articles/machine-learning/v1/how-to-troubleshoot-auto-ml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ As of version 1.5.0 of the SDK, automated machine learning does not install Tens
113113
run_config.environment.python.conda_dependencies = CondaDependencies.create(conda_packages=['tensorflow==1.12.0'])
114114
```
115115
116-
## Numpy failures
116+
## NumPy failures
117117
118118
* **`import numpy` fails in Windows**: Some Windows environments see an error loading numpy with the latest Python version 3.6.8. If you see this issue, try with Python version 3.6.7.
119119

0 commit comments

Comments
 (0)