Skip to content

Commit c8f31d8

Browse files
committed
Edit for clarity
1 parent daaf081 commit c8f31d8

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,23 +73,23 @@ Serialize the model using [rxSerialize](https://docs.microsoft.com/machine-learn
7373

7474
The following algorithms are supported in revoscalepy and RevoScaleR.
7575

76-
+ revoscalepy models
76+
+ revoscalepy algorithms
7777

7878
+ [rx_lin_mod](https://docs.microsoft.com/machine-learning-server/python-reference/revoscalepy/rx-lin-mod)
7979
+ [rx_logit](https://docs.microsoft.com/machine-learning-server/python-reference/revoscalepy/rx-logit)
8080
+ [rx_btrees](https://docs.microsoft.com/machine-learning-server/python-reference/revoscalepy/rx-btrees)
8181
+ [rx_dtree](https://docs.microsoft.com/machine-learning-server/python-reference/revoscalepy/rx-dtree)
8282
+ [rx_dforest](https://docs.microsoft.com/machine-learning-server/python-reference/revoscalepy/rx-dforest)
8383

84-
+ RevoScaleR models
84+
+ RevoScaleR algorithms
8585

8686
+ [rxLinMod](https://docs.microsoft.com/r-server/r-reference/revoscaler/rxlinmod)
8787
+ [rxLogit](https://docs.microsoft.com/r-server/r-reference/revoscaler/rxlogit)
8888
+ [rxBTrees](https://docs.microsoft.com/r-server/r-reference/revoscaler/rxbtrees)
8989
+ [rxDtree](https://docs.microsoft.com/r-server/r-reference/revoscaler/rxdtree)
9090
+ [rxDForest](https://docs.microsoft.com/r-server/r-reference/revoscaler/rxdforest)
9191

92-
If you need to use models from MicrosoftML or microsoftml, use [real-time scoring with sp_rxPredict](../real-time-scoring.md).
92+
If you need to use an algorithms from MicrosoftML or microsoftml, use [real-time scoring with sp_rxPredict](../real-time-scoring.md).
9393

9494
Unsupported model types include the following types:
9595

@@ -142,7 +142,7 @@ FROM PREDICT(MODEL = @model, DATA = predict_input, RUNTIME=ONNX) WITH (variable1
142142
::: moniker range=">=sql-server-2017||=azuresqldb-mi-current||>=sql-server-linux-2017||=sqlallproducts-allversions"
143143
### PREDICT with RevoScale model
144144

145-
In this example, you create a model, and then call the real-time prediction function from T-SQL.
145+
In this example, you create a model using **RevoScaleR** in R, and then call the real-time prediction function from T-SQL.
146146

147147
#### Step 1. Prepare and save the model
148148

docs/t-sql/queries/predict-transact-sql.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ The `PREDICT` function is supported in all editions of SQL Server 2017 or later,
100100

101101
### Supported algorithms
102102

103-
In Azure SQL Managed Instance, `PREDICT` supports models in [Open Neural Network Exchange (ONNX)](https://onnx.ai/get-started.html) format or models trained using the [RevoScaleR](../r/ref-r-revoscaler.md) and [revoscalepy](../python/ref-py-revoscalepy.md) packages.
104-
105-
106-
107103
::: moniker range=">=sql-server-2017||=azuresqldb-current||>=sql-server-linux-2017||=sqlallproducts-allversions"
108104
The model that you use must have been created using one of the supported algorithms from the [RevoScaleR](../r/ref-r-revoscaler.md) or [revoscalepy](../python/ref-py-revoscalepy.md) packages. For a list of currently supported models, see [Native scoring using the PREDICT T-SQL function](../../machine-learning/predictions/native-scoring-predict-transact-sql.md).
109105
::: moniker-end

0 commit comments

Comments
 (0)