Skip to content

itsacezon/yggdrasil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

yggdrasil

Acezon Cay

Description

Yggdrasil is a simple command-line tool for creating decision trees based on the ID3 algorithm. It comes in two pieces (commands):

  • train takes in an XML file (see test for the format) and creates a .tree file that will be used for testing accuracy and/or querying information.
  • test takes in the .tree file created in train and an XML file (with type="testing"), and displays the accuracy of the decision tree. It can also query the decision tree by putting parameters specified in the XML file.

Requirements

  • Python >= 2.7

About

A simple decision tree command-line tool based on ID3 algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages