Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 237 Bytes

File metadata and controls

6 lines (4 loc) · 237 Bytes

id3-python-example

Toy implementation of the ID3 algorithm in Python; this uses explicit recursion for simplicity and requires pre-processed data where each feature is categorical.

See also: https://github.com/tofti/python-id3-trees