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

Commit afb2b91

Browse files
authored
Merge pull request #17831 from dphansen/patch-1
Update link to Java LE
2 parents 64f4a6f + babb612 commit afb2b91

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ titleSuffix:
44
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.
55
ms.prod: sql
66
ms.technology: machine-learning-services
7-
ms.date: 06/19/2020
7+
ms.date: 11/10/2020
88
ms.topic: overview
99
author: dphansen
1010
ms.author: davidph
1111
monikerRange: ">=sql-server-2017||>=sql-server-linux-ver15||=azuresqldb-mi-current||=sqlallproducts-allversions"
1212
---
13-
# What is SQL Server Machine Learning Services (Python and R)?
13+
# What is SQL Server Machine Learning Services with Python and R?
1414
[!INCLUDE [SQL Server 2017 SQL MI](../includes/applies-to-version/sqlserver2017-asdbmi.md)]
1515

1616
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.
@@ -19,7 +19,7 @@ For machine learning on other SQL platforms, see the [SQL machine learning docum
1919

2020
::: moniker range=">=sql-server-ver15||>=sql-server-linux-ver15||=sqlallproducts-allversions"
2121
> [!NOTE]
22-
> For executing Java in SQL Server, see the [Language Extensions documentation](../language-extensions/language-extensions-overview.md).
22+
> For executing Java in SQL Server, see the [Java Language Extension documentation](../language-extensions/java-overview.md).
2323
::: moniker-end
2424

2525
## Execute Python and R scripts in SQL Server

0 commit comments

Comments
 (0)