similar to: How to read PMML data from a text file and convert it to a model ?

Displaying 20 results from an estimated 110 matches similar to: "How to read PMML data from a text file and convert it to a model ?"

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)
2012 Apr 26
0
Modifying values into XML with R
Dear R gurus, I use R all the time at work, so one day a problem managing my personal arise data made me think: "Why not use R, it does everything!". Anyway, my goal is to use R to manage my personal music library, and more precisely my playcounts. I have two XML files, one from Winamp and the other one from Itunes. Both have pretty much the same songs, but their playcounts are
2007 Aug 07
1
Functions for autoregressive Regressionmodels (Mix between times series and Regression Models) ?
Hello everybody, I've a question about "autoregressive Regressionmodels". Let Y[1],.....,Y[n], be a time series. Given the model: Y[t] = phi[1]*Y[t-1] + phi[2]*Y[t-1] + ... + phi[p]*Y[t-p] + x_t^T*beta + u_t, where x_t=(x[1t],x[2t],....x[mt]) and beta=(beta[1],...,beta[m]) and u_t~(0,1) I want to estimate the coefficients phi and beta. Are in R any functions or packages for
2007 May 03
0
randomSurvivalForest 2.1.0 now available
Dear useRs: Release 2.1.0 of the randomSurvivalForest package is now available. -------------------------------------------------------------------------------------------------- CHANGES TO RELEASE 2.1.0 Release 2.1.0 represents a minor upgrade of the product, and will not affect most users of the prior version of the product. Key changes are as follows: o R 2.5.0 compliance issues and
2007 May 03
0
randomSurvivalForest 2.1.0 now available
Dear useRs: Release 2.1.0 of the randomSurvivalForest package is now available. -------------------------------------------------------------------------------------------------- CHANGES TO RELEASE 2.1.0 Release 2.1.0 represents a minor upgrade of the product, and will not affect most users of the prior version of the product. Key changes are as follows: o R 2.5.0 compliance issues and
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]]
2011 Feb 17
0
Predictive Analytics with R, PMML and ADAPA
This is a presenation from the R Users Group (Bay Area) Covers building predictive analytic models in R, exporting in PMML and using ADAPA for model deployment and execution. Introduction to the Predictive Model Markup Language (PMML) standard and how it helps to overcome memory and speed limitations of R and makes models available for operational deployment and integration via web services.
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
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
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 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
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*
2008 Nov 27
1
Error in Comprting Risks Regression
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20081127/cda70d6f/attachment.pl>
2010 Dec 24
0
Wine release 1.3.10
The Wine development release 1.3.10 is now available. What's new in this release (see below for details): - Support for notification balloons in system tray. - Obsolete AudioIO sound driver removed. - More work on ActiveX support. - Various MSI fixes. - Preloader now used for 64-bit too. - Translation updates. - Various bug fixes. The source is available from the following
2015 Feb 27
0
[LLVMdev] using a structs datafield as operand
Hi all, I need to exchange operands of e.g. instructions by others of the same type. Suppose I need to replace a double typed operand; a possible candidate could be a double typed datafield of a struct. The typefinder shows how to recursively crawl types using llvm::Type::subtype_reverse_iterator and thereby compiles a list of types occuring in the module. I could determine when I arrived at
2006 May 25
13
.NET developer trying to understand some Rails basics
Hi All, I''ve been a ASP.NET developer for the last few years and consider it to be a pretty productive environment to work with. However, the object-relational mapping (ActiveRecord) and simplicity of the Rails framework and Ruby in general really appeals to me. .NET currently doesn''t have something like Rails'' ORM - atleast not out-of-the-box. Here''s my