Based on the documentation, scikit-learn uses the CART algorithm for its decision trees. What we'd like to know if its possible to implement an ID3 decision tree using pandas and Python, and if its possible, how does one go about in doing it?

More Leejames Merlas's questions See All
Similar questions and discussions