engineerlisa - Overview
c45-from-scratch c45-from-scratch Public
A from-scratch Python implementation of the C4.5 decision tree algorithm, including gain ratio–based splitting, handling of continuous attributes, and post-pruning. Built for learning, correctness,…