Skip to content

Commit a56bd77

Browse files
committed
fixing validation errors
1 parent 82553f8 commit a56bd77

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

docs/advanced-analytics/index.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ monikerRange: ">=sql-server-2016||=sqlallproducts-allversions"
1414
# SQL Server Programming Extensions Documentation
1515

1616
Learn how to use external libraries and languages on resident, relational data with our quickstarts, tutorials, and how-to articles.
17-
18-
::: moniker range=">=sql-server-ver15||=sqlallproducts-allversions"
1917
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.
2018

2119
Java code execution uses the same extensibility framework as R and Python, but does not include data science and machine learning function libraries.
@@ -25,16 +23,6 @@ Java code execution uses the same extensibility framework as R and Python, but d
2523
| ![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). |
2624
| ![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). |
2725
| ![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). |
28-
::: moniker-end
29-
30-
::: moniker range=">=sql-server-2016||=sqlallproducts-allversions"
31-
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.
32-
33-
| | |
34-
|---|---|-
35-
| ![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). |
36-
| ![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). |
37-
::: moniker-end
3826

3927
## 5-Minute Quickstarts
4028

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Programmatic access to the code occurs when you call the procedure from your cod
3434

3535
## See also
3636

37-
[Install SQL Server Machine Learning Services on Windows](install/sql-machine-learning-services-windows-install.md)
37+
[Install SQL Server Machine Learning Services on Windows](../install/sql-machine-learning-services-windows-install.md)
3838

3939
[Install SQL Server Machine Learning Services on Linux](../../linux/sql-server-linux-setup-machine-learning.md)

docs/breadcrumb/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
homepage: /sql/advanced-analytics/what-is-sql-server-machine-learning
191191
items:
192192
- name: Java
193-
href: sql/advanced-analytics/java/
193+
href: /sql/advanced-analytics/java/
194194
homepage: sql/advanced-analytics/java/extension-java
195195
- name: R
196196
href: /sql/advanced-analytics/r/

0 commit comments

Comments
 (0)