From bb05f7ea257665187f0d1ba49e2d6009a7d851ac Mon Sep 17 00:00:00 2001 From: Hitesh SP Date: Tue, 5 Nov 2019 10:23:07 +0530 Subject: [PATCH] Updated the last stage The last stage value was showing model.pkl.dvc instead of train.dvc --- static/docs/get-started/visualize.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/docs/get-started/visualize.md b/static/docs/get-started/visualize.md index 00620da547..73648ed981 100644 --- a/static/docs/get-started/visualize.md +++ b/static/docs/get-started/visualize.md @@ -30,9 +30,9 @@ $ dvc pipeline show --ascii train.dvc * * * - .---------------. - | model.pkl.dvc | - `---------------' + +-----------+ + | train.dvc | + +-----------+ ``` ## Commands