Chapter 4 - Confusion Matrix ``` ImportError Traceback (most recent call last) Cell In[21], line 1 ----> 1 from sklearn.metrics import plot_confusion_matrix ImportError: cannot import name 'plot_confusion_matrix' from 'sklearn.metrics' ``` The library was updated.
Chapter 4 - Confusion Matrix
The library was updated.