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

Commit 1794a2f

Browse files
authored
Merge pull request #7153 from HeidiSteen/heidist-ctp2
LP and TOC changes per PM review
2 parents 87ea36e + 42a401d commit 1794a2f

3 files changed

Lines changed: 317 additions & 304 deletions

File tree

docs/advanced-analytics/index.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: SQL Server programming extensions product documentation | Microsoft Docs
2+
title: SQL Server machine learning and programming extensions documentation | Microsoft Docs
3+
description: R and Python in SQL Server, with built-in data science modeling and machine learning algorithms for enterprise data analysis at scale.
34
ms.prod: sql
45
ms.technology: machine-learning
56

@@ -11,18 +12,30 @@ manager: cgronlun
1112
monikerRange: ">=sql-server-2016||=sqlallproducts-allversions"
1213
---
1314

14-
# SQL Server Programming Extensions Documentation
15+
::: moniker range="=sql-server-ver15||=sqlallproducts-allversions"
16+
# SQL Server Machine Learning and Programming Extensions Documentation
1517

16-
Learn how to use external libraries and languages on resident, relational data with our quickstarts, tutorials, and how-to articles.
17-
R and Python libraries in [SQL Server machine learning](what-is-sql-server-machine-learning.md) include base distributions, machine learning algorithms, and functions for conducting high-performance analytics at scale, without having to transfer data across the network.
18+
Learn how to use R and Python external libraries and languages on resident, relational data with our quickstarts, tutorials, and how-to articles. R and Python libraries in [SQL Server machine learning](what-is-sql-server-machine-learning.md) include base distributions, data science models, machine learning algorithms, and functions for conducting high-performance analytics at scale, without having to transfer data across the network.
1819

19-
Java code execution uses the same extensibility framework as R and Python, but does not include data science and machine learning function libraries.
20+
In SQL Server 2019, Java code execution uses the same extensibility framework as R and Python, but does not include data science and machine learning function libraries.
2021

2122
| | |
2223
|---|---|-
2324
| ![R logo](./media/index/logo_r.png) | Open-source R, extended with [RevoScaleR](https://docs.microsoft.com/machine-learning-server/r-reference/revoscaler/revoscaler) and Microsoft AI algorithms in [MicrosoftML](https://docs.microsoft.com/machine-learning-server/r-reference/microsoftml/microsoftml-package). These libraries give you forecasting and prediction models, statistical analysis, visualization, and data manipulation at scale. <br/>R integration starts in [SQL Server 2016](./install/sql-r-services-windows-install.md) and is also in [SQL Server 2017](./install/sql-machine-learning-services-windows-install.md). |
2425
| ![Python logo](./media/index/logo_python.png) | Python developers can use Microsoft [revoscalepy](https://docs.microsoft.com/machine-learning-server/python-reference/revoscalepy/revoscalepy-package) and [microsoftml](https://docs.microsoft.com/machine-learning-server/python-reference/microsoftml/microsoftml-package) libraries for predictive analytics and machine learning at scale. Anaconda and Python 3.5-compatible libraries are the baseline distribution. <br/>Python integration starts in [SQL Server 2017](./install/sql-machine-learning-services-windows-install.md). |
25-
| ![Java logo](./media/index/logo_java.png) | Java developers can use the [Java language extension](java/extension-java.md) to wrap code in stored procedures or in a binary format accessible through Transact-SQL. <br/>Java integration is currently [SQL Server 2019 only](./install/sql-machine-learning-services-ver15.md). |
26+
| ![Java logo](./media/index/logo_java.png) | Java developers can use the [Java language extension](java/extension-java.md) to wrap code in stored procedures or in a binary format accessible through Transact-SQL. <br/>Java integration starts in [SQL Server 2019 - preview](./install/sql-machine-learning-services-ver15.md). |
27+
::: moniker-end
28+
29+
::: moniker range="=sql-server-2016||=sql-server-2017"
30+
# SQL Server Machine Learning R and Python Documentation
31+
32+
Learn how to use R and Python external libraries and languages on resident, relational data with our quickstarts, tutorials, and how-to articles. R and Python libraries in [SQL Server machine learning](what-is-sql-server-machine-learning.md) include base distributions, data science models, machine learning algorithms, and functions for conducting high-performance analytics at scale, without having to transfer data across the network.
33+
34+
| | |
35+
|---|---|-
36+
| ![R logo](./media/index/logo_r.png) | Open-source R, extended with [RevoScaleR](https://docs.microsoft.com/machine-learning-server/r-reference/revoscaler/revoscaler) and Microsoft AI algorithms in [MicrosoftML](https://docs.microsoft.com/machine-learning-server/r-reference/microsoftml/microsoftml-package). These libraries give you forecasting and prediction models, statistical analysis, visualization, and data manipulation at scale. <br/>R integration starts in [SQL Server 2016](./install/sql-r-services-windows-install.md) and is also in [SQL Server 2017](./install/sql-machine-learning-services-windows-install.md). |
37+
| ![Python logo](./media/index/logo_python.png) | Python developers can use Microsoft [revoscalepy](https://docs.microsoft.com/machine-learning-server/python-reference/revoscalepy/revoscalepy-package) and [microsoftml](https://docs.microsoft.com/machine-learning-server/python-reference/microsoftml/microsoftml-package) libraries for predictive analytics and machine learning at scale. Anaconda and Python 3.5-compatible libraries are the baseline distribution. <br/>Python integration starts in [SQL Server 2017](./install/sql-machine-learning-services-windows-install.md). |
38+
::: moniker-end
2639

2740
## 5-Minute Quickstarts
2841

docs/advanced-analytics/java/extension-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use the Java extension to run your own code, follow these steps.
2222

2323
Run SQL Server 2019 Setup on Windows or Linux to install a database engine instance, adding the Machine Learning Services feature. This feature provides the extensibility framework and adds the security layer that isolates code execution, and protects data from unauthorized access.
2424

25-
+ On Windows, start the [Installation Wziard](../install/sql-machine-learning-services-windows-install.md). In Feature Selection, select **Machine Learning Services (in-database)**. You can omit R and Python if you wish.
25+
+ On Windows, start the [Installation Wizard](../install/sql-machine-learning-services-windows-install.md). In Feature Selection, select **Machine Learning Services (in-database)**. You can omit R and Python if you wish.
2626

2727
+ On Linux, install the [database engine and extensibility package](../../linux/sql-server-linux-setup-machine-learning.md).
2828

0 commit comments

Comments
 (0)