Decision tree (categorical) Let's try to construct a decision tree for the weather data. If we stick to scikit, unfortunately, we already hit a big limitation of its decision tree implementation: sci...
Comments