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
# What is SQL Server Machine Learning Services with Python and R?
16
-
[!INCLUDE [SQL Server 2017 SQL](../includes/applies-to-version/sqlserver2017.md)]
16
+
[!INCLUDE [SQL Server 2017 SQL and Managed Instance](../includes/applies-to-version/sqlserver2017-asdbmi.md)]
17
17
18
18
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.
> 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).
27
27
>
@@ -44,7 +44,7 @@ Machine Learning Services uses an extensibility framework to run Python and R sc
1.[Install SQL Server Machine Learning Services on Windows](install/sql-machine-learning-services-windows-install.md) or [on Linux](../linux/sql-server-linux-setup-machine-learning.md?toc=/sql/machine-learning/toc.json). You can also use [Machine Learning Services on Big Data Clusters](../big-data-cluster/machine-learning-services.md) and [Machine Learning Services in Azure SQL Managed Instance](/azure/azure-sql/managed-instance/machine-learning-services-overview).
49
49
50
50
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 run T-SQL in [Azure Data Studio](../azure-data-studio/what-is-azure-data-studio.md).
@@ -55,7 +55,7 @@ Machine Learning Services uses an extensibility framework to run Python and R sc
55
55
+[R tutorials for SQL machine learning](tutorials/r-tutorials.md)
1.[Install SQL Server Machine Learning Services on Windows](install/sql-machine-learning-services-windows-install.md).
60
60
61
61
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
98
98
99
99
For more information on which packages are installed with Machine Learning Services and how to install other packages, see:
0 commit comments