https://github.com/iterative/example-get-started-gdrive-private-fixture
Fixture to test GDrive credentials. Metrics and plots are stored in GDrive private storage.
https://github.com/iterative/example-get-started-gdrive-private-fixture
dvc fixture studio test testing
Last synced: 11 months ago
JSON representation
Fixture to test GDrive credentials. Metrics and plots are stored in GDrive private storage.
- Host: GitHub
- URL: https://github.com/iterative/example-get-started-gdrive-private-fixture
- Owner: iterative
- Created: 2020-07-22T04:39:45.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T19:28:03.000Z (over 2 years ago)
- Last Synced: 2025-08-10T02:44:09.373Z (11 months ago)
- Topics: dvc, fixture, studio, test, testing
- Language: Python
- Homepage: https://www.notion.so/iterative/Test-and-fixture-repositories-379121ff28224a01bfdd2c218bb6c306
- Size: 10.7 KB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [DVC Studio](https://studio.iterative.ai) testing (fixture) repository.
## `/` config
```bash
OPT_BRANCHES='false'
OPT_DVC_TRACKED_METRICS='true'
OPT_INIT_DVC='true'
OPT_INIT_GIT='true'
OPT_MODEL_NAME='text-classification'
OPT_NON_DVC='false'
OPT_REGISTER_MODELS='false'
OPT_REMOTE='private-gdrive'
OPT_SQUASH_COMMITS='false'
OPT_SUBDIR=''
OPT_TAGS='false'
OPT_TAG_MODELS='true'
OPT_TESTING_REPO='true'
```