A temporal dependency occurs when developers change two or more files at the same time (i.e. they are a part of the same commit).
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
containers/batch_transform/resources/evaluate.py pipelines/byoc_pipeline.py |
1 | 1 (100%) | 2 (50%) | 2022-01-05 |
containers/serving/resources/predict.py pipelines/byoc_pipeline.py |
1 | 1 (100%) | 2 (50%) | 2022-01-05 |
containers/serving/resources/predict.py containers/batch_transform/resources/evaluate.py |
1 | 1 (100%) | 1 (100%) | 2022-01-05 |
containers/serving/resources/serve.py pipelines/byoc_pipeline.py |
1 | 1 (100%) | 2 (50%) | 2022-01-05 |
containers/serving/resources/serve.py containers/batch_transform/resources/evaluate.py |
1 | 1 (100%) | 1 (100%) | 2022-01-05 |
containers/serving/resources/serve.py containers/serving/resources/predict.py |
1 | 1 (100%) | 1 (100%) | 2022-01-05 |
containers/serving/resources/wsgi.py pipelines/byoc_pipeline.py |
1 | 1 (100%) | 2 (50%) | 2022-01-05 |
containers/serving/resources/wsgi.py containers/batch_transform/resources/evaluate.py |
1 | 1 (100%) | 1 (100%) | 2022-01-05 |
containers/serving/resources/wsgi.py containers/serving/resources/predict.py |
1 | 1 (100%) | 1 (100%) | 2022-01-05 |
containers/serving/resources/wsgi.py containers/serving/resources/serve.py |
1 | 1 (100%) | 1 (100%) | 2022-01-05 |
containers/training/resources/train.py pipelines/byoc_pipeline.py |
1 | 1 (100%) | 2 (50%) | 2022-01-05 |
containers/training/resources/train.py containers/batch_transform/resources/evaluate.py |
1 | 1 (100%) | 1 (100%) | 2022-01-05 |
containers/training/resources/train.py containers/serving/resources/predict.py |
1 | 1 (100%) | 1 (100%) | 2022-01-05 |
containers/training/resources/train.py containers/serving/resources/serve.py |
1 | 1 (100%) | 1 (100%) | 2022-01-05 |
containers/training/resources/train.py containers/serving/resources/wsgi.py |
1 | 1 (100%) | 1 (100%) | 2022-01-05 |
pipelines/__init__.py pipelines/byoc_pipeline.py |
1 | 1 (100%) | 2 (50%) | 2022-01-05 |
pipelines/__init__.py containers/batch_transform/resources/evaluate.py |
1 | 1 (100%) | 1 (100%) | 2022-01-05 |
pipelines/__init__.py containers/serving/resources/predict.py |
1 | 1 (100%) | 1 (100%) | 2022-01-05 |
pipelines/__init__.py containers/serving/resources/serve.py |
1 | 1 (100%) | 1 (100%) | 2022-01-05 |
pipelines/__init__.py containers/serving/resources/wsgi.py |
1 | 1 (100%) | 1 (100%) | 2022-01-05 |