Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 519 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 519 Bytes

Decision Tree Learning

A Python implementation of Decision Tree Learning with (and without) Rule Post-Pruning.

Run files learning_curve_test.py and cross_validation_test.py to see the results. The code was tested with Python 3.7.

Parts of the code are taken from here and here; the specific source, if present, is written at the beginning of each file.