-
Notifications
You must be signed in to change notification settings - Fork 394
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
Absorbing Understanding DVC #1320
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
# User Guide | ||
|
||
Data Version Control, or DVC, is **a new type of experiment management | ||
software** that has been built **on top of the existing engineering toolset that | ||
you're already used to**, and particularly on a source code version control | ||
system (currently Git). DVC reduces the gap between existing tools and data | ||
science needs, allowing users to take advantage of experiment management | ||
software while reusing existing skills and intuition. | ||
|
||
The underlying source code control system eliminates the need to use external | ||
services. Data science experiment sharing and collaboration can be done through | ||
regular Git tools (commit messages, merges, pull requests, etc) the same way it | ||
works for software engineers. | ||
|
||
DVC implements a **Git experimentation methodology** where each experiment | ||
exists with its code as well as data, and can be represented as a separate Git | ||
branch or commit. | ||
|
||
Comment on lines
+3
to
+18
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here (copy-pasted from content/docs/understanding-dvc/what-is-dvc.md) |
||
Our guides describe the main DVC concepts and features comprehensively, | ||
explaining when and how to use them, as well as connections between them. These | ||
guides don't focus on specific scenarios, but have a general scope – like a user | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see this was copied verbatim from content/docs/understanding-dvc/collaboration-issues.md. It may be a good first step but this task (#425) needs a longer process of understanding the content we're absorbing, and adapting it to its new context. Some of this wording may be repetitive for example, not sure. But I'm almost positive it won't work to just copy-paste it. Please try reading it in its new context.