Skip to content

Commit 22135b8

Browse files
committed
Update applies to
1 parent 555f4f0 commit 22135b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/machine-learning/predictions/real-time-scoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: seo-lt-2019
1111
monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15||=sqlallproducts-allversions"
1212
---
1313
# Real-time scoring with sp_rxPredict in SQL Server Machine Learning Services
14-
[!INCLUDE[sqlserver](../../includes/applies-to-version/sqlserver.md)]
14+
[!INCLUDE[sqlserver2016](../../includes/applies-to-version/sqlserver2016.md)]
1515

1616
Learn how to perform real-time scoring with the [sp_rxPredict](../../relational-databases/system-stored-procedures/sp-rxpredict-transact-sql.md) system stored procedure in SQL Server for high-performance predictions or scores in forecasting workloads.
1717

@@ -155,7 +155,7 @@ Real-time scoring does not use an interpreter; therefore, any functionality that
155155

156156
+ Models using a transformation function or formula containing a transformation, such as `A ~ log(B` are not supported in real-time scoring. To use a model of this type, we recommend that you perform the transformation on input data before passing the data to real-time scoring.
157157

158-
## Example: sp_rxPredict
158+
## Example
159159

160160
This section describes the steps required to prepare and save a model for **real-time** prediction, and provides an example in R of how to call the function from T-SQL.
161161

0 commit comments

Comments
 (0)