Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cases: add custom meta title and meta description to (data versioning tutorial) [SEO] #1856

Merged
merged 5 commits into from
Oct 22, 2020
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
---
title: 'Tutorial: Data & Model Versioning'
jorgeorpinel marked this conversation as resolved.
Show resolved Hide resolved
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
jorgeorpinel marked this conversation as resolved.
Show resolved Hide resolved

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.
Expand Down