similar to: Predictive Analytics with R, PMML and ADAPA

Displaying 20 results from an estimated 600 matches similar to: "Predictive Analytics with R, PMML and ADAPA"

2009 Jan 21
1
U R ready for R! Now deploy your R models via cloud computing!
Following the recent NYT article about R, I thought this group is not only ready for R but ready to take it one step further. Got models in R? Deploy and score them in ADAPA in minutes on the Amazon EC2 cloud computing infrastructure! Zementis ( http://www.zementis.com ) has been working with the R community, specifically to extend the support for the Predictive Model Markup Language (PMML)
2009 Feb 03
0
Deploying a R model on a cloud computer using PMML
Dear List, Please find an interview from Michael Zeller ,CEO, Zementis. Mike talks about how to use an existing model ( created in R) , using PMML as an intermediate for exporting the model, and deploying it on a cloud computer for as low as 1 $ per hour. Regards, Ajay *Ajay-* *What are the traditional rivals to scoring solutions offered by you. How does ADAPA compare to each of them. Case
2009 Jan 06
0
pmml 1.2.0 (predictive modelling markup language)
Version 1.2.0 of pmml has been released and is available from CRAN. The pmml package (http://rattle.togaware.com/pmml.html) is part of the Rattle data mining suite http://rattle.togaware.com. It generates representations of analytic models built in R using the open standard predictive modelling markup language (http://www.dmg.org/). PMML represents analytic models in an application independent
2009 Jan 06
0
pmml 1.2.0 (predictive modelling markup language)
Version 1.2.0 of pmml has been released and is available from CRAN. The pmml package (http://rattle.togaware.com/pmml.html) is part of the Rattle data mining suite http://rattle.togaware.com. It generates representations of analytic models built in R using the open standard predictive modelling markup language (http://www.dmg.org/). PMML represents analytic models in an application independent
2009 Jul 08
1
How to deploy statistical models built in R in real-time?
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 your models? As you may know, a PMML package is available for R that allows for many mining model to
2001 Feb 24
1
PMML- Predictive model markup language
Hi all, I caught a passing reference to PMML on the WEKA list (I think) .. an XML way of communicating 'data mining models'. I am of the opinion that XML is a 'good thing' and I would for instance like to see a standard XML way of communicating the content and context of datasets (eg of timeseries) but it has been a long day and my internet connection is slow and so I have
2011 Oct 10
1
pmml for random forest & rules
Hi, I am having some trouble using R 2.13.1 for generating a pmml object of of class "c('randomForest.formula', 'randomForest')" I see that these methods are available: > methods(pmml) [1] pmml.coxph* pmml.hclust* pmml.itemsets* pmml.kmeans* pmml.ksvm* pmml.lm* pmml.multinom* pmml.nnet* pmml.rpart* [10] pmml.rsf* pmml.rules* pmml.survreg*
2011 Oct 12
0
PMML for Cox Regression
Hi, We have created a cox regression model (coxph) and exported from R as PMML using the Rattle package. The resulting PMML is a standard Regression model in the format y=b1*x1+b2*x2+??.bn*xn: risk= (0.027968680616809*dropped_Calls)+(0.00777220409115466*helpdesk_Calls) The PMML is included at the end of this post. Cox Regression is usually in this format: h(t)= h0(t)*e^(b1*x1+b2*x2+??.bn*xn)
2017 Nov 15
0
How to read PMML data from a text file and convert it to a model ?
Dear All, I want to save the XML representation of a model using PMML. Then I want to read the model and predict using the model and a new dataset. This is described in this blog post : https://www.r-bloggers.com/predictive-modeling-using-r-and-the-openscoring-engine-a-pmml-approach/ I am able to save the PMML representation of the model. I am not able to read this representation convert it
2007 Jun 05
0
Package update: pmml version 1.1.1
Version 1.1.1 of the pmml package (PMML = Predictive Modelling Markup Language) has been uploaded to CRAN. This version adds pmml.lm to generate PMML for linear models (currently, without interactions). The PMML package is part of the Rattle toolkit for data mining. Further information from http://rattle.togaware.com. Regards, Graham _______________________________________________ R-packages
2007 Jun 05
0
Package update: pmml version 1.1.1
Version 1.1.1 of the pmml package (PMML = Predictive Modelling Markup Language) has been uploaded to CRAN. This version adds pmml.lm to generate PMML for linear models (currently, without interactions). The PMML package is part of the Rattle toolkit for data mining. Further information from http://rattle.togaware.com. Regards, Graham _______________________________________________ R-packages
2009 Jan 04
0
Rattle 2.4.0 (Data Mining GUI using R)
Version 2.4.0 of Rattle has been released to CRAN. The rattle package (http://rattle.togaware.com) is a multi platform (GNU/Linux, Mac/OSX, MS/Windows) GTK based GUI for data mining (for exploring data and building descriptive and predictive models). It has undergone a lot of development over the past year. A companion book introducing data mining using Rattle is under development, with a draft
2009 Jan 04
0
Rattle 2.4.0 (Data Mining GUI using R)
Version 2.4.0 of Rattle has been released to CRAN. The rattle package (http://rattle.togaware.com) is a multi platform (GNU/Linux, Mac/OSX, MS/Windows) GTK based GUI for data mining (for exploring data and building descriptive and predictive models). It has undergone a lot of development over the past year. A companion book introducing data mining using Rattle is under development, with a draft
2012 May 18
1
glmnet object to pmml
Dear R users I used glmnet generating a regression model, now I need to convert it to pmml format, but I noticed pmml r package doesn''t support glmnet object, has anyone find a way solving this problem? I was thinking convert glmnet object to glm object, has anyone tried it? Many thanks Yan [[alternative HTML version deleted]]
2018 Mar 12
0
Error - PMML Conversion of a Random-Forest Model using the randomForest Package
Hi All, I am trying to convert random forest model developed into a pmml file. randomForest package was used to build the model. The input to the model is in the form of a matrix (term frequency matrix used for text analytics). While i try to convert the model into a pmml file an error pops. Error in names (field$class) <-var.names attempt to set an attribute on NULL Would be great if
2007 Feb 14
0
New PMML package
A new package is now available on CRAN - pmml. PMML is the Predictive Modelling Markup Language, and is accepted by a number of large database and data warehouse systems (IBM DB2 and NCR Teradata) for deployment of models as SQL. The current package is an "early release" in that it is very basic (and primarily supports the Rattle package). But it is a start! It currently supports rpart
2008 Nov 23
1
R and the Web: A small Wordpress plugin RwebFriend
Hi, The web interfaces are great examples of using R from the web. The wordpress plugin is a great creative thought. Taking this further- since one critical point in R vs SAS or other Corporate Type Software is the way it handles memory, could we install say R web and these plugins on a cloud scalable environment ( basically computing and memory scalable per use) to offer R as a SaaS Zementis
2011 Apr 11
0
Revolutions Blog: March Roundup
I write about R every weekday at the Revolutions blog: http://blog.revolutionanalytics.com and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of March: The doSMP package, which enables parallel processing for R on multiprocessor machine, is now available on
2009 Jun 02
2
Question on implementing RandomForest
Hi - I am new to RandomForest and want to be able to predict for a set of values outside of R. So for example, if I create the model in R and want to get the prediction for an observation in a database, is there a way I can get the algorithm for the trees and final prediction for this model printed out in R that I can directly implement in SQL? Or is the only way to do this is to use a wrapper
2011 Jun 06
2
Obtener las reglas de un árbol de decisión
Hola, Me gustaría obtener las reglas que genero con un árbol de decicisión creado con party. Algo parecido a lo que realiza esta función con rpart http://www.togaware.com/datamining/survivor/Convert_Tree.html la idea es disponer de esas reglas en un fichero de texto. En general si alguien sabe de algún paquete que permita obtener el código que genera la puntuación, el "score" para un