-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
700 additions
and
500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: 'Get Started: Model Management' | ||
description: | ||
'Get started with DVC model management. Use the DVC model registry to manage | ||
the lifecycle of your models in an auditable way. Easily access your models | ||
and integrate your model registry actions into CICD pipelines to follow GitOps | ||
best practices.' | ||
--- | ||
|
||
# Get Started: Model Management | ||
|
||
## Chapters | ||
|
||
- **[Model registry]** - Set up a git-based model registry with DVC to track and | ||
manage models, their versions and lifecycle stages. | ||
|
||
- **[Using and deploying models]** - Easily download your models from the model | ||
registry. Set up your CICD pipelines to be trigger by model registry actions | ||
(such as assigning model stages) and deploy models directly form the model | ||
registry. | ||
|
||
[model registry]: /doc/start/model-management/model-registry | ||
[Using and deploying models]: /doc/start/model-management/model-cicd | ||
|
||
<admon type="tip"> | ||
|
||
These are captured in our [example-get-started-experiments] repo (you can [fork | ||
it][example-get-started-experiments-fork] to follow along). | ||
|
||
[example-get-started-experiments]: | ||
https://github.com/iterative/example-get-started-experiments | ||
[example-get-started-experiments-fork]: | ||
https://github.com/iterative/example-get-started-experiments/fork | ||
|
||
</admon> | ||
|
||
## Where To Go Next | ||
|
||
Pick a page from the list above, the left-side navigation bar, or just click | ||
`NEXT` below! | ||
|
||
Click [here](/doc/start/) to jump back to the Get Started landing page. |
Oops, something went wrong.