Skip to content

LunaBlack/DecisionTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DecisionTree.

These are about DecisionTree(including ID3、C4.5、CART).

The author is studying and tring.

该代码集合是关于决策树的,包含ID3、C4.5、CART算法。

部分代码来源于他人,或有少许改动;部分代码为原创。

firstTest是ID3算法的实现.

secondTest是ID3算法的实现,并用matplotlib库实现图形化(仅验证,学习中).

thirdTest是C4.5算法的实现.

fourthTest是CART算法(分类)的实现(尚未完成).

fifthTest是CART算法(回归)的实现.

About

DecisionTree(including ID3、C4.5、CART), study and try

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages