This example shows how scikit-learn can be used to recognize images of hand-written digits, from 0-9.
From the graph above, we can see that the f1 score increases as we increase the training samples. This shows that adequate training samples are needed for the model to be trained properly so as to get good results
From the table above, we can see that accuracy is not always the best indicator for telling us about model performance. We need more parameters to accurately measure the model performance. For that we can plot the confusion matrix to get a better idea
Printing the confusion matrix for 1 case for training samples percentage as 10%