Hi ,

I am trying to get the PMML for a Decision tree model (using rpart) . The
PMML generated from R does not contain the encoding information similar to
*<?xml version="1.0" encoding="UTF-8" standalone="no"?>*.

The PMML generated from R starts as 
<PMML version="3.2" xmlns="http://www.dmg.org/PMML-3_2";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.dmg.org/PMML-3_2
http://www.dmg.org/v3-2/pmml-3-2.xsd";>

Can you let me know if there is any command using which i can get the
encoding information in the PMML similar to the xml mentioned above?

Thanks in advance

--
View this message in context: 
http://r.789695.n4.nabble.com/Reg-Encoding-information-in-PMML-generated-from-R-tp4242432p4242432.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to