[R] Predictive Analytics with R, PMML, ADAPA and Excel

2011-01-14 Thread Guazzelli, Alex
YouTube video available: http://www.youtube.com/watch?v=VuSaP-vwSpI In this video, I start by building a decision tree model in R. I then export it as a PMML file and deploy it in the ADAPA Scoring Engine. For that, I use the ADAPA trial subscription available for free on the Zementis website

[R] Data mining, R and MySQL ...

2009-07-17 Thread Guazzelli, Alex
The question is: you have your data in MySQL, build your model in R, but now want to use the model to score your MySQL data on an on-going basis, what to do? MySQL users frequently use R for data mining and to build statistical models. They benefit from the RMySQL package which builds an

Re: [R] How to deploy statistical models built in R in real-time?

2009-07-15 Thread Guazzelli, Alex
to be nearly dead in the market. On 08/07/09 23:38, Guazzelli, Alex wrote: I am framing this as a question since I would like to know how folks are currently deploying the models they build in R. Say, you want to use the results of your model inside another application in real-time or on-demand

[R] How to deploy statistical models built in R in real-time?

2009-07-08 Thread Guazzelli, Alex
I am framing this as a question since I would like to know how folks are currently deploying the models they build in R. Say, you want to use the results of your model inside another application in real-time or on-demand, how do you do it? How do you use the decisions you get back from