gtjemwa / augustus

Automatically exported from code.google.com/p/augustus
0 stars 0 forks source link

Failed to produce a tree pmml model #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.created the configuration file pointing at the csv file I have
2.created the template using the example from the Source link in appendicies
3.When running the producer,I get the following error:
(XMLValidationError: Probabilities of ScoreDistributions in Node do not add to 
1.0, they add to 0 (are they a mixture of user-specified "probability" and 
probabilities calculated from "recordCount"?) in element <Node> on lines 24-26 
of file 
"C:/augustus-0.5.3.0/augustus-examples/sms/introductory/models/treeTemplate1.pmm
l".)

What is the expected output? What do you see instead?
I was expecting to get augustus to finish and create the pmml model. But 
instead I get the previous error. I was successfully able to run the producer 
and the consumer examples. So I am sure the scoring engine is running fine. My 
data is very simple. It has only five features with double type and the 
predicted value is the categorical (string). I am trying to build a cart model 
using this data. 

What version of the product are you using? On what operating system?
augustus 5.3 on Windows 8 machine

Please provide any additional information below.
Attached are the configuration and the template files I have used to create the 
cart tree model. 

Original issue reported on code.google.com by alaa...@gmail.com on 28 Feb 2014 at 9:56

Attachments: