Skip to content

Commit 0d19ae0

Browse files
authored
Merge pull request #17947 from dphansen/patch-1
Update sql-server-linux-setup-machine-learning.md
2 parents bb78aef + 8b6d33a commit 0d19ae0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/linux/sql-server-linux-setup-machine-learning.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Learn how to install SQL Server Machine Learning Services (Python
55
author: dphansen
66
ms.author: davidph
77
manager: cgronlun
8-
ms.date: 03/05/2020
8+
ms.date: 11/24/2020
99
ms.topic: how-to
1010
ms.prod: sql
1111
ms.technology: machine-learning-services
@@ -15,7 +15,9 @@ monikerRange: ">=sql-server-ver15||>=sql-server-linux-ver15||=sqlallproducts-all
1515

1616
[!INCLUDE [SQL Server 2019 - Linux](../includes/applies-to-version/sqlserver2019-linux.md)]
1717

18-
This article guides you in the installation of [SQL Server Machine Learning Services](../machine-learning/index.yml) on Linux. Python and R scripts can be executed in-database using Machine Learning Services.
18+
This article guides you in the installation of [SQL Server Machine Learning Services](../machine-learning//sql-server-machine-learning-services.md) on Linux. Python and R scripts can be executed in-database using Machine Learning Services.
19+
20+
You can install Machine Learning Services on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), and Ubuntu. For more information, see [the Supported platforms section in the Installation guidance for SQL Server on Linux](sql-server-linux-setup.md#supportedplatforms).
1921

2022
> [!NOTE]
2123
> Machine Learning Services is installed by default on SQL Server Big Data Clusters. For more information, see [Use Machine Learning Services (Python and R) on Big Data Clusters](../big-data-cluster/machine-learning-services.md)
@@ -29,8 +31,6 @@ This article guides you in the installation of [SQL Server Machine Learning Serv
2931
* Check the SQL Server Linux repositories for the Python and R extensions.
3032
If you already configured source repositories for the database engine install, you can run the **mssql-mlservices** package install commands using the same repo registration.
3133

32-
You can install SQL Server on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), and Ubuntu. For more information, see [the Supported platforms section in the Installation guidance for SQL Server on Linux](sql-server-linux-setup.md#supportedplatforms).
33-
3434
* (R only) Microsoft R Open (MRO) provides the base R distribution for the R feature in SQL Server and is a prerequisite for using RevoScaleR, MicrosoftML, and other R packages installed with Machine Learning Services.
3535
* The required version is MRO 3.5.2.
3636
* Choose from the following two approaches to install MRO:
@@ -432,4 +432,4 @@ Python developers can learn how to use Python with SQL Server by following these
432432
R developers can get started with some simple examples, and learn the basics of how R works with SQL Server. For your next step, see the following links:
433433

434434
+ [Quickstart: Run R in T-SQL](../machine-learning/tutorials/quickstart-r-create-script.md)
435-
+ [Tutorial: In-database analytics for R developers](../machine-learning/tutorials/r-taxi-classification-introduction.md)
435+
+ [Tutorial: In-database analytics for R developers](../machine-learning/tutorials/r-taxi-classification-introduction.md)

0 commit comments

Comments
 (0)