Skip to content

engineerlisa/c45-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

c45-from-scratch

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, and comparison with classic decision tree methods.

About

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, and comparison with classic decision tree methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors