Skip to content

Commit

Permalink
Merge pull request #756 from TobiRoby/patch-1
Browse files Browse the repository at this point in the history
Update metrics.md
  • Loading branch information
jorgeorpinel authored Oct 29, 2019
2 parents c8cbd6a + 86b2006 commit 2e3dc0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions static/docs/get-started/metrics.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Experiment Metrics

The last stage we would like to add to our pipeline is its the evaluation. Data
science is a metric-driven R&D-like process and `dvc metrics` commands along
with DVC metric files provide a framework to capture and compare experiments
performance. It doesn't require installing any databases or instrumenting your
code to use some API, all is tracked by Git and is stored in Git or DVC remote
storage:
Finally, we'd like to add an evaluation stage to our
[pipeline](/doc/command-reference/pipeline). Data science is a metric-driven
R&D-like process and `dvc metrics` commands along with DVC metric files provide
a framework to capture and compare experiments performance. It doesn't require
installing any databases or instrumenting your code to use some API, all is
tracked by Git and is stored in Git or DVC remote storage:

```dvc
$ dvc run -f evaluate.dvc \
Expand Down

0 comments on commit 2e3dc0a

Please sign in to comment.