KeyError: key :ConfusionMatrixDisplay not found

debugging
Author

Athul Sudheesh

Published

May 1, 2022

This error is probably caused by the wrong scikit-learn version in your conda environment. You can solve this by updating all the packages in your current Conda environment.

using Conda   
Conda.update()