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
Copy file name to clipboardExpand all lines: docs/machine-learning/sql-server-machine-learning-services.md
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,25 @@ titleSuffix:
4
4
description: 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 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.
# What is SQL Server Machine Learning Services with Python and R?
14
-
[!INCLUDE [SQL Server 2017 SQL MI](../includes/applies-to-version/sqlserver2017-asdbmi.md)]
14
+
[!INCLUDE [SQL Server 2017 SQL](../includes/applies-to-version/sqlserver2017.md)]
15
15
16
16
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.
17
17
18
-
For machine learning on other SQL platforms, see the [SQL machine learning documentation](index.yml).
19
-
18
+
::: moniker range="=sql-server-2017"
19
+
> [!NOTE]
20
+
> 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).
> 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).
25
+
>
22
26
> For executing Java in SQL Server, see the [Java Language Extension documentation](../language-extensions/java-overview.md).
23
27
::: moniker-end
24
28
@@ -49,13 +53,6 @@ Machine Learning Services uses an extensibility framework to run Python and R sc
49
53
+[R tutorials for SQL machine learning](tutorials/r-tutorials.md)
50
54
::: moniker-end
51
55
52
-
::: moniker range="=azuresqldb-mi-current"
53
-
+ Write your first Python or R script.
54
-
55
-
+[Python tutorials for SQL machine learning](tutorials/python-tutorials.md)
56
-
+[R tutorials for SQL machine learning](tutorials/r-tutorials.md)
57
-
::: moniker-end
58
-
59
56
::: moniker range="=sql-server-2017"
60
57
1.[Install SQL Server Machine Learning Services on Windows](install/sql-machine-learning-services-windows-install.md).
61
58
@@ -73,10 +70,11 @@ Machine Learning Services uses an extensibility framework to run Python and R sc
73
70
74
71
The following lists the versions of Python and R that are included in Machine Learning Services.
75
72
76
-
| SQL Server version | Python version | R version |
77
-
|-|-|-|
78
-
| SQL Server 2017 | 3.5.2 | 3.3.3 |
79
-
| SQL Server 2019 | 3.7.3 | 3.5.2 |
73
+
| SQL Server version | Cumulative Update | Python runtime version | R runtime versions |
74
+
|-|-|-|-|
75
+
| SQL Server 2019 | RTM and later | 3.7.1 | 3.5.2 |
76
+
| SQL Server 2017 | CU22 and later | 3.5.2 and 3.7.2 | 3.3.3 and 3.5.2 |
77
+
| SQL Server 2017 | RTM - CU21 | 3.5.2 | 3.3.3 |
80
78
81
79
For the R version in SQL Server 2016, see the [R version section in What is R Services?](r/sql-server-r-services.md?view=sql-server-2016&preserve-view=true#version)
0 commit comments