Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Last active September 19, 2020 08:28
Show Gist options
  • Save ntakouris/be9ce5f2480e4f781e3711ddf722a53d to your computer and use it in GitHub Desktop.
Save ntakouris/be9ce5f2480e4f781e3711ddf722a53d to your computer and use it in GitHub Desktop.
$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