Displaying 1 result from an estimated 1 matches for "jpmml".
Did you mean:
pmml
2017 Nov 15
0
How to read PMML data from a text file and convert it to a model ?
...presentation and storing it to a file
saveXML(pmml(mymodel),file = "myfile.xml")
testingReading <- fileToXMLNode("myfile.txt")
> testingReading
<PMML version="4.3" xmlns="http://www.dmg.org/PMML-4_3">
<Header>
<Application name="JPMML-R" version="1.2.20"/>
<Timestamp>2017-11-15T10:37:29Z</Timestamp>
</Header>
<DataDictionary>
<DataField name="Sepal.Length" optype="continuous" dataType="double"/>
<DataField name="Sepal.Width" optype...