Skip to content

Commit cfede17

Browse files
committed
Appliesto for python
1 parent ba3a58a commit cfede17

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/machine-learning/python/python-libraries-and-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: seo-lt-2019
1111
monikerRange: ">=sql-server-2017||>=sql-server-linux-ver15||=sqlallproducts-allversions"
1212
---
1313
# Data type mappings between Python and SQL Server
14-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
14+
[!INCLUDE [SQL Server 2017 and later ](../../includes/applies-to-version/sqlserver2017.md)]
1515

1616
For Python solutions that run on the Python integration feature in SQL Server Machine Learning Services, review the list of unsupported data types, and data type conversions that might be performed implicitly when data is passed between Python and SQL Server.
1717

docs/machine-learning/python/ref-py-microsoftml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: davidph
1010
monikerRange: ">=sql-server-2017||>=sql-server-linux-ver15||=sqlallproducts-allversions"
1111
---
1212
# microsoftml (Python package in SQL Server Machine Learning Services)
13-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
13+
[!INCLUDE [SQL Server 2017 and later ](../../includes/applies-to-version/sqlserver2017.md)]
1414

1515
**microsoftml** is a Python package from Microsoft that provides high-performance machine learning algorithms. It includes functions for training and transformations, scoring, text and image analysis, and feature extraction for deriving values from existing data. The package is included in [SQL Server Machine Learning Services](../sql-server-machine-learning-services.md) and supports high performance on big data, using multicore processing, and fast data streaming.
1616

docs/machine-learning/python/ref-py-revoscalepy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: davidph
1010
monikerRange: ">=sql-server-2017||>=sql-server-linux-ver15||=sqlallproducts-allversions"
1111
---
1212
# revoscalepy (Python package in SQL Server Machine Learning Services)
13-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
13+
[!INCLUDE [SQL Server 2017 and later ](../../includes/applies-to-version/sqlserver2017.md)]
1414

1515
**revoscalepy** is a Python package from Microsoft that supports distributed computing, remote compute contexts, and high-performance data science algorithms. The package is included in [SQL Server Machine Learning Services](../sql-server-machine-learning-services.md).
1616

docs/machine-learning/python/setup-python-client-tools-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: seo-lt-2019
1212
monikerRange: ">=sql-server-2017||>=sql-server-linux-ver15||=sqlallproducts-allversions"
1313
---
1414
# Set up a data science client for Python development on SQL Server Machine Learning Services
15-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
15+
[!INCLUDE [SQL Server 2017 and later ](../../includes/applies-to-version/sqlserver2017.md)]
1616

1717
Python integration is available in SQL Server 2017 and later, when you include the Python option in a [Machine Learning Services (In-Database) installation](../install/sql-machine-learning-services-windows-install.md).
1818

0 commit comments

Comments
 (0)