From 288b3897d5b0accafdb8c9782d4dace946c82c86 Mon Sep 17 00:00:00 2001 From: Dashamir Hoxha Date: Fri, 4 Oct 2019 08:52:10 +0200 Subject: [PATCH] Added one more tutorial on the community list. Changed the name to comprehensive tutorial. --- static/docs/tutorials/community.md | 2 ++ static/docs/tutorials/index.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/static/docs/tutorials/community.md b/static/docs/tutorials/community.md index daf65519a2..31f8658ae1 100644 --- a/static/docs/tutorials/community.md +++ b/static/docs/tutorials/community.md @@ -4,6 +4,8 @@ Blog posts from the community which show how they use DVC in their ML scenarios: - [Data Version Control Tutorial](https://blog.dataversioncontrol.com/data-version-control-tutorial-9146715eda46) +- [DVC tutorial: improving CNN model](https://medium.com/@fullstackml/aab8162f8e3f) + - [Creating an awesome project using DVC and DAGsHub](https://dagshub.com/docs/overview/) - [Using DVC to create an efficient version control system for data projects](https://medium.com/qonto-engineering/using-dvc-to-create-an-efficient-version-control-system-for-data-projects-96efd94355fe) diff --git a/static/docs/tutorials/index.md b/static/docs/tutorials/index.md index f992f7bc7e..7b0291b839 100644 --- a/static/docs/tutorials/index.md +++ b/static/docs/tutorials/index.md @@ -10,9 +10,9 @@ - [Stages and Pipelines](/docs/tutorials/pipelines)
Using DVC commands to build a simple ML pipeline. -- [Longer Tutorial](/docs/tutorials/tutorial)
Introduces DVC step-by-step, - while additionally explaining in great detail the motivation and what's - happening internally. +- [Comprehensive Tutorial](/docs/tutorials/tutorial)
Introduces DVC + step-by-step, while additionally explaining in great detail the motivation and + what's happening internally. - [Community Tutorials](/docs/tutorials/community)
Blog posts from the community which show how they use DVC in their ML scenarios.