Acezon Cay
Yggdrasil is a simple command-line tool for creating decision trees based on the ID3 algorithm. It comes in two pieces (commands):
traintakes in an XML file (see test for the format) and creates a.treefile that will be used for testing accuracy and/or querying information.testtakes in the.treefile created intrainand an XML file (withtype="testing"), and displays the accuracy of the decision tree. It can also query the decision tree by putting parameters specified in the XML file.
- Python >= 2.7