Skip to content

Commit 5bb3cd1

Browse files
authored
simple formatting fix
Updated the date and corrected minor text inconsistencies in the documentation.
1 parent 1eba3fb commit 5bb3cd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/machine-learning/predictions/native-scoring-predict-transact-sql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use native scoring with the PREDICT T-SQL function to
55
author: VanMSFT
66
ms.author: vanto
77
ms.reviewer: monamaki
8-
ms.date: 10/05/2025
8+
ms.date: 10/08/2025
99
ms.service: sql
1010
ms.subservice: machine-learning
1111
ms.topic: how-to
@@ -39,7 +39,7 @@ The function returns predictions for the input data, together with any columns o
3939
+ Azure SQL Managed Instance
4040
+ Azure Synapse Analytics
4141

42-
The function is enabled by default. You do not need to install R or Python, or enable additional features.
42+
The function is enabled by default. You don't need to install R or Python, or enable additional features.
4343

4444
## Supported models
4545

@@ -86,7 +86,7 @@ The following algorithms are supported in revoscalepy and RevoScaleR.
8686
+ [rxDtree](/r-server/r-reference/revoscaler/rxdtree)
8787
+ [rxDForest](/r-server/r-reference/revoscaler/rxdforest)
8888

89-
If you need to use an algorithms from MicrosoftML or microsoftml, use [real-time scoring with sp_rxPredict](../predictions/real-time-scoring.md).
89+
If you need to use an algorithm from MicrosoftML or microsoftml, use [real-time scoring with sp_rxPredict](../predictions/real-time-scoring.md).
9090

9191
Unsupported model types include the following types:
9292

@@ -201,7 +201,7 @@ EXECUTE sp_execute_external_script
201201
```
202202

203203
> [!NOTE]
204-
> Be sure to use the [rxSerializeModel](/machine-learning-server/r-reference/revoscaler/rxserializemodel) function from RevoScaleR to save the model. The standard R `serialize` function cannot generate the required format.
204+
> Be sure to use the [rxSerializeModel](/machine-learning-server/r-reference/revoscaler/rxserializemodel) function from RevoScaleR to save the model. The standard R `serialize` function can't generate the required format.
205205
206206
You can run a statement such as the following to view the stored model in binary format:
207207

0 commit comments

Comments
 (0)