Skip to content

Commit 1a41007

Browse files
committed
Broken link fixed
1 parent c0b72a3 commit 1a41007

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/machine-learning/package-management/install-additional-python-packages-on-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pip install sqlmlutils
103103
You can also install **sqlmlutils** from a zip file:
104104

105105
1. Make sure you have **pip** installed. See [pip installation](https://pip.pypa.io/en/stable/installing/) for more information.
106-
1. Download the latest **sqlmlutils** zip file from https://github.com/Microsoft/sqlmlutils/tree/master/Python/dist to the client computer. Don't unzip the file.
106+
1. Download the latest **sqlmlutils** zip file from https://github.com/microsoft/sqlmlutils/tree/master/R/dist to the client computer. Don't unzip the file.
107107
1. Open a **Command Prompt** and run the following commands to install the **sqlmlutils** package. Substitute the full path to the **sqlmlutils** zip file you downloaded - this example assumes the downloaded file is `c:\temp\sqlmlutils-1.0.0.zip`.
108108
```console
109109
pip install --upgrade --upgrade-strategy only-if-needed c:\temp\sqlmlutils-1.0.0.zip

docs/machine-learning/python/ref-py-microsoftml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ monikerRange: ">=sql-server-2017||>=sql-server-linux-ver15"
1717
| Package details | Information |
1818
|-----------------------|-------------|
1919
| Current version: | 9.4 |
20-
| Built on: | [Anaconda 4.2](https://www.continuum.io/why-anaconda) distribution of [Python 3.7.1](https://www.python.org/doc) |
20+
| Built on: | [Anaconda 4.2](https://anaconda.org/conda-forge/opencv/files?version=4.2.0) distribution of [Python 3.7.1](https://www.python.org/doc) |
2121
| Package distribution: | [SQL Server Machine Learning Services](../sql-server-machine-learning-services.md) version 2017 or 2019. |
2222

2323
## How to use microsoftml

docs/machine-learning/python/reference/microsoftml/rx-ensemble.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ values from `1` to `4` provide increasing amounts of information.
267267
Sets the context in which computations are executed,
268268
specified with a valid `revoscalepy.RxComputeContext`.
269269
Currently local and [revoscalepy.RxSpark](/machine-learning-server/python-reference/revoscalepy/RxSpark) compute contexts
270-
are supported. When [revoscalepy.RxSpark](/machine-learning-server/python-reference/revoscalepy/revoscalepy/RxSpark) is specified,
270+
are supported. When [revoscalepy.RxSpark](/machine-learning-server/python-reference/revoscalepy/RxSpark) is specified,
271271
the training of the models is done in a distributed way, and the ensembling
272272
is done locally. Note that the compute context cannot be non-waiting.
273273

docs/machine-learning/python/reference/microsoftml/rx-neural-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The default value is `sgd`.
154154

155155
The Net# definition of the structure of the neural
156156
network. For more information about the Net# language, see
157-
[Reference Guide](https://azure.microsoft.com/documentation/articles/machine-learning-azure-ml-netsharp-reference-guide/)
157+
[Reference Guide](/azure/machine-learning/classic/azure-ml-netsharp-reference-guide)
158158

159159

160160
### init_wts_diameter

0 commit comments

Comments
 (0)