Hacker News new | ask | show | jobs
by thecellardoor 2090 days ago
Looks really interesting! How do you connect the data and models in my project to the code, so you know what to merge?

Also, any way to easily connect to an existing project on GitHub/GitLab?

1 comments

Great questions. The data and models are managed via DVC, and shown as an integrated part of the project. This means that you manage the data & model versions in Git, and the files themselves in your preferred storage.

You can currently connect an existing repository by entering its address (and the appropriate auth if necessary). We plan to add a tighter GitHub integration very soon!