From 9a7ab68af1143926da5126089b64c21234aa6363 Mon Sep 17 00:00:00 2001 From: Emre Sahin Date: Mon, 14 Feb 2022 13:35:56 +0300 Subject: [PATCH] removed "now" --- content/docs/start/visualization.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/start/visualization.md b/content/docs/start/visualization.md index f7b9636f2c..a4d60e6d6b 100644 --- a/content/docs/start/visualization.md +++ b/content/docs/start/visualization.md @@ -57,9 +57,9 @@ classifier: ![confusion matrix](/img/start_visualization_confusion1.png) -Now, let's produce another plot to see misclassified examples from each class. -This procedure is a bit more complex than creating a CSV file but you can see -the code in [Github][misclassified-example-code] +Let's produce another plot to see misclassified examples from each class. This +procedure is a bit more complex than creating a CSV file but you can see the +code in [Github][misclassified-example-code] [misclassified-example-code]: https://github.com/iterative/example-dvc-experiments/blob/main/src/train.py#L58