- Markus Breitenbach - http://blog.markus-breitenbach.com -

Deploying SAS code in production

Posted By Markus On November 1, 2008 9:48 pm @ 9:48 pm (November 1, 2008) In Predictive Modeling, Coding / Programming, Statistics, Data Mining, Machine Learning | 1 Comment

I had written a post about the issues of [1] converting models into something that is usable in production environments as most stats-packages don’t have friendly interfaces to integrate them into the flow of processing data. I worked on a similar problem involving a script written in SAS recently. To be specific, some code for computing a risk-score in SAS had to be converted into Java and I was confronted with having to figure out the semantics of SAS code. I found a software to [2] convert SAS code into Java and I have to say I was quite impressed with how well it worked. Converting one language (especially one for which there is no published grammar or other specification) into another is quite a task - after a bit of back and forth with support we got our code converted and the Java code worked on the first try. I wish there would be similar converter for STATA, R and SPSS :-)


Article printed from Markus Breitenbach: http://blog.markus-breitenbach.com

URL to article: http://blog.markus-breitenbach.com/2008/11/01/deploying-sas-code-in-production/

URLs in this post:
[1] converting models: http://blog.markus-breitenbach.com/2008/06/22/debugging-and-evaluating-predictiv
e-models/

[2] convert SAS code into Java: http://www.dullesopen.com/

Click here to print.