Understand the difference between CART and DecisionTreeClassifier of Sklearn.
In Sklearn's documentation, it says that "scikit-learn uses an optimised version of the CART algorithm". However, I couldn't find what this optimisation was anywhere!
It would be great if you could help me figure out what sort of optimisation happens here and what are the differences between the 2.