churnkit 0.75.0a2__py3-none-any.whl → 0.75.1a1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/00_start_here.ipynb +72 -72
  2. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01_data_discovery.ipynb +134 -134
  3. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01a_temporal_deep_dive.ipynb +207 -207
  4. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01b_temporal_quality.ipynb +109 -109
  5. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01c_temporal_patterns.ipynb +283 -283
  6. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01d_event_aggregation.ipynb +145 -145
  7. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/02_column_deep_dive.ipynb +126 -126
  8. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/03_quality_assessment.ipynb +149 -149
  9. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/04_relationship_analysis.ipynb +172 -172
  10. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/05_multi_dataset.ipynb +130 -130
  11. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/06_feature_opportunities.ipynb +163 -163
  12. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/07_modeling_readiness.ipynb +99 -99
  13. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/08_baseline_experiments.ipynb +126 -126
  14. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/09_business_alignment.ipynb +89 -89
  15. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/10_spec_generation.ipynb +132 -132
  16. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/11_scoring_validation.ipynb +197 -197
  17. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/12_view_documentation.ipynb +27 -27
  18. {churnkit-0.75.0a2.dist-info → churnkit-0.75.1a1.dist-info}/METADATA +2 -2
  19. {churnkit-0.75.0a2.dist-info → churnkit-0.75.1a1.dist-info}/RECORD +46 -46
  20. customer_retention/__init__.py +1 -1
  21. customer_retention/analysis/business/fairness_analyzer.py +2 -2
  22. customer_retention/analysis/diagnostics/segment_analyzer.py +3 -3
  23. customer_retention/analysis/interpretability/cohort_analyzer.py +4 -4
  24. customer_retention/core/compat/__init__.py +20 -0
  25. customer_retention/generators/notebook_generator/project_init.py +25 -7
  26. customer_retention/stages/features/behavioral_features.py +3 -3
  27. customer_retention/stages/features/customer_segmentation.py +10 -10
  28. customer_retention/stages/features/feature_selector.py +2 -2
  29. customer_retention/stages/profiling/relationship_recommender.py +2 -2
  30. customer_retention/stages/profiling/temporal_feature_analyzer.py +3 -3
  31. customer_retention/stages/profiling/temporal_pattern_analyzer.py +10 -10
  32. customer_retention/stages/profiling/temporal_quality_checks.py +6 -6
  33. customer_retention/stages/profiling/time_series_profiler.py +13 -7
  34. customer_retention/stages/profiling/time_window_aggregator.py +22 -15
  35. customer_retention/stages/transformation/categorical_encoder.py +2 -2
  36. customer_retention/stages/transformation/pipeline.py +2 -2
  37. customer_retention/stages/validation/data_quality_gate.py +5 -5
  38. customer_retention/stages/validation/data_validators.py +3 -3
  39. customer_retention/stages/validation/leakage_gate.py +4 -4
  40. customer_retention/stages/validation/timeseries_detector.py +6 -6
  41. customer_retention/transforms/ops.py +2 -2
  42. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01a_a_temporal_text_deep_dive.ipynb +0 -0
  43. {churnkit-0.75.0a2.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/02a_text_columns_deep_dive.ipynb +0 -0
  44. {churnkit-0.75.0a2.dist-info → churnkit-0.75.1a1.dist-info}/WHEEL +0 -0
  45. {churnkit-0.75.0a2.dist-info → churnkit-0.75.1a1.dist-info}/entry_points.txt +0 -0
  46. {churnkit-0.75.0a2.dist-info → churnkit-0.75.1a1.dist-info}/licenses/LICENSE +0 -0
@@ -5,10 +5,10 @@
5
5
  "id": "1356bd5c",
6
6
  "metadata": {
7
7
  "papermill": {
8
- "duration": 0.003424,
9
- "end_time": "2026-02-02T13:03:14.230161",
8
+ "duration": 0.008632,
9
+ "end_time": "2026-02-03T01:47:03.407368",
10
10
  "exception": false,
11
- "start_time": "2026-02-02T13:03:14.226737",
11
+ "start_time": "2026-02-03T01:47:03.398736",
12
12
  "status": "completed"
13
13
  },
14
14
  "tags": []
@@ -47,10 +47,10 @@
47
47
  "id": "49fb8d17",
48
48
  "metadata": {
49
49
  "papermill": {
50
- "duration": 0.002426,
51
- "end_time": "2026-02-02T13:03:14.235498",
50
+ "duration": 0.008114,
51
+ "end_time": "2026-02-03T01:47:03.423846",
52
52
  "exception": false,
53
- "start_time": "2026-02-02T13:03:14.233072",
53
+ "start_time": "2026-02-03T01:47:03.415732",
54
54
  "status": "completed"
55
55
  },
56
56
  "tags": []
@@ -65,16 +65,16 @@
65
65
  "id": "dfe28e7e",
66
66
  "metadata": {
67
67
  "execution": {
68
- "iopub.execute_input": "2026-02-02T13:03:14.242119Z",
69
- "iopub.status.busy": "2026-02-02T13:03:14.241998Z",
70
- "iopub.status.idle": "2026-02-02T13:03:16.097606Z",
71
- "shell.execute_reply": "2026-02-02T13:03:16.096428Z"
68
+ "iopub.execute_input": "2026-02-03T01:47:03.440194Z",
69
+ "iopub.status.busy": "2026-02-03T01:47:03.440068Z",
70
+ "iopub.status.idle": "2026-02-03T01:47:05.894342Z",
71
+ "shell.execute_reply": "2026-02-03T01:47:05.893734Z"
72
72
  },
73
73
  "papermill": {
74
- "duration": 1.860233,
75
- "end_time": "2026-02-02T13:03:16.098514",
74
+ "duration": 2.463803,
75
+ "end_time": "2026-02-03T01:47:05.895590",
76
76
  "exception": false,
77
- "start_time": "2026-02-02T13:03:14.238281",
77
+ "start_time": "2026-02-03T01:47:03.431787",
78
78
  "status": "completed"
79
79
  },
80
80
  "tags": []
@@ -105,16 +105,16 @@
105
105
  "id": "c7bcf647",
106
106
  "metadata": {
107
107
  "execution": {
108
- "iopub.execute_input": "2026-02-02T13:03:16.105397Z",
109
- "iopub.status.busy": "2026-02-02T13:03:16.105257Z",
110
- "iopub.status.idle": "2026-02-02T13:03:16.457751Z",
111
- "shell.execute_reply": "2026-02-02T13:03:16.457003Z"
108
+ "iopub.execute_input": "2026-02-03T01:47:05.913342Z",
109
+ "iopub.status.busy": "2026-02-03T01:47:05.913195Z",
110
+ "iopub.status.idle": "2026-02-03T01:47:06.306920Z",
111
+ "shell.execute_reply": "2026-02-03T01:47:06.306383Z"
112
112
  },
113
113
  "papermill": {
114
- "duration": 0.356824,
115
- "end_time": "2026-02-02T13:03:16.458495",
114
+ "duration": 0.4043,
115
+ "end_time": "2026-02-03T01:47:06.307692",
116
116
  "exception": false,
117
- "start_time": "2026-02-02T13:03:16.101671",
117
+ "start_time": "2026-02-03T01:47:05.903392",
118
118
  "status": "completed"
119
119
  },
120
120
  "tags": []
@@ -198,10 +198,10 @@
198
198
  "id": "f177a41d",
199
199
  "metadata": {
200
200
  "papermill": {
201
- "duration": 0.012025,
202
- "end_time": "2026-02-02T13:03:16.475847",
201
+ "duration": 0.009265,
202
+ "end_time": "2026-02-03T01:47:06.325573",
203
203
  "exception": false,
204
- "start_time": "2026-02-02T13:03:16.463822",
204
+ "start_time": "2026-02-03T01:47:06.316308",
205
205
  "status": "completed"
206
206
  },
207
207
  "tags": []
@@ -226,16 +226,16 @@
226
226
  "id": "138a85ed",
227
227
  "metadata": {
228
228
  "execution": {
229
- "iopub.execute_input": "2026-02-02T13:03:16.487009Z",
230
- "iopub.status.busy": "2026-02-02T13:03:16.486891Z",
231
- "iopub.status.idle": "2026-02-02T13:03:16.531590Z",
232
- "shell.execute_reply": "2026-02-02T13:03:16.531151Z"
229
+ "iopub.execute_input": "2026-02-03T01:47:06.343497Z",
230
+ "iopub.status.busy": "2026-02-03T01:47:06.343365Z",
231
+ "iopub.status.idle": "2026-02-03T01:47:06.414943Z",
232
+ "shell.execute_reply": "2026-02-03T01:47:06.402891Z"
233
233
  },
234
234
  "papermill": {
235
- "duration": 0.050299,
236
- "end_time": "2026-02-02T13:03:16.532166",
235
+ "duration": 0.08224,
236
+ "end_time": "2026-02-03T01:47:06.416203",
237
237
  "exception": false,
238
- "start_time": "2026-02-02T13:03:16.481867",
238
+ "start_time": "2026-02-03T01:47:06.333963",
239
239
  "status": "completed"
240
240
  },
241
241
  "tags": []
@@ -266,10 +266,10 @@
266
266
  "id": "67f09eb5",
267
267
  "metadata": {
268
268
  "papermill": {
269
- "duration": 0.004406,
270
- "end_time": "2026-02-02T13:03:16.541516",
269
+ "duration": 0.019325,
270
+ "end_time": "2026-02-03T01:47:06.452969",
271
271
  "exception": false,
272
- "start_time": "2026-02-02T13:03:16.537110",
272
+ "start_time": "2026-02-03T01:47:06.433644",
273
273
  "status": "completed"
274
274
  },
275
275
  "tags": []
@@ -284,16 +284,16 @@
284
284
  "id": "eec4069c",
285
285
  "metadata": {
286
286
  "execution": {
287
- "iopub.execute_input": "2026-02-02T13:03:16.551293Z",
288
- "iopub.status.busy": "2026-02-02T13:03:16.551148Z",
289
- "iopub.status.idle": "2026-02-02T13:03:16.600981Z",
290
- "shell.execute_reply": "2026-02-02T13:03:16.600205Z"
287
+ "iopub.execute_input": "2026-02-03T01:47:06.485993Z",
288
+ "iopub.status.busy": "2026-02-03T01:47:06.485837Z",
289
+ "iopub.status.idle": "2026-02-03T01:47:06.546594Z",
290
+ "shell.execute_reply": "2026-02-03T01:47:06.545500Z"
291
291
  },
292
292
  "papermill": {
293
- "duration": 0.056391,
294
- "end_time": "2026-02-02T13:03:16.602593",
293
+ "duration": 0.078652,
294
+ "end_time": "2026-02-03T01:47:06.547829",
295
295
  "exception": false,
296
- "start_time": "2026-02-02T13:03:16.546202",
296
+ "start_time": "2026-02-03T01:47:06.469177",
297
297
  "status": "completed"
298
298
  },
299
299
  "tags": []
@@ -328,10 +328,10 @@
328
328
  "id": "3c8860b5",
329
329
  "metadata": {
330
330
  "papermill": {
331
- "duration": 0.005993,
332
- "end_time": "2026-02-02T13:03:16.613757",
331
+ "duration": 0.017703,
332
+ "end_time": "2026-02-03T01:47:06.582289",
333
333
  "exception": false,
334
- "start_time": "2026-02-02T13:03:16.607764",
334
+ "start_time": "2026-02-03T01:47:06.564586",
335
335
  "status": "completed"
336
336
  },
337
337
  "tags": []
@@ -357,16 +357,16 @@
357
357
  "id": "d65804ff",
358
358
  "metadata": {
359
359
  "execution": {
360
- "iopub.execute_input": "2026-02-02T13:03:16.625086Z",
361
- "iopub.status.busy": "2026-02-02T13:03:16.624968Z",
362
- "iopub.status.idle": "2026-02-02T13:03:16.741429Z",
363
- "shell.execute_reply": "2026-02-02T13:03:16.741097Z"
360
+ "iopub.execute_input": "2026-02-03T01:47:06.617473Z",
361
+ "iopub.status.busy": "2026-02-03T01:47:06.617300Z",
362
+ "iopub.status.idle": "2026-02-03T01:47:06.768127Z",
363
+ "shell.execute_reply": "2026-02-03T01:47:06.767661Z"
364
364
  },
365
365
  "papermill": {
366
- "duration": 0.12323,
367
- "end_time": "2026-02-02T13:03:16.742085",
366
+ "duration": 0.170103,
367
+ "end_time": "2026-02-03T01:47:06.769064",
368
368
  "exception": false,
369
- "start_time": "2026-02-02T13:03:16.618855",
369
+ "start_time": "2026-02-03T01:47:06.598961",
370
370
  "status": "completed"
371
371
  },
372
372
  "tags": []
@@ -474,10 +474,10 @@
474
474
  "id": "d6430c2f",
475
475
  "metadata": {
476
476
  "papermill": {
477
- "duration": 0.004505,
478
- "end_time": "2026-02-02T13:03:16.751786",
477
+ "duration": 0.020188,
478
+ "end_time": "2026-02-03T01:47:06.806792",
479
479
  "exception": false,
480
- "start_time": "2026-02-02T13:03:16.747281",
480
+ "start_time": "2026-02-03T01:47:06.786604",
481
481
  "status": "completed"
482
482
  },
483
483
  "tags": []
@@ -516,16 +516,16 @@
516
516
  "id": "bb7c3c73",
517
517
  "metadata": {
518
518
  "execution": {
519
- "iopub.execute_input": "2026-02-02T13:03:16.763518Z",
520
- "iopub.status.busy": "2026-02-02T13:03:16.763378Z",
521
- "iopub.status.idle": "2026-02-02T13:03:16.813650Z",
522
- "shell.execute_reply": "2026-02-02T13:03:16.812769Z"
519
+ "iopub.execute_input": "2026-02-03T01:47:06.843758Z",
520
+ "iopub.status.busy": "2026-02-03T01:47:06.843647Z",
521
+ "iopub.status.idle": "2026-02-03T01:47:06.907184Z",
522
+ "shell.execute_reply": "2026-02-03T01:47:06.906599Z"
523
523
  },
524
524
  "papermill": {
525
- "duration": 0.056916,
526
- "end_time": "2026-02-02T13:03:16.814355",
525
+ "duration": 0.081819,
526
+ "end_time": "2026-02-03T01:47:06.907918",
527
527
  "exception": false,
528
- "start_time": "2026-02-02T13:03:16.757439",
528
+ "start_time": "2026-02-03T01:47:06.826099",
529
529
  "status": "completed"
530
530
  },
531
531
  "tags": []
@@ -632,10 +632,10 @@
632
632
  "id": "b19f7661",
633
633
  "metadata": {
634
634
  "papermill": {
635
- "duration": 0.007437,
636
- "end_time": "2026-02-02T13:03:16.829786",
635
+ "duration": 0.030531,
636
+ "end_time": "2026-02-03T01:47:06.968213",
637
637
  "exception": false,
638
- "start_time": "2026-02-02T13:03:16.822349",
638
+ "start_time": "2026-02-03T01:47:06.937682",
639
639
  "status": "completed"
640
640
  },
641
641
  "tags": []
@@ -658,16 +658,16 @@
658
658
  "id": "f718d3c3",
659
659
  "metadata": {
660
660
  "execution": {
661
- "iopub.execute_input": "2026-02-02T13:03:16.845374Z",
662
- "iopub.status.busy": "2026-02-02T13:03:16.845243Z",
663
- "iopub.status.idle": "2026-02-02T13:03:16.868708Z",
664
- "shell.execute_reply": "2026-02-02T13:03:16.868210Z"
661
+ "iopub.execute_input": "2026-02-03T01:47:07.029265Z",
662
+ "iopub.status.busy": "2026-02-03T01:47:07.029128Z",
663
+ "iopub.status.idle": "2026-02-03T01:47:07.053295Z",
664
+ "shell.execute_reply": "2026-02-03T01:47:07.052666Z"
665
665
  },
666
666
  "papermill": {
667
- "duration": 0.032366,
668
- "end_time": "2026-02-02T13:03:16.869546",
667
+ "duration": 0.055705,
668
+ "end_time": "2026-02-03T01:47:07.053905",
669
669
  "exception": false,
670
- "start_time": "2026-02-02T13:03:16.837180",
670
+ "start_time": "2026-02-03T01:47:06.998200",
671
671
  "status": "completed"
672
672
  },
673
673
  "tags": []
@@ -706,10 +706,10 @@
706
706
  "id": "d41da224",
707
707
  "metadata": {
708
708
  "papermill": {
709
- "duration": 0.009731,
710
- "end_time": "2026-02-02T13:03:16.888030",
709
+ "duration": 0.038367,
710
+ "end_time": "2026-02-03T01:47:07.130087",
711
711
  "exception": false,
712
- "start_time": "2026-02-02T13:03:16.878299",
712
+ "start_time": "2026-02-03T01:47:07.091720",
713
713
  "status": "completed"
714
714
  },
715
715
  "tags": []
@@ -736,16 +736,16 @@
736
736
  "id": "e1ccb220",
737
737
  "metadata": {
738
738
  "execution": {
739
- "iopub.execute_input": "2026-02-02T13:03:16.906720Z",
740
- "iopub.status.busy": "2026-02-02T13:03:16.906590Z",
741
- "iopub.status.idle": "2026-02-02T13:03:16.957148Z",
742
- "shell.execute_reply": "2026-02-02T13:03:16.956750Z"
739
+ "iopub.execute_input": "2026-02-03T01:47:07.207298Z",
740
+ "iopub.status.busy": "2026-02-03T01:47:07.207166Z",
741
+ "iopub.status.idle": "2026-02-03T01:47:07.280267Z",
742
+ "shell.execute_reply": "2026-02-03T01:47:07.279362Z"
743
743
  },
744
744
  "papermill": {
745
- "duration": 0.061002,
746
- "end_time": "2026-02-02T13:03:16.957922",
745
+ "duration": 0.112846,
746
+ "end_time": "2026-02-03T01:47:07.281131",
747
747
  "exception": false,
748
- "start_time": "2026-02-02T13:03:16.896920",
748
+ "start_time": "2026-02-03T01:47:07.168285",
749
749
  "status": "completed"
750
750
  },
751
751
  "tags": []
@@ -862,10 +862,10 @@
862
862
  "id": "d65f086f",
863
863
  "metadata": {
864
864
  "papermill": {
865
- "duration": 0.012264,
866
- "end_time": "2026-02-02T13:03:16.982488",
865
+ "duration": 0.054648,
866
+ "end_time": "2026-02-03T01:47:07.396814",
867
867
  "exception": false,
868
- "start_time": "2026-02-02T13:03:16.970224",
868
+ "start_time": "2026-02-03T01:47:07.342166",
869
869
  "status": "completed"
870
870
  },
871
871
  "tags": []
@@ -901,16 +901,16 @@
901
901
  "id": "dd026d92",
902
902
  "metadata": {
903
903
  "execution": {
904
- "iopub.execute_input": "2026-02-02T13:03:17.008415Z",
905
- "iopub.status.busy": "2026-02-02T13:03:17.008306Z",
906
- "iopub.status.idle": "2026-02-02T13:03:17.032972Z",
907
- "shell.execute_reply": "2026-02-02T13:03:17.032460Z"
904
+ "iopub.execute_input": "2026-02-03T01:47:07.508609Z",
905
+ "iopub.status.busy": "2026-02-03T01:47:07.508451Z",
906
+ "iopub.status.idle": "2026-02-03T01:47:07.537330Z",
907
+ "shell.execute_reply": "2026-02-03T01:47:07.536850Z"
908
908
  },
909
909
  "papermill": {
910
- "duration": 0.038406,
911
- "end_time": "2026-02-02T13:03:17.033612",
910
+ "duration": 0.085462,
911
+ "end_time": "2026-02-03T01:47:07.538214",
912
912
  "exception": false,
913
- "start_time": "2026-02-02T13:03:16.995206",
913
+ "start_time": "2026-02-03T01:47:07.452752",
914
914
  "status": "completed"
915
915
  },
916
916
  "tags": []
@@ -932,10 +932,10 @@
932
932
  "id": "dc50713b",
933
933
  "metadata": {
934
934
  "papermill": {
935
- "duration": 0.013511,
936
- "end_time": "2026-02-02T13:03:17.060685",
935
+ "duration": 0.063971,
936
+ "end_time": "2026-02-03T01:47:07.667191",
937
937
  "exception": false,
938
- "start_time": "2026-02-02T13:03:17.047174",
938
+ "start_time": "2026-02-03T01:47:07.603220",
939
939
  "status": "completed"
940
940
  },
941
941
  "tags": []
@@ -969,10 +969,10 @@
969
969
  "id": "2ef5f64a",
970
970
  "metadata": {
971
971
  "papermill": {
972
- "duration": 0.013946,
973
- "end_time": "2026-02-02T13:03:17.087881",
972
+ "duration": 0.064407,
973
+ "end_time": "2026-02-03T01:47:07.794596",
974
974
  "exception": false,
975
- "start_time": "2026-02-02T13:03:17.073935",
975
+ "start_time": "2026-02-03T01:47:07.730189",
976
976
  "status": "completed"
977
977
  },
978
978
  "tags": []
@@ -1002,16 +1002,16 @@
1002
1002
  "id": "71e2d38c",
1003
1003
  "metadata": {
1004
1004
  "execution": {
1005
- "iopub.execute_input": "2026-02-02T13:03:17.116500Z",
1006
- "iopub.status.busy": "2026-02-02T13:03:17.116364Z",
1007
- "iopub.status.idle": "2026-02-02T13:03:17.123894Z",
1008
- "shell.execute_reply": "2026-02-02T13:03:17.123169Z"
1005
+ "iopub.execute_input": "2026-02-03T01:47:07.931406Z",
1006
+ "iopub.status.busy": "2026-02-03T01:47:07.931178Z",
1007
+ "iopub.status.idle": "2026-02-03T01:47:07.942494Z",
1008
+ "shell.execute_reply": "2026-02-03T01:47:07.941637Z"
1009
1009
  },
1010
1010
  "papermill": {
1011
- "duration": 0.023284,
1012
- "end_time": "2026-02-02T13:03:17.124497",
1011
+ "duration": 0.083616,
1012
+ "end_time": "2026-02-03T01:47:07.943317",
1013
1013
  "exception": false,
1014
- "start_time": "2026-02-02T13:03:17.101213",
1014
+ "start_time": "2026-02-03T01:47:07.859701",
1015
1015
  "status": "completed"
1016
1016
  },
1017
1017
  "tags": []
@@ -1163,10 +1163,10 @@
1163
1163
  "id": "e119d650",
1164
1164
  "metadata": {
1165
1165
  "papermill": {
1166
- "duration": 0.013421,
1167
- "end_time": "2026-02-02T13:03:17.151526",
1166
+ "duration": 0.064658,
1167
+ "end_time": "2026-02-03T01:47:08.071338",
1168
1168
  "exception": false,
1169
- "start_time": "2026-02-02T13:03:17.138105",
1169
+ "start_time": "2026-02-03T01:47:08.006680",
1170
1170
  "status": "completed"
1171
1171
  },
1172
1172
  "tags": []
@@ -1192,16 +1192,16 @@
1192
1192
  "id": "53cda4e0",
1193
1193
  "metadata": {
1194
1194
  "execution": {
1195
- "iopub.execute_input": "2026-02-02T13:03:17.179882Z",
1196
- "iopub.status.busy": "2026-02-02T13:03:17.179754Z",
1197
- "iopub.status.idle": "2026-02-02T13:03:17.305613Z",
1198
- "shell.execute_reply": "2026-02-02T13:03:17.305019Z"
1195
+ "iopub.execute_input": "2026-02-03T01:47:08.213278Z",
1196
+ "iopub.status.busy": "2026-02-03T01:47:08.213149Z",
1197
+ "iopub.status.idle": "2026-02-03T01:47:08.377676Z",
1198
+ "shell.execute_reply": "2026-02-03T01:47:08.376859Z"
1199
1199
  },
1200
1200
  "papermill": {
1201
- "duration": 0.141468,
1202
- "end_time": "2026-02-02T13:03:17.306177",
1201
+ "duration": 0.233653,
1202
+ "end_time": "2026-02-03T01:47:08.378428",
1203
1203
  "exception": false,
1204
- "start_time": "2026-02-02T13:03:17.164709",
1204
+ "start_time": "2026-02-03T01:47:08.144775",
1205
1205
  "status": "completed"
1206
1206
  },
1207
1207
  "tags": []
@@ -1309,10 +1309,10 @@
1309
1309
  "id": "9378cb05",
1310
1310
  "metadata": {
1311
1311
  "papermill": {
1312
- "duration": 0.013961,
1313
- "end_time": "2026-02-02T13:03:17.338912",
1312
+ "duration": 0.076594,
1313
+ "end_time": "2026-02-03T01:47:08.528342",
1314
1314
  "exception": false,
1315
- "start_time": "2026-02-02T13:03:17.324951",
1315
+ "start_time": "2026-02-03T01:47:08.451748",
1316
1316
  "status": "completed"
1317
1317
  },
1318
1318
  "tags": []
@@ -1340,16 +1340,16 @@
1340
1340
  "id": "035df8a7",
1341
1341
  "metadata": {
1342
1342
  "execution": {
1343
- "iopub.execute_input": "2026-02-02T13:03:17.367314Z",
1344
- "iopub.status.busy": "2026-02-02T13:03:17.367183Z",
1345
- "iopub.status.idle": "2026-02-02T13:03:17.376296Z",
1346
- "shell.execute_reply": "2026-02-02T13:03:17.375909Z"
1343
+ "iopub.execute_input": "2026-02-03T01:47:08.657942Z",
1344
+ "iopub.status.busy": "2026-02-03T01:47:08.657817Z",
1345
+ "iopub.status.idle": "2026-02-03T01:47:08.672171Z",
1346
+ "shell.execute_reply": "2026-02-03T01:47:08.671443Z"
1347
1347
  },
1348
1348
  "papermill": {
1349
- "duration": 0.024095,
1350
- "end_time": "2026-02-02T13:03:17.376933",
1349
+ "duration": 0.079885,
1350
+ "end_time": "2026-02-03T01:47:08.672899",
1351
1351
  "exception": false,
1352
- "start_time": "2026-02-02T13:03:17.352838",
1352
+ "start_time": "2026-02-03T01:47:08.593014",
1353
1353
  "status": "completed"
1354
1354
  },
1355
1355
  "tags": []
@@ -1407,10 +1407,10 @@
1407
1407
  "id": "79734dcf",
1408
1408
  "metadata": {
1409
1409
  "papermill": {
1410
- "duration": 0.014185,
1411
- "end_time": "2026-02-02T13:03:17.406448",
1410
+ "duration": 0.065696,
1411
+ "end_time": "2026-02-03T01:47:08.804773",
1412
1412
  "exception": false,
1413
- "start_time": "2026-02-02T13:03:17.392263",
1413
+ "start_time": "2026-02-03T01:47:08.739077",
1414
1414
  "status": "completed"
1415
1415
  },
1416
1416
  "tags": []
@@ -1448,16 +1448,16 @@
1448
1448
  "id": "6de906bd",
1449
1449
  "metadata": {
1450
1450
  "execution": {
1451
- "iopub.execute_input": "2026-02-02T13:03:17.437828Z",
1452
- "iopub.status.busy": "2026-02-02T13:03:17.437580Z",
1453
- "iopub.status.idle": "2026-02-02T13:03:17.445400Z",
1454
- "shell.execute_reply": "2026-02-02T13:03:17.444741Z"
1451
+ "iopub.execute_input": "2026-02-03T01:47:08.935320Z",
1452
+ "iopub.status.busy": "2026-02-03T01:47:08.935201Z",
1453
+ "iopub.status.idle": "2026-02-03T01:47:08.942394Z",
1454
+ "shell.execute_reply": "2026-02-03T01:47:08.941900Z"
1455
1455
  },
1456
1456
  "papermill": {
1457
- "duration": 0.024109,
1458
- "end_time": "2026-02-02T13:03:17.446105",
1457
+ "duration": 0.073919,
1458
+ "end_time": "2026-02-03T01:47:08.943358",
1459
1459
  "exception": false,
1460
- "start_time": "2026-02-02T13:03:17.421996",
1460
+ "start_time": "2026-02-03T01:47:08.869439",
1461
1461
  "status": "completed"
1462
1462
  },
1463
1463
  "tags": []
@@ -1502,10 +1502,10 @@
1502
1502
  "id": "02511dd8",
1503
1503
  "metadata": {
1504
1504
  "papermill": {
1505
- "duration": 0.014659,
1506
- "end_time": "2026-02-02T13:03:17.476454",
1505
+ "duration": 0.064534,
1506
+ "end_time": "2026-02-03T01:47:09.073009",
1507
1507
  "exception": false,
1508
- "start_time": "2026-02-02T13:03:17.461795",
1508
+ "start_time": "2026-02-03T01:47:09.008475",
1509
1509
  "status": "completed"
1510
1510
  },
1511
1511
  "tags": []
@@ -1535,16 +1535,16 @@
1535
1535
  "id": "1ece58ad",
1536
1536
  "metadata": {
1537
1537
  "execution": {
1538
- "iopub.execute_input": "2026-02-02T13:03:17.506118Z",
1539
- "iopub.status.busy": "2026-02-02T13:03:17.505993Z",
1540
- "iopub.status.idle": "2026-02-02T13:03:17.510367Z",
1541
- "shell.execute_reply": "2026-02-02T13:03:17.509634Z"
1538
+ "iopub.execute_input": "2026-02-03T01:47:09.204192Z",
1539
+ "iopub.status.busy": "2026-02-03T01:47:09.204050Z",
1540
+ "iopub.status.idle": "2026-02-03T01:47:09.208247Z",
1541
+ "shell.execute_reply": "2026-02-03T01:47:09.207671Z"
1542
1542
  },
1543
1543
  "papermill": {
1544
- "duration": 0.020016,
1545
- "end_time": "2026-02-02T13:03:17.510926",
1544
+ "duration": 0.071522,
1545
+ "end_time": "2026-02-03T01:47:09.209327",
1546
1546
  "exception": false,
1547
- "start_time": "2026-02-02T13:03:17.490910",
1547
+ "start_time": "2026-02-03T01:47:09.137805",
1548
1548
  "status": "completed"
1549
1549
  },
1550
1550
  "tags": []
@@ -1601,10 +1601,10 @@
1601
1601
  "id": "87554cf9",
1602
1602
  "metadata": {
1603
1603
  "papermill": {
1604
- "duration": 0.015108,
1605
- "end_time": "2026-02-02T13:03:17.541056",
1604
+ "duration": 0.067804,
1605
+ "end_time": "2026-02-03T01:47:09.353812",
1606
1606
  "exception": false,
1607
- "start_time": "2026-02-02T13:03:17.525948",
1607
+ "start_time": "2026-02-03T01:47:09.286008",
1608
1608
  "status": "completed"
1609
1609
  },
1610
1610
  "tags": []
@@ -1633,16 +1633,16 @@
1633
1633
  "id": "26096abe",
1634
1634
  "metadata": {
1635
1635
  "execution": {
1636
- "iopub.execute_input": "2026-02-02T13:03:17.571266Z",
1637
- "iopub.status.busy": "2026-02-02T13:03:17.571148Z",
1638
- "iopub.status.idle": "2026-02-02T13:03:17.574767Z",
1639
- "shell.execute_reply": "2026-02-02T13:03:17.574171Z"
1636
+ "iopub.execute_input": "2026-02-03T01:47:09.529191Z",
1637
+ "iopub.status.busy": "2026-02-03T01:47:09.529019Z",
1638
+ "iopub.status.idle": "2026-02-03T01:47:09.532836Z",
1639
+ "shell.execute_reply": "2026-02-03T01:47:09.532191Z"
1640
1640
  },
1641
1641
  "papermill": {
1642
- "duration": 0.019586,
1643
- "end_time": "2026-02-02T13:03:17.575301",
1642
+ "duration": 0.109337,
1643
+ "end_time": "2026-02-03T01:47:09.533837",
1644
1644
  "exception": false,
1645
- "start_time": "2026-02-02T13:03:17.555715",
1645
+ "start_time": "2026-02-03T01:47:09.424500",
1646
1646
  "status": "completed"
1647
1647
  },
1648
1648
  "tags": []
@@ -1687,10 +1687,10 @@
1687
1687
  "id": "adb99bf3",
1688
1688
  "metadata": {
1689
1689
  "papermill": {
1690
- "duration": 0.014949,
1691
- "end_time": "2026-02-02T13:03:17.605497",
1690
+ "duration": 0.065488,
1691
+ "end_time": "2026-02-03T01:47:09.666010",
1692
1692
  "exception": false,
1693
- "start_time": "2026-02-02T13:03:17.590548",
1693
+ "start_time": "2026-02-03T01:47:09.600522",
1694
1694
  "status": "completed"
1695
1695
  },
1696
1696
  "tags": []
@@ -1705,16 +1705,16 @@
1705
1705
  "id": "ccc18dbd",
1706
1706
  "metadata": {
1707
1707
  "execution": {
1708
- "iopub.execute_input": "2026-02-02T13:03:17.636573Z",
1709
- "iopub.status.busy": "2026-02-02T13:03:17.636412Z",
1710
- "iopub.status.idle": "2026-02-02T13:03:17.798977Z",
1711
- "shell.execute_reply": "2026-02-02T13:03:17.797952Z"
1708
+ "iopub.execute_input": "2026-02-03T01:47:09.798610Z",
1709
+ "iopub.status.busy": "2026-02-03T01:47:09.798414Z",
1710
+ "iopub.status.idle": "2026-02-03T01:47:09.955089Z",
1711
+ "shell.execute_reply": "2026-02-03T01:47:09.954351Z"
1712
1712
  },
1713
1713
  "papermill": {
1714
- "duration": 0.18038,
1715
- "end_time": "2026-02-02T13:03:17.801128",
1714
+ "duration": 0.224038,
1715
+ "end_time": "2026-02-03T01:47:09.955917",
1716
1716
  "exception": false,
1717
- "start_time": "2026-02-02T13:03:17.620748",
1717
+ "start_time": "2026-02-03T01:47:09.731879",
1718
1718
  "status": "completed"
1719
1719
  },
1720
1720
  "tags": []
@@ -1763,10 +1763,10 @@
1763
1763
  "id": "7994f4af",
1764
1764
  "metadata": {
1765
1765
  "papermill": {
1766
- "duration": 0.0174,
1767
- "end_time": "2026-02-02T13:03:17.833645",
1766
+ "duration": 0.078107,
1767
+ "end_time": "2026-02-03T01:47:10.104424",
1768
1768
  "exception": false,
1769
- "start_time": "2026-02-02T13:03:17.816245",
1769
+ "start_time": "2026-02-03T01:47:10.026317",
1770
1770
  "status": "completed"
1771
1771
  },
1772
1772
  "tags": []
@@ -1840,10 +1840,10 @@
1840
1840
  "id": "d232b566",
1841
1841
  "metadata": {
1842
1842
  "papermill": {
1843
- "duration": 0.014668,
1844
- "end_time": "2026-02-02T13:03:17.865087",
1843
+ "duration": 0.145086,
1844
+ "end_time": "2026-02-03T01:47:10.325661",
1845
1845
  "exception": false,
1846
- "start_time": "2026-02-02T13:03:17.850419",
1846
+ "start_time": "2026-02-03T01:47:10.180575",
1847
1847
  "status": "completed"
1848
1848
  },
1849
1849
  "tags": []
@@ -1874,14 +1874,14 @@
1874
1874
  },
1875
1875
  "papermill": {
1876
1876
  "default_parameters": {},
1877
- "duration": 6.814284,
1878
- "end_time": "2026-02-02T13:03:20.495996",
1877
+ "duration": 10.411272,
1878
+ "end_time": "2026-02-03T01:47:13.013589",
1879
1879
  "environment_variables": {},
1880
1880
  "exception": null,
1881
1881
  "input_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/04_relationship_analysis.ipynb",
1882
1882
  "output_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/04_relationship_analysis.ipynb",
1883
1883
  "parameters": {},
1884
- "start_time": "2026-02-02T13:03:13.681712",
1884
+ "start_time": "2026-02-03T01:47:02.602317",
1885
1885
  "version": "2.6.0"
1886
1886
  }
1887
1887
  },