Course Content
Recognizing Handwritten Digits
Classification Report
In this chapter, we will assess the classifier we have recently trained, focusing on its performance in predicting test values.
Task
Print a detailed classification report using the classification_report
function from sklearn.metrics.
Thanks for your feedback!
In this chapter, we will assess the classifier we have recently trained, focusing on its performance in predicting test values.
Task
Print a detailed classification report using the classification_report
function from sklearn.metrics.