Towards the end of "3 Introduction to general Machine Learning" a digit classification task was discussed.
Your task is to build a similar digit recongnizer, harnessing a DecisionTreeClassifier rather than a GaussianNB classifier. That includes:
from sklearn.metrics import confusion_matrix) to visualize the model's weaknesses.
In [ ]:
In [ ]:
In [ ]: