Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dacbd/studio-multi-pipeline-models
https://github.com/dacbd/studio-multi-pipeline-models
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dacbd/studio-multi-pipeline-models
- Owner: dacbd
- Created: 2023-09-27T22:30:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T07:35:38.000Z (about 1 year ago)
- Last Synced: 2024-10-11T12:02:36.260Z (about 1 month ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
```
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```# Run
```
dvc exp run -R pipelines/type_a/x
dvc exp run -R pipelines/type_a/y
dvc exp run -R pipelines/type_a/z```
### test
5