Replies: 2 comments 3 replies
This comment has been hidden.
This comment has been hidden.
|
What we will need then is a wrapper for the DVC git interface. So perhaps a bigger question is do you put this in PyTrack and have us call it from MLSuite? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
What should the project class be able to do for us, regarding the DVC interface?
Currently the Project class supports
Because we want users to be able to use MLSuite without knowing about GIT or DVC we need more methods to interface.
We should think about how we want to use
dvc exp rundvc reprodvc exp branch, ... in MLSuite.What functionality is crucial and currently missing and not listed above?
If generalizable most of this should be implemented in PyTrack not in MLSuite. But because PyTrack can not be used directly I created the discussion here.
All reactions