Skip to content

Commit

Permalink
start: add index for Exp Mgmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Sep 27, 2022
1 parent 6b3f209 commit 9d7bc7e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
{
"slug": "experiment-management",
"source": false,
"source": "experiment-management/index.md",
"children": ["experiments", "visualization"]
}
]
Expand Down
4 changes: 4 additions & 0 deletions content/docs/start/data-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ We can also build and version pipelines to capture our data workflows stage by
stage, from raw data and its pre-processing, through feature engineering and ML
model training, and up to evaluation (performance metrics), visualization, or
other post-processing.

## How to use the Get Started

...
17 changes: 17 additions & 0 deletions content/docs/start/experiment-management/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: 'Get Started: Experiment Management'
description:
'Get started with experiment management and visualization in DVC, without
bloating Git history.'
---

# Get Started: Experiment Management

Let's look at DVC's features from the perspective of machine learning experiment
management. This includes bootstrapping, running and queueing experiments
(possibly in parallel), as well as visually comparing the results to commit the
best ones to Git.

## How to use the Get Started

...
2 changes: 1 addition & 1 deletion redirects-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"^/doc/start/data-and-model-access(/.*)?$ /doc/start/data-management/data-and-model-access 302",
"^/doc/start/data-pipelines(/.*)?$ /doc/start/data-management/data-pipelines 302",
"^/doc/start/metrics-parameters-plots(/.*)?$ /doc/start/data-management/metrics-parameters-plots 302",
"^/doc/start/experiments$ /doc/start/experiment-management/experiments 302",
"^/doc/start/experiments$ /doc/start/experiment-management 302",
"^/doc/start/experiments/visualization$ /doc/start/experiment-management/visualization 302",
"^/doc/tutorial(/.*)?$ /doc/start",
"^/doc/tutorials(/.*)? /doc/start",
Expand Down

0 comments on commit 9d7bc7e

Please sign in to comment.