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
# SQL Server Machine Learning and Programming Extensions Documentation
15
17
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.
18
19
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.
20
21
21
22
|||
22
23
|---|---|-
23
24
|| 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). |
24
25
|| 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 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 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). |
# 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
+
|| 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 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). |
Copy file name to clipboardExpand all lines: docs/advanced-analytics/java/extension-java.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ To use the Java extension to run your own code, follow these steps.
22
22
23
23
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.
24
24
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.
26
26
27
27
+ On Linux, install the [database engine and extensibility package](../../linux/sql-server-linux-setup-machine-learning.md).
0 commit comments