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).
No file pairs changed together.
No temporal cross-component dependencies found.
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
03_train_model/source_dir/training.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
1 | 4 (25%) | 3 (33%) | 2021-11-08 |
03_train_model/source_dir/training_debug.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
1 | 4 (25%) | 3 (33%) | 2021-11-08 |
03_train_model/source_dir/training_debug.py 03_train_model/source_dir/training.py |
1 | 4 (25%) | 4 (25%) | 2021-11-08 |
04_deploy_model/sklearn_source_dir/inference.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
1 | 3 (33%) | 3 (33%) | 2021-11-08 |
04_deploy_model/sklearn_source_dir/inference.py 03_train_model/source_dir/training.py |
1 | 3 (33%) | 4 (25%) | 2021-11-08 |
04_deploy_model/sklearn_source_dir/inference.py 03_train_model/source_dir/training_debug.py |
1 | 3 (33%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
1 | 2 (50%) | 3 (33%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py 03_train_model/source_dir/training.py |
1 | 2 (50%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py 03_train_model/source_dir/training_debug.py |
1 | 2 (50%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py 04_deploy_model/sklearn_source_dir/inference.py |
1 | 2 (50%) | 3 (33%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
1 | 2 (50%) | 3 (33%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 03_train_model/source_dir/training.py |
1 | 2 (50%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 03_train_model/source_dir/training_debug.py |
1 | 2 (50%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 04_deploy_model/sklearn_source_dir/inference.py |
1 | 2 (50%) | 3 (33%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py |
1 | 2 (50%) | 2 (50%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/train/train.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
1 | 2 (50%) | 3 (33%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/train/train.py 03_train_model/source_dir/training.py |
1 | 2 (50%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/train/train.py 03_train_model/source_dir/training_debug.py |
1 | 2 (50%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/train/train.py 04_deploy_model/sklearn_source_dir/inference.py |
1 | 2 (50%) | 3 (33%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/train/train.py 08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py |
1 | 2 (50%) | 2 (50%) | 2021-11-08 |
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py |
2 | 2 (100%) | 2 (100%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/train/train.py 08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py |
2 | 2 (100%) | 2 (100%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/train/train.py 08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py |
2 | 2 (100%) | 2 (100%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/workflow.py 08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py |
2 | 3 (66%) | 2 (100%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/workflow.py 08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py |
2 | 3 (66%) | 2 (100%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/workflow.py 08_projects/modelbuild/pipelines/endtoendmlsm/train/train.py |
2 | 3 (66%) | 2 (100%) | 2021-11-08 |
03_train_model/source_dir/training.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
1 | 4 (25%) | 3 (33%) | 2021-11-08 |
03_train_model/source_dir/training_debug.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
1 | 4 (25%) | 3 (33%) | 2021-11-08 |
03_train_model/source_dir/training_debug.py 03_train_model/source_dir/training.py |
1 | 4 (25%) | 4 (25%) | 2021-11-08 |
04_deploy_model/sklearn_source_dir/inference.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
1 | 3 (33%) | 3 (33%) | 2021-11-08 |
04_deploy_model/sklearn_source_dir/inference.py 03_train_model/source_dir/training.py |
1 | 3 (33%) | 4 (25%) | 2021-11-08 |
04_deploy_model/sklearn_source_dir/inference.py 03_train_model/source_dir/training_debug.py |
1 | 3 (33%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
1 | 2 (50%) | 3 (33%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py 03_train_model/source_dir/training.py |
1 | 2 (50%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py 03_train_model/source_dir/training_debug.py |
1 | 2 (50%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py 04_deploy_model/sklearn_source_dir/inference.py |
1 | 2 (50%) | 3 (33%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
1 | 2 (50%) | 3 (33%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 03_train_model/source_dir/training.py |
1 | 2 (50%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 03_train_model/source_dir/training_debug.py |
1 | 2 (50%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 04_deploy_model/sklearn_source_dir/inference.py |
1 | 2 (50%) | 3 (33%) | 2021-11-08 |
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
03_train_model/source_dir/training_debug.py 03_train_model/source_dir/training.py |
3 | 4 (75%) | 4 (75%) | 2021-11-08 |
03_train_model/source_dir/training.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
2 | 4 (50%) | 3 (66%) | 2021-11-08 |
03_train_model/source_dir/training_debug.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
2 | 4 (50%) | 3 (66%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py |
2 | 2 (100%) | 2 (100%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/train/train.py 08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py |
2 | 2 (100%) | 2 (100%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/train/train.py 08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py |
2 | 2 (100%) | 2 (100%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/workflow.py 08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py |
2 | 3 (66%) | 2 (100%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/workflow.py 08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py |
2 | 3 (66%) | 2 (100%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/workflow.py 08_projects/modelbuild/pipelines/endtoendmlsm/train/train.py |
2 | 3 (66%) | 2 (100%) | 2021-11-08 |
04_deploy_model/sklearn_source_dir/inference.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
1 | 3 (33%) | 3 (33%) | 2021-11-08 |
04_deploy_model/sklearn_source_dir/inference.py 03_train_model/source_dir/training.py |
1 | 3 (33%) | 4 (25%) | 2021-11-08 |
04_deploy_model/sklearn_source_dir/inference.py 03_train_model/source_dir/training_debug.py |
1 | 3 (33%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
1 | 2 (50%) | 3 (33%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py 03_train_model/source_dir/training.py |
1 | 2 (50%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py 03_train_model/source_dir/training_debug.py |
1 | 2 (50%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/dataprep/preprocess.py 04_deploy_model/sklearn_source_dir/inference.py |
1 | 2 (50%) | 3 (33%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 02_data_exploration_and_feature_eng/source_dir/preprocessor.py |
1 | 2 (50%) | 3 (33%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 03_train_model/source_dir/training.py |
1 | 2 (50%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 03_train_model/source_dir/training_debug.py |
1 | 2 (50%) | 4 (25%) | 2021-11-08 |
08_projects/modelbuild/pipelines/endtoendmlsm/deploy/sklearn/inference.py 04_deploy_model/sklearn_source_dir/inference.py |
1 | 2 (50%) | 3 (33%) | 2021-11-08 |