Skip to content

Commit 692edc9

Browse files
authored
Changed Powershell to PowerShell per Acrolinx
1 parent 0329624 commit 692edc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/machine-learning/install/sql-pretrained-models-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15||=sqlallproducts-allv
1414
# Install pre-trained machine learning models on SQL Server
1515
[!INCLUDE [SQL Server 2016 and later](../../includes/applies-to-version/sqlserver2016.md)]
1616

17-
This article explains how to use Powershell to add free pre-trained machine learning models for *sentiment analysis* and *image featurization* to a SQL Server instance having R or Python integration. The pre-trained models are built by Microsoft and ready-to-use, added to an instance as a post-install task. For more information about these models, see the [Resources](#bkmk_resources) section of this article.
17+
This article explains how to use PowerShell to add free pre-trained machine learning models for *sentiment analysis* and *image featurization* to a SQL Server instance having R or Python integration. The pre-trained models are built by Microsoft and ready-to-use, added to an instance as a post-install task. For more information about these models, see the [Resources](#bkmk_resources) section of this article.
1818

1919
Once installed, the pre-trained models are considered an implementation detail that power specific functions in the MicrosoftML (R) and microsoftml (Python) libraries. You should not (and cannot) view, customize, or retrain the models, nor can you treat them as an independent resource in custom code or paired other functions.
2020

@@ -211,4 +211,4 @@ For more information about the algorithms used in these deep learning models, an
211211
+ [SQL Server Machine Learning Services](sql-machine-learning-services-windows-install.md)
212212
+ [Upgrade R and Python components in SQL Server instances](../install/upgrade-r-and-python.md)
213213
+ [MicrosoftML package for R](/machine-learning-server/r-reference/microsoftml/microsoftml-package)
214-
+ [microsoftml package for Python](/machine-learning-server/python-reference/microsoftml/microsoftml-package)
214+
+ [microsoftml package for Python](/machine-learning-server/python-reference/microsoftml/microsoftml-package)

0 commit comments

Comments
 (0)