I suppose the easiest solution would be to search-and-replace ",nan," with ",?," or ",,". Here is a version of soybean in this format: http://uaf46365.ddns.uark.edu/data/uci_class/soybean.arff
I could modify Waffles to treat "nan" as an unknown value, but "nan" often occurs because someone inadvertently divided 0 by 0, and I think it is generally a bad idea to silently swallow errors, since this can lead to bugs that are difficult to find.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
soybean file format arff from ML repository has nan for missing values.
how can itbe changed for waffle to handle it ,please?
ta
I suppose the easiest solution would be to search-and-replace ",nan," with ",?," or ",,". Here is a version of soybean in this format:
http://uaf46365.ddns.uark.edu/data/uci_class/soybean.arff
I could modify Waffles to treat "nan" as an unknown value, but "nan" often occurs because someone inadvertently divided 0 by 0, and I think it is generally a bad idea to silently swallow errors, since this can lead to bugs that are difficult to find.