Hi @Talented-Q, amazing work! Thanks for open-source.
I am having this error for Python 3.10.12 :
ImportError: cannot import name 'plot_confusion_matrix' from 'sklearn.metrics' (C:\Program Files\Anaconda3\lib\site-packages\sklearn\metrics\__init__.py)
I managed to fix the issue by using new class name sklearn.metrics.ConfusionMatrixDisplay in the main.py file.
Regards.
Hi @Talented-Q, amazing work! Thanks for open-source.
I am having this error for Python 3.10.12 :
ImportError: cannot import name 'plot_confusion_matrix' from 'sklearn.metrics' (C:\Program Files\Anaconda3\lib\site-packages\sklearn\metrics\__init__.py)I managed to fix the issue by using new class name sklearn.metrics.ConfusionMatrixDisplay in the main.py file.
Regards.