You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[!INCLUDE [SQL Server 2019 - Linux](../includes/applies-to-version/sqlserver2019-linux.md)]
17
17
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).
19
21
20
22
> [!NOTE]
21
23
> 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
29
31
* Check the SQL Server Linux repositories for the Python and R extensions.
30
32
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.
31
33
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
-
34
34
* (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.
35
35
* The required version is MRO 3.5.2.
36
36
* 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
432
432
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:
433
433
434
434
+[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