Content deleted Content added
m →Translating Models into SQL Code: linked to PMML wiki article |
|||
Line 17:
===Translating Models into SQL Code===
In this type of in-database processing, a predictive model is converted from its source language into SQL that can run in the database usually in a stored procedure. Many analytic model-building tools have the ability to export their models in either in SQL or [[PMML]] (Predictive Modeling Markup Language). Once the SQL is loaded into a stored procedure, values can be passed in through parameters and the model is executed natively in the database. Tools that can use this approach include SAS, R and [[KXEN]].
===Loading C or C++ Libraries into the database process space===
|