Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dacbd/studio-multi-pipeline-models


https://github.com/dacbd/studio-multi-pipeline-models

Last synced: 21 days ago
JSON representation

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