sys.sp_rxpredict

general
#stored-procedure

Description

2016 (13.x) and later - Windows only Generates a predicted value for a given input consisting of a machine learning model stored in a binary format in a SQL Server database. Provides scoring on R and Python machine learning models in near real time. stored procedure written in C++, and is optimized specifically for scoring operations. The model must be created using R or Python. However, once it’s serialized and stored in a

Syntax

sp_rx
P redict ( @model , @input )
[ ; ]