I'm looking for a ID3 decision tree implementation in Python or any languages which takes a validation and a testing file as an input and returns predictions.
I found this and this but I couldn't adapt them to numeric values, e.g. to Iris dataset.
Do you know any ID3 tree implementation that works from console or any written in Python? Or any suggestion how to use this with numeric values will be awesome.