You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/machine-learning/predictions/native-scoring-predict-transact-sql.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The function returns predictions for the input data, together with any columns o
38
38
39
39
`PREDICT` model format support depends on the SQL platform you perform native scoring on. See the table below for which model formats are supported on which platform.
40
40
41
-
| Platform | ONNX model format |Models trained using the RevoScaleR/revoscalepy packages|
41
+
| Platform | ONNX model format |RevoScale model format|
42
42
|-|-|-|
43
43
| SQL Server | No | Yes |
44
44
| Azure SQL Managed Instance | Yes | Yes |
@@ -55,14 +55,16 @@ The model must be in an [Open Neural Network Exchange (ONNX)](https://onnx.ai/ge
+The model must be trained in advance using one of the supported **rx** algorithms listed below.
58
+
The model must be trained in advance using one of the supported **rx** algorithms listed below using the RevoScaleR or revoscalepy package.
59
59
60
-
+Serialize the model using [rxSerialize](https://docs.microsoft.com/machine-learning-server/r-reference/revoscaler/rxserializemodel) for R, and [rx_serialize_model](https://docs.microsoft.com/machine-learning-server/python-reference/revoscalepy/rx-serialize-model) for Python. These serialization functions have been optimized to support fast scoring.
60
+
Serialize the model using [rxSerialize](https://docs.microsoft.com/machine-learning-server/r-reference/revoscaler/rxserializemodel) for R, and [rx_serialize_model](https://docs.microsoft.com/machine-learning-server/python-reference/revoscalepy/rx-serialize-model) for Python. These serialization functions have been optimized to support fast scoring.
61
61
62
62
<aname="bkmk_native_supported_algos"></a>
63
63
64
64
#### Supported RevoScale algorithms
65
65
66
+
The following algorithms are supported in revoscalepy and RevoScaleR.
0 commit comments