Skip to content

A general format to build a binary DT with the possibility to be stored and retrieved.

Notifications You must be signed in to change notification settings

masoudinejad/binary_DT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Decision Tree

There is no standard for storing and sharing binary decision trees(DTs). Moreover, there is no established tool to convert a DT into the format from the sklearn. This tool is to help building a general description of a binary DT which is framework independent. Also, it can store/retrieve the DT into/from a JSON file.

Define structure is not including any training information (such as impurity in sklearn) which are not part of the structure. However, it is possible to include reference to the ID of samples used in the training.

About

A general format to build a binary DT with the possibility to be stored and retrieved.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages