From b4e4b091b88ad3bc24439cae640f96ac3c3c271f Mon Sep 17 00:00:00 2001 From: jeremydesroches <18587991+jeremydesroches@users.noreply.github.com> Date: Mon, 12 Oct 2020 12:08:21 +0300 Subject: [PATCH 1/5] Add front matter title and description to data versioning tutorial. --- .../use-cases/versioning-data-and-model-files/tutorial.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/docs/use-cases/versioning-data-and-model-files/tutorial.md b/content/docs/use-cases/versioning-data-and-model-files/tutorial.md index 44588ad577..1fd2b93b81 100644 --- a/content/docs/use-cases/versioning-data-and-model-files/tutorial.md +++ b/content/docs/use-cases/versioning-data-and-model-files/tutorial.md @@ -1,3 +1,9 @@ +--- +title: 'Tutorial: Data & Model Versioning' +description: | + Get experience with data versioning in a basic machine learning version control scenario: managing multiple datasets and ML model versions using DVC commands. +--- + # Tutorial: Data & Model Versioning The goal of this example is to give you some hands-on experience with a basic From 58e09776a5d3638a17dcf1081aad3f8044ffb907 Mon Sep 17 00:00:00 2001 From: jeremydesroches <18587991+jeremydesroches@users.noreply.github.com> Date: Tue, 13 Oct 2020 09:41:17 +0300 Subject: [PATCH 2/5] Reflow frontmatter description to 80 characters. --- .../use-cases/versioning-data-and-model-files/tutorial.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/docs/use-cases/versioning-data-and-model-files/tutorial.md b/content/docs/use-cases/versioning-data-and-model-files/tutorial.md index 1fd2b93b81..75fd7dd757 100644 --- a/content/docs/use-cases/versioning-data-and-model-files/tutorial.md +++ b/content/docs/use-cases/versioning-data-and-model-files/tutorial.md @@ -1,7 +1,8 @@ --- title: 'Tutorial: Data & Model Versioning' -description: | - Get experience with data versioning in a basic machine learning version control scenario: managing multiple datasets and ML model versions using DVC commands. +description: 'Get experience with data versioning in a basic machine learning +version control scenario: managing multiple datasets and ML model versions using +DVC commands.' --- # Tutorial: Data & Model Versioning From ca08936926952ef686891e55b4c967032fe6330a Mon Sep 17 00:00:00 2001 From: jeremydesroches <18587991+jeremydesroches@users.noreply.github.com> Date: Sun, 18 Oct 2020 18:31:55 +0300 Subject: [PATCH 3/5] Remove duplicate terms for clarity and match body to meta description. --- .../use-cases/versioning-data-and-model-files/tutorial.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/use-cases/versioning-data-and-model-files/tutorial.md b/content/docs/use-cases/versioning-data-and-model-files/tutorial.md index 75fd7dd757..d45e94a23d 100644 --- a/content/docs/use-cases/versioning-data-and-model-files/tutorial.md +++ b/content/docs/use-cases/versioning-data-and-model-files/tutorial.md @@ -1,15 +1,15 @@ --- title: 'Tutorial: Data & Model Versioning' -description: 'Get experience with data versioning in a basic machine learning -version control scenario: managing multiple datasets and ML model versions using -DVC commands.' +description: 'Get hands-on experience with data versioning in a basic machine +learning version control scenario: managing multiple datasets and ML models +using DVC.' --- # Tutorial: Data & Model Versioning The goal of this example is to give you some hands-on experience with a basic machine learning version control scenario: managing multiple datasets and ML -model versions using DVC commands. We'll work with a +models using DVC. We'll work with a [tutorial](https://blog.keras.io/building-powerful-image-classification-models-using-very-little-data.html) that [François Chollet](https://twitter.com/fchollet) put together to show how to build a powerful image classifier using a pretty small dataset. From e23c5237cacd32d3e7ea5999c9b37f5844939f4b Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Thu, 22 Oct 2020 17:39:13 -0500 Subject: [PATCH 4/5] Update content/docs/use-cases/versioning-data-and-model-files/tutorial.md --- .../docs/use-cases/versioning-data-and-model-files/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/use-cases/versioning-data-and-model-files/tutorial.md b/content/docs/use-cases/versioning-data-and-model-files/tutorial.md index d45e94a23d..7c58fb35f3 100644 --- a/content/docs/use-cases/versioning-data-and-model-files/tutorial.md +++ b/content/docs/use-cases/versioning-data-and-model-files/tutorial.md @@ -1,5 +1,5 @@ --- -title: 'Tutorial: Data & Model Versioning' +title: 'Data and Model Versioning Tutorial' description: 'Get hands-on experience with data versioning in a basic machine learning version control scenario: managing multiple datasets and ML models using DVC.' From cb70c227315b7fb068d4627257a2b3f08e45f1d1 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Thu, 22 Oct 2020 17:39:37 -0500 Subject: [PATCH 5/5] Update content/docs/use-cases/versioning-data-and-model-files/tutorial.md --- .../docs/use-cases/versioning-data-and-model-files/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/use-cases/versioning-data-and-model-files/tutorial.md b/content/docs/use-cases/versioning-data-and-model-files/tutorial.md index 7c58fb35f3..745658c58b 100644 --- a/content/docs/use-cases/versioning-data-and-model-files/tutorial.md +++ b/content/docs/use-cases/versioning-data-and-model-files/tutorial.md @@ -5,7 +5,7 @@ learning version control scenario: managing multiple datasets and ML models using DVC.' --- -# Tutorial: Data & Model Versioning +# Data and Model Versioning Tutorial The goal of this example is to give you some hands-on experience with a basic machine learning version control scenario: managing multiple datasets and ML