Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 0b27929

Browse files
committed
Moniker mistakes
1 parent df27266 commit 0b27929

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/machine-learning/sql-server-machine-learning-services.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ ms.custom:
1717

1818
Machine Learning Services is a feature in SQL Server that gives the ability to run Python and R scripts with relational data. You can use open-source packages and frameworks, and the [Microsoft Python and R packages](#packages), for predictive analytics and machine learning. The scripts are executed in-database without moving data outside SQL Server or over the network. This article explains the basics of SQL Server Machine Learning Services and how to get started.
1919

20-
::: moniker range="=sql-server-2017||=azuresqldb-mi-current"
20+
::: moniker range="=sql-server-2017"
2121
> [!NOTE]
2222
> Machine Learning Services is also available in [Azure SQL Managed Instance](/azure/azure-sql/managed-instance/machine-learning-services-overview). For machine learning on other SQL platforms, see the [SQL machine learning documentation](index.yml).
2323
::: moniker-end
24-
::: moniker range=">=sql-server-ver15||>=sql-server-linux-ver15||=azuresqldb-mi-current"
24+
::: moniker range=">=sql-server-ver15||>=sql-server-linux-ver15"
2525
> [!NOTE]
2626
> Machine Learning Services is also available in [Azure SQL Managed Instance](/azure/azure-sql/managed-instance/machine-learning-services-overview). For machine learning on other SQL platforms, see the [SQL machine learning documentation](index.yml).
2727
>
@@ -55,7 +55,7 @@ Machine Learning Services uses an extensibility framework to run Python and R sc
5555
+ [R tutorials for SQL machine learning](tutorials/r-tutorials.md)
5656
::: moniker-end
5757

58-
::: moniker range="=sql-server-2017||=azuresqldb-mi-current"
58+
::: moniker range="=sql-server-2017"
5959
1. [Install SQL Server Machine Learning Services on Windows](install/sql-machine-learning-services-windows-install.md).
6060

6161
1. Configure your development tools. You can use [run Python and R scripts in Azure Data Studio notebooks](install/sql-machine-learning-azure-data-studio.md). You can also use T-SQL in [Azure Data Studio](../azure-data-studio/what-is-azure-data-studio.md).
@@ -98,13 +98,13 @@ You can use open-source packages and frameworks, in addition to Microsoft's ente
9898

9999
For more information on which packages are installed with Machine Learning Services and how to install other packages, see:
100100

101-
::: moniker||=azuresqldb-mi-current"
101+
::: moniker range=">=sql-server-ver15||>=sql-server-linux-ver15||=azuresqldb-mi-current"
102102
+ [Get Python package information](package-management/python-package-information.md)
103103
+ [Install Python packages with sqlmlutils](package-management/install-additional-python-packages-on-sql-server.md)
104104
+ [Get R package information](package-management/r-package-information.md)
105105
+ [Install new R packages with sqlmlutils](package-management/install-additional-r-packages-on-sql-server.md).
106106
::: moniker-end
107-
::: moniker range="=sql-server-2017||=azuresqldb-mi-current"
107+
::: moniker range="=sql-server-2017"
108108
+ [Get Python package information](package-management/python-package-information.md)
109109
+ [Install packages with Python tools on SQL Server](package-management/install-python-packages-standard-tools.md)
110110
+ [Get R package information](package-management/r-package-information.md)

0 commit comments

Comments
 (0)