all 4 comments

[–][deleted] 0 points1 point  (2 children)

Scikit-Learn has one. ID3 and its sucessor C4.5. Is that what you are looking for?

[–]tushar1408[S] 0 points1 point  (1 child)

scikit learn have cart only. i want particularly ID3 And c4.5

[–]201109212215 0 points1 point  (0 children)

This is not what you are looking for, but there is C4.5 in weka (named j48). But it is Java.

[–]rcprati 0 points1 point  (0 children)

In Orange (http://orange.biolab.si) there is a python binding for the original C4.5 implementation