Ivan Shcheklein
Ivan Shcheklein
Related, but should be improved - https://github.com/gsuitedevs/PyDrive/pull/157 . See auth tests for an example how we use service account by setting up a proper yaml file.
More info here https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html
V3 has nice features like an ability to fetch only the fields in JSON that you need. Related not tested attempts to migrate: https://github.com/joapuiib/PyDrive/commit/ab843891709dac941dc69579eb132e4897206fdc
- [ ] if `filename` is passed make sure that we always close it (`open` happens on our end). Related - https://github.com/gsuitedevs/PyDrive/pull/144. - [ ] create an alternative `SetContent` to...
See iterative/dvc project - it has an example.
Converting to MLEM.ai for saving, loading, and deploying the model.
Get project, uncommit or just copy all files to a new dir and initialize DVC there. Run experiments via CLI. Try to see them in the extension. For me experiments...
This depends on https://github.com/iterative/dvc/issues/7692 [Figma specs](https://www.figma.com/file/CycOpuUFNMum7TgUgEPiJu/Errors?node-id=1206%3A40780) ### Motivation 1. Will be missing data for a specific experiment within one of the plots. This will be most apparent in the comparison...
We need to help users manage stages, metrics, models, params within the editor.
Since both product deal with experiments it's not immediately clear what's the difference is and when each of them should be used + we could have an extra mention of...