kzwkt / wnd-charm

Automatically exported from code.google.com/p/wnd-charm
0 stars 0 forks source link

Interpolated values no longer get reported in html #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run command

wndchrm_debug test -f1.0 training_set.fit training_set.fit 
contrived_full_set_ver_1.27.74.html

2.open html file

3.In individual image predictions, the interpolated value column is missing

Original issue reported on code.google.com by christop...@nih.gov on 17 Feb 2011 at 11:30

GoogleCodeExporter commented 9 years ago

You don't need all the crazy options I put in the initial description above. 
This will do:

wndchrm test training_set.fit training_set.fit output.html

Original comment by christop...@nih.gov on 18 Feb 2011 at 7:11

GoogleCodeExporter commented 9 years ago
fixed - is_numeric wasn't being set when making dataset copies (in SetAttrib)

Original comment by i...@cathilya.org on 19 Feb 2011 at 2:57