Last active
September 19, 2020 08:28
-
-
Save ntakouris/be9ce5f2480e4f781e3711ddf722a53d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$project-name/ml/pipelines/ | |
├── __init__.py | |
├── data | |
├── util | |
│ ├── __init__.py | |
│ ├── input_fn_utils.py | |
│ └── model_utils.py | |
├── kfp_runner.py | |
├── local_beam_dag_runner.py | |
├── model_utils.py | |
├── pipeline.py | |
├── cli.py | |
└── $pipeline-name | |
├── __init__.py | |
├── constants.py | |
├── model.py | |
└── training.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment