search for: numericpredictor

Displaying 2 results from an estimated 2 matches for "numericpredictor".

2011 Oct 12
0
PMML for Cox Regression
...t;risk" usageType="predicted"/> <MiningField name="dropped_Calls" usageType="active"/> <MiningField name="helpdesk_Calls" usageType="active"/> </MiningSchema> <RegressionTable intercept="0"> <NumericPredictor name="dropped_Calls" exponent="1" coefficient="0.027968680616809" mean="0.5919"/> <NumericPredictor name="helpdesk_Calls" exponent="1" coefficient="0.00777220409115466" mean="0.5779"/> </RegressionTable...
2017 Nov 15
0
How to read PMML data from a text file and convert it to a model ?
...del functionName="regression"> <MiningSchema> <MiningField name="Sepal.Length" usageType="target"/> <MiningField name="Sepal.Width"/> </MiningSchema> <RegressionTable intercept="6.526222550894482"> <NumericPredictor name="Sepal.Width" coefficient="-0.22336106112990006"/> </RegressionTable> </RegressionModel> </PMML> Warning messages: 1: In structure(x$children, class = "XMLNodeList") : Calling 'structure(NULL, *)' is deprecated, as NULL cannot hav...