From dd5f2833a49c536598a0a9a18bb79716526e4e77 Mon Sep 17 00:00:00 2001 From: GretaVilla Date: Tue, 7 Jun 2022 15:45:42 +0000 Subject: [PATCH] Changed name of third image for markdown Changed name of third image for markdown --- README.md | 2 +- ...png => 02-interactive-confusion-matrix-test.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename resources/images/{02-interactive-confusion-matrix-testing.png => 02-interactive-confusion-matrix-test.png} (100%) diff --git a/README.md b/README.md index 56791c9..7503e51 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ var_metrics_df, invar_metrics_df, __ = bc.confusion_matrix_plot( Evidently, the Interactive Confusion Matrix plot will not present the table of optimal threshold values for the various metrics: -![Interactive Confusion Matrix for the Training Set](/resources/images/02-interactive-confusion-matrix-test.png) +![Interactive Confusion Matrix for the Test Set](/resources/images/02-interactive-confusion-matrix-test.png) As you can see from the code, this time the dataframes returned are only the first two. diff --git a/resources/images/02-interactive-confusion-matrix-testing.png b/resources/images/02-interactive-confusion-matrix-test.png similarity index 100% rename from resources/images/02-interactive-confusion-matrix-testing.png rename to resources/images/02-interactive-confusion-matrix-test.png