churnkit 0.75.0a3__py3-none-any.whl → 0.75.1a2__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 (48) hide show
  1. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/00_start_here.ipynb +72 -72
  2. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/01_data_discovery.ipynb +134 -134
  3. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/01a_temporal_deep_dive.ipynb +207 -207
  4. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/01b_temporal_quality.ipynb +109 -109
  5. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/01c_temporal_patterns.ipynb +283 -283
  6. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/01d_event_aggregation.ipynb +145 -145
  7. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/02_column_deep_dive.ipynb +126 -126
  8. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/03_quality_assessment.ipynb +149 -149
  9. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/04_relationship_analysis.ipynb +172 -172
  10. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/05_multi_dataset.ipynb +130 -130
  11. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/06_feature_opportunities.ipynb +163 -163
  12. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/07_modeling_readiness.ipynb +99 -99
  13. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/08_baseline_experiments.ipynb +126 -126
  14. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/09_business_alignment.ipynb +89 -89
  15. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/10_spec_generation.ipynb +132 -132
  16. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/11_scoring_validation.ipynb +197 -197
  17. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/12_view_documentation.ipynb +27 -27
  18. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a2.dist-info}/METADATA +2 -2
  19. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a2.dist-info}/RECORD +48 -48
  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/analysis/notebook_progress.py +4 -2
  25. customer_retention/core/compat/__init__.py +20 -0
  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/column_profiler.py +2 -2
  30. customer_retention/stages/profiling/relationship_recommender.py +2 -2
  31. customer_retention/stages/profiling/temporal_feature_analyzer.py +3 -3
  32. customer_retention/stages/profiling/temporal_feature_engineer.py +7 -7
  33. customer_retention/stages/profiling/temporal_pattern_analyzer.py +16 -12
  34. customer_retention/stages/profiling/temporal_quality_checks.py +7 -6
  35. customer_retention/stages/profiling/time_series_profiler.py +15 -8
  36. customer_retention/stages/profiling/time_window_aggregator.py +22 -15
  37. customer_retention/stages/transformation/categorical_encoder.py +2 -2
  38. customer_retention/stages/transformation/pipeline.py +2 -2
  39. customer_retention/stages/validation/data_quality_gate.py +5 -5
  40. customer_retention/stages/validation/data_validators.py +3 -3
  41. customer_retention/stages/validation/leakage_gate.py +4 -4
  42. customer_retention/stages/validation/timeseries_detector.py +9 -6
  43. customer_retention/transforms/ops.py +2 -2
  44. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/01a_a_temporal_text_deep_dive.ipynb +0 -0
  45. {churnkit-0.75.0a3.data → churnkit-0.75.1a2.data}/data/share/churnkit/exploration_notebooks/02a_text_columns_deep_dive.ipynb +0 -0
  46. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a2.dist-info}/WHEEL +0 -0
  47. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a2.dist-info}/entry_points.txt +0 -0
  48. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a2.dist-info}/licenses/LICENSE +0 -0
@@ -5,10 +5,10 @@
5
5
  "id": "9359aa8a",
6
6
  "metadata": {
7
7
  "papermill": {
8
- "duration": 0.003327,
9
- "end_time": "2026-02-02T13:02:59.136885",
8
+ "duration": 0.007427,
9
+ "end_time": "2026-02-03T01:46:30.926840",
10
10
  "exception": false,
11
- "start_time": "2026-02-02T13:02:59.133558",
11
+ "start_time": "2026-02-03T01:46:30.919413",
12
12
  "status": "completed"
13
13
  },
14
14
  "tags": []
@@ -38,10 +38,10 @@
38
38
  "id": "2caa955f",
39
39
  "metadata": {
40
40
  "papermill": {
41
- "duration": 0.002958,
42
- "end_time": "2026-02-02T13:02:59.142413",
41
+ "duration": 0.006319,
42
+ "end_time": "2026-02-03T01:46:30.939614",
43
43
  "exception": false,
44
- "start_time": "2026-02-02T13:02:59.139455",
44
+ "start_time": "2026-02-03T01:46:30.933295",
45
45
  "status": "completed"
46
46
  },
47
47
  "tags": []
@@ -56,16 +56,16 @@
56
56
  "id": "9dde1f33",
57
57
  "metadata": {
58
58
  "execution": {
59
- "iopub.execute_input": "2026-02-02T13:02:59.148522Z",
60
- "iopub.status.busy": "2026-02-02T13:02:59.148372Z",
61
- "iopub.status.idle": "2026-02-02T13:03:00.961868Z",
62
- "shell.execute_reply": "2026-02-02T13:03:00.961427Z"
59
+ "iopub.execute_input": "2026-02-03T01:46:30.952637Z",
60
+ "iopub.status.busy": "2026-02-03T01:46:30.952508Z",
61
+ "iopub.status.idle": "2026-02-03T01:46:33.478142Z",
62
+ "shell.execute_reply": "2026-02-03T01:46:33.477605Z"
63
63
  },
64
64
  "papermill": {
65
- "duration": 1.817589,
66
- "end_time": "2026-02-02T13:03:00.962754",
65
+ "duration": 2.533358,
66
+ "end_time": "2026-02-03T01:46:33.478927",
67
67
  "exception": false,
68
- "start_time": "2026-02-02T13:02:59.145165",
68
+ "start_time": "2026-02-03T01:46:30.945569",
69
69
  "status": "completed"
70
70
  },
71
71
  "tags": []
@@ -99,16 +99,16 @@
99
99
  "id": "18c54d15",
100
100
  "metadata": {
101
101
  "execution": {
102
- "iopub.execute_input": "2026-02-02T13:03:00.968282Z",
103
- "iopub.status.busy": "2026-02-02T13:03:00.968075Z",
104
- "iopub.status.idle": "2026-02-02T13:03:01.104881Z",
105
- "shell.execute_reply": "2026-02-02T13:03:01.104422Z"
102
+ "iopub.execute_input": "2026-02-03T01:46:33.491355Z",
103
+ "iopub.status.busy": "2026-02-03T01:46:33.491172Z",
104
+ "iopub.status.idle": "2026-02-03T01:46:33.626055Z",
105
+ "shell.execute_reply": "2026-02-03T01:46:33.625496Z"
106
106
  },
107
107
  "papermill": {
108
- "duration": 0.140223,
109
- "end_time": "2026-02-02T13:03:01.105512",
108
+ "duration": 0.142011,
109
+ "end_time": "2026-02-03T01:46:33.626947",
110
110
  "exception": false,
111
- "start_time": "2026-02-02T13:03:00.965289",
111
+ "start_time": "2026-02-03T01:46:33.484936",
112
112
  "status": "completed"
113
113
  },
114
114
  "tags": []
@@ -167,10 +167,10 @@
167
167
  "id": "03167807",
168
168
  "metadata": {
169
169
  "papermill": {
170
- "duration": 0.002163,
171
- "end_time": "2026-02-02T13:03:01.110263",
170
+ "duration": 0.005934,
171
+ "end_time": "2026-02-03T01:46:33.638982",
172
172
  "exception": false,
173
- "start_time": "2026-02-02T13:03:01.108100",
173
+ "start_time": "2026-02-03T01:46:33.633048",
174
174
  "status": "completed"
175
175
  },
176
176
  "tags": []
@@ -185,16 +185,16 @@
185
185
  "id": "b55e4eac",
186
186
  "metadata": {
187
187
  "execution": {
188
- "iopub.execute_input": "2026-02-02T13:03:01.115492Z",
189
- "iopub.status.busy": "2026-02-02T13:03:01.115384Z",
190
- "iopub.status.idle": "2026-02-02T13:03:01.212413Z",
191
- "shell.execute_reply": "2026-02-02T13:03:01.211972Z"
188
+ "iopub.execute_input": "2026-02-03T01:46:33.652557Z",
189
+ "iopub.status.busy": "2026-02-03T01:46:33.652439Z",
190
+ "iopub.status.idle": "2026-02-03T01:46:33.765468Z",
191
+ "shell.execute_reply": "2026-02-03T01:46:33.764987Z"
192
192
  },
193
193
  "papermill": {
194
- "duration": 0.100207,
195
- "end_time": "2026-02-02T13:03:01.212881",
194
+ "duration": 0.120463,
195
+ "end_time": "2026-02-03T01:46:33.766119",
196
196
  "exception": false,
197
- "start_time": "2026-02-02T13:03:01.112674",
197
+ "start_time": "2026-02-03T01:46:33.645656",
198
198
  "status": "completed"
199
199
  },
200
200
  "tags": []
@@ -243,10 +243,10 @@
243
243
  "id": "fd863df6",
244
244
  "metadata": {
245
245
  "papermill": {
246
- "duration": 0.002033,
247
- "end_time": "2026-02-02T13:03:01.217382",
246
+ "duration": 0.006068,
247
+ "end_time": "2026-02-03T01:46:33.778629",
248
248
  "exception": false,
249
- "start_time": "2026-02-02T13:03:01.215349",
249
+ "start_time": "2026-02-03T01:46:33.772561",
250
250
  "status": "completed"
251
251
  },
252
252
  "tags": []
@@ -277,16 +277,16 @@
277
277
  "id": "934c4565",
278
278
  "metadata": {
279
279
  "execution": {
280
- "iopub.execute_input": "2026-02-02T13:03:01.221952Z",
281
- "iopub.status.busy": "2026-02-02T13:03:01.221848Z",
282
- "iopub.status.idle": "2026-02-02T13:03:01.230109Z",
283
- "shell.execute_reply": "2026-02-02T13:03:01.229657Z"
280
+ "iopub.execute_input": "2026-02-03T01:46:33.792965Z",
281
+ "iopub.status.busy": "2026-02-03T01:46:33.792785Z",
282
+ "iopub.status.idle": "2026-02-03T01:46:33.803127Z",
283
+ "shell.execute_reply": "2026-02-03T01:46:33.802645Z"
284
284
  },
285
285
  "papermill": {
286
- "duration": 0.011284,
287
- "end_time": "2026-02-02T13:03:01.230585",
286
+ "duration": 0.018355,
287
+ "end_time": "2026-02-03T01:46:33.803774",
288
288
  "exception": false,
289
- "start_time": "2026-02-02T13:03:01.219301",
289
+ "start_time": "2026-02-03T01:46:33.785419",
290
290
  "status": "completed"
291
291
  },
292
292
  "tags": []
@@ -359,10 +359,10 @@
359
359
  "id": "d39a7123",
360
360
  "metadata": {
361
361
  "papermill": {
362
- "duration": 0.002152,
363
- "end_time": "2026-02-02T13:03:01.235280",
362
+ "duration": 0.006121,
363
+ "end_time": "2026-02-03T01:46:33.815957",
364
364
  "exception": false,
365
- "start_time": "2026-02-02T13:03:01.233128",
365
+ "start_time": "2026-02-03T01:46:33.809836",
366
366
  "status": "completed"
367
367
  },
368
368
  "tags": []
@@ -398,16 +398,16 @@
398
398
  "id": "13043429",
399
399
  "metadata": {
400
400
  "execution": {
401
- "iopub.execute_input": "2026-02-02T13:03:01.240371Z",
402
- "iopub.status.busy": "2026-02-02T13:03:01.240257Z",
403
- "iopub.status.idle": "2026-02-02T13:03:02.330839Z",
404
- "shell.execute_reply": "2026-02-02T13:03:02.330400Z"
401
+ "iopub.execute_input": "2026-02-03T01:46:33.829033Z",
402
+ "iopub.status.busy": "2026-02-03T01:46:33.828924Z",
403
+ "iopub.status.idle": "2026-02-03T01:46:34.993379Z",
404
+ "shell.execute_reply": "2026-02-03T01:46:34.992903Z"
405
405
  },
406
406
  "papermill": {
407
- "duration": 1.093984,
408
- "end_time": "2026-02-02T13:03:02.331518",
407
+ "duration": 1.172356,
408
+ "end_time": "2026-02-03T01:46:34.994303",
409
409
  "exception": false,
410
- "start_time": "2026-02-02T13:03:01.237534",
410
+ "start_time": "2026-02-03T01:46:33.821947",
411
411
  "status": "completed"
412
412
  },
413
413
  "tags": []
@@ -522,16 +522,16 @@
522
522
  "id": "674ea32d",
523
523
  "metadata": {
524
524
  "execution": {
525
- "iopub.execute_input": "2026-02-02T13:03:02.532435Z",
526
- "iopub.status.busy": "2026-02-02T13:03:02.532307Z",
527
- "iopub.status.idle": "2026-02-02T13:03:02.620535Z",
528
- "shell.execute_reply": "2026-02-02T13:03:02.620110Z"
525
+ "iopub.execute_input": "2026-02-03T01:46:36.089473Z",
526
+ "iopub.status.busy": "2026-02-03T01:46:36.089360Z",
527
+ "iopub.status.idle": "2026-02-03T01:46:36.187712Z",
528
+ "shell.execute_reply": "2026-02-03T01:46:36.187301Z"
529
529
  },
530
530
  "papermill": {
531
- "duration": 0.189181,
532
- "end_time": "2026-02-02T13:03:02.621233",
531
+ "duration": 0.671277,
532
+ "end_time": "2026-02-03T01:46:36.189670",
533
533
  "exception": false,
534
- "start_time": "2026-02-02T13:03:02.432052",
534
+ "start_time": "2026-02-03T01:46:35.518393",
535
535
  "status": "completed"
536
536
  },
537
537
  "tags": []
@@ -580,10 +580,10 @@
580
580
  "id": "b53f6e24",
581
581
  "metadata": {
582
582
  "papermill": {
583
- "duration": 0.099217,
584
- "end_time": "2026-02-02T13:03:02.857720",
583
+ "duration": 0.515625,
584
+ "end_time": "2026-02-03T01:46:37.212440",
585
585
  "exception": false,
586
- "start_time": "2026-02-02T13:03:02.758503",
586
+ "start_time": "2026-02-03T01:46:36.696815",
587
587
  "status": "completed"
588
588
  },
589
589
  "tags": []
@@ -600,16 +600,16 @@
600
600
  "id": "af3319f6",
601
601
  "metadata": {
602
602
  "execution": {
603
- "iopub.execute_input": "2026-02-02T13:03:03.057083Z",
604
- "iopub.status.busy": "2026-02-02T13:03:03.056972Z",
605
- "iopub.status.idle": "2026-02-02T13:03:03.063404Z",
606
- "shell.execute_reply": "2026-02-02T13:03:03.062883Z"
603
+ "iopub.execute_input": "2026-02-03T01:46:38.271424Z",
604
+ "iopub.status.busy": "2026-02-03T01:46:38.271306Z",
605
+ "iopub.status.idle": "2026-02-03T01:46:38.278462Z",
606
+ "shell.execute_reply": "2026-02-03T01:46:38.277798Z"
607
607
  },
608
608
  "papermill": {
609
- "duration": 0.108346,
610
- "end_time": "2026-02-02T13:03:03.064068",
609
+ "duration": 0.56274,
610
+ "end_time": "2026-02-03T01:46:38.280618",
611
611
  "exception": false,
612
- "start_time": "2026-02-02T13:03:02.955722",
612
+ "start_time": "2026-02-03T01:46:37.717878",
613
613
  "status": "completed"
614
614
  },
615
615
  "tags": []
@@ -660,10 +660,10 @@
660
660
  "id": "9e1f558b",
661
661
  "metadata": {
662
662
  "papermill": {
663
- "duration": 0.098534,
664
- "end_time": "2026-02-02T13:03:03.299429",
663
+ "duration": 0.50634,
664
+ "end_time": "2026-02-03T01:46:39.289636",
665
665
  "exception": false,
666
- "start_time": "2026-02-02T13:03:03.200895",
666
+ "start_time": "2026-02-03T01:46:38.783296",
667
667
  "status": "completed"
668
668
  },
669
669
  "tags": []
@@ -698,16 +698,16 @@
698
698
  "id": "740c5c5e",
699
699
  "metadata": {
700
700
  "execution": {
701
- "iopub.execute_input": "2026-02-02T13:03:03.500506Z",
702
- "iopub.status.busy": "2026-02-02T13:03:03.500396Z",
703
- "iopub.status.idle": "2026-02-02T13:03:03.529538Z",
704
- "shell.execute_reply": "2026-02-02T13:03:03.528970Z"
701
+ "iopub.execute_input": "2026-02-03T01:46:40.307262Z",
702
+ "iopub.status.busy": "2026-02-03T01:46:40.307117Z",
703
+ "iopub.status.idle": "2026-02-03T01:46:40.338153Z",
704
+ "shell.execute_reply": "2026-02-03T01:46:40.337237Z"
705
705
  },
706
706
  "papermill": {
707
- "duration": 0.130148,
708
- "end_time": "2026-02-02T13:03:03.530136",
707
+ "duration": 0.544151,
708
+ "end_time": "2026-02-03T01:46:40.338863",
709
709
  "exception": false,
710
- "start_time": "2026-02-02T13:03:03.399988",
710
+ "start_time": "2026-02-03T01:46:39.794712",
711
711
  "status": "completed"
712
712
  },
713
713
  "tags": []
@@ -829,10 +829,10 @@
829
829
  "id": "399d9419",
830
830
  "metadata": {
831
831
  "papermill": {
832
- "duration": 0.101332,
833
- "end_time": "2026-02-02T13:03:03.769208",
832
+ "duration": 0.526146,
833
+ "end_time": "2026-02-03T01:46:41.425300",
834
834
  "exception": false,
835
- "start_time": "2026-02-02T13:03:03.667876",
835
+ "start_time": "2026-02-03T01:46:40.899154",
836
836
  "status": "completed"
837
837
  },
838
838
  "tags": []
@@ -862,16 +862,16 @@
862
862
  "id": "c1642bb7",
863
863
  "metadata": {
864
864
  "execution": {
865
- "iopub.execute_input": "2026-02-02T13:03:03.974921Z",
866
- "iopub.status.busy": "2026-02-02T13:03:03.974803Z",
867
- "iopub.status.idle": "2026-02-02T13:03:03.984910Z",
868
- "shell.execute_reply": "2026-02-02T13:03:03.984448Z"
865
+ "iopub.execute_input": "2026-02-03T01:46:42.490331Z",
866
+ "iopub.status.busy": "2026-02-03T01:46:42.490194Z",
867
+ "iopub.status.idle": "2026-02-03T01:46:42.500861Z",
868
+ "shell.execute_reply": "2026-02-03T01:46:42.500407Z"
869
869
  },
870
870
  "papermill": {
871
- "duration": 0.113413,
872
- "end_time": "2026-02-02T13:03:03.985554",
871
+ "duration": 0.544649,
872
+ "end_time": "2026-02-03T01:46:42.503422",
873
873
  "exception": false,
874
- "start_time": "2026-02-02T13:03:03.872141",
874
+ "start_time": "2026-02-03T01:46:41.958773",
875
875
  "status": "completed"
876
876
  },
877
877
  "tags": []
@@ -1075,10 +1075,10 @@
1075
1075
  "id": "21b21acc",
1076
1076
  "metadata": {
1077
1077
  "papermill": {
1078
- "duration": 0.139274,
1079
- "end_time": "2026-02-02T13:03:04.226289",
1078
+ "duration": 0.530417,
1079
+ "end_time": "2026-02-03T01:46:43.610998",
1080
1080
  "exception": false,
1081
- "start_time": "2026-02-02T13:03:04.087015",
1081
+ "start_time": "2026-02-03T01:46:43.080581",
1082
1082
  "status": "completed"
1083
1083
  },
1084
1084
  "tags": []
@@ -1100,16 +1100,16 @@
1100
1100
  "id": "00245d72",
1101
1101
  "metadata": {
1102
1102
  "execution": {
1103
- "iopub.execute_input": "2026-02-02T13:03:04.430049Z",
1104
- "iopub.status.busy": "2026-02-02T13:03:04.429934Z",
1105
- "iopub.status.idle": "2026-02-02T13:03:04.432555Z",
1106
- "shell.execute_reply": "2026-02-02T13:03:04.432110Z"
1103
+ "iopub.execute_input": "2026-02-03T01:46:44.666641Z",
1104
+ "iopub.status.busy": "2026-02-03T01:46:44.666527Z",
1105
+ "iopub.status.idle": "2026-02-03T01:46:44.669306Z",
1106
+ "shell.execute_reply": "2026-02-03T01:46:44.668694Z"
1107
1107
  },
1108
1108
  "papermill": {
1109
- "duration": 0.105193,
1110
- "end_time": "2026-02-02T13:03:04.433172",
1109
+ "duration": 0.530997,
1110
+ "end_time": "2026-02-03T01:46:44.671327",
1111
1111
  "exception": false,
1112
- "start_time": "2026-02-02T13:03:04.327979",
1112
+ "start_time": "2026-02-03T01:46:44.140330",
1113
1113
  "status": "completed"
1114
1114
  },
1115
1115
  "tags": []
@@ -1145,10 +1145,10 @@
1145
1145
  "id": "96593591",
1146
1146
  "metadata": {
1147
1147
  "papermill": {
1148
- "duration": 0.102127,
1149
- "end_time": "2026-02-02T13:03:04.673253",
1148
+ "duration": 0.559721,
1149
+ "end_time": "2026-02-03T01:46:45.755160",
1150
1150
  "exception": false,
1151
- "start_time": "2026-02-02T13:03:04.571126",
1151
+ "start_time": "2026-02-03T01:46:45.195439",
1152
1152
  "status": "completed"
1153
1153
  },
1154
1154
  "tags": []
@@ -1177,16 +1177,16 @@
1177
1177
  "id": "ad8d552a",
1178
1178
  "metadata": {
1179
1179
  "execution": {
1180
- "iopub.execute_input": "2026-02-02T13:03:04.877339Z",
1181
- "iopub.status.busy": "2026-02-02T13:03:04.877224Z",
1182
- "iopub.status.idle": "2026-02-02T13:03:05.087709Z",
1183
- "shell.execute_reply": "2026-02-02T13:03:05.086847Z"
1180
+ "iopub.execute_input": "2026-02-03T01:46:46.811913Z",
1181
+ "iopub.status.busy": "2026-02-03T01:46:46.811766Z",
1182
+ "iopub.status.idle": "2026-02-03T01:46:47.032056Z",
1183
+ "shell.execute_reply": "2026-02-03T01:46:47.031289Z"
1184
1184
  },
1185
1185
  "papermill": {
1186
- "duration": 0.313839,
1187
- "end_time": "2026-02-02T13:03:05.088528",
1186
+ "duration": 0.750793,
1187
+ "end_time": "2026-02-03T01:46:47.032878",
1188
1188
  "exception": false,
1189
- "start_time": "2026-02-02T13:03:04.774689",
1189
+ "start_time": "2026-02-03T01:46:46.282085",
1190
1190
  "status": "completed"
1191
1191
  },
1192
1192
  "tags": []
@@ -1252,10 +1252,10 @@
1252
1252
  "id": "2f3e371f",
1253
1253
  "metadata": {
1254
1254
  "papermill": {
1255
- "duration": 0.144582,
1256
- "end_time": "2026-02-02T13:03:05.348148",
1255
+ "duration": 0.589652,
1256
+ "end_time": "2026-02-03T01:46:48.193793",
1257
1257
  "exception": false,
1258
- "start_time": "2026-02-02T13:03:05.203566",
1258
+ "start_time": "2026-02-03T01:46:47.604141",
1259
1259
  "status": "completed"
1260
1260
  },
1261
1261
  "tags": []
@@ -1270,16 +1270,16 @@
1270
1270
  "id": "fc32cba0",
1271
1271
  "metadata": {
1272
1272
  "execution": {
1273
- "iopub.execute_input": "2026-02-02T13:03:05.560506Z",
1274
- "iopub.status.busy": "2026-02-02T13:03:05.560391Z",
1275
- "iopub.status.idle": "2026-02-02T13:03:05.639998Z",
1276
- "shell.execute_reply": "2026-02-02T13:03:05.639277Z"
1273
+ "iopub.execute_input": "2026-02-03T01:46:49.293172Z",
1274
+ "iopub.status.busy": "2026-02-03T01:46:49.293034Z",
1275
+ "iopub.status.idle": "2026-02-03T01:46:49.374204Z",
1276
+ "shell.execute_reply": "2026-02-03T01:46:49.373749Z"
1277
1277
  },
1278
1278
  "papermill": {
1279
- "duration": 0.186106,
1280
- "end_time": "2026-02-02T13:03:05.640834",
1279
+ "duration": 0.635314,
1280
+ "end_time": "2026-02-03T01:46:49.376270",
1281
1281
  "exception": false,
1282
- "start_time": "2026-02-02T13:03:05.454728",
1282
+ "start_time": "2026-02-03T01:46:48.740956",
1283
1283
  "status": "completed"
1284
1284
  },
1285
1285
  "tags": []
@@ -1309,10 +1309,10 @@
1309
1309
  "id": "4f8202b3",
1310
1310
  "metadata": {
1311
1311
  "papermill": {
1312
- "duration": 0.14125,
1313
- "end_time": "2026-02-02T13:03:05.892090",
1312
+ "duration": 0.585749,
1313
+ "end_time": "2026-02-03T01:46:50.505549",
1314
1314
  "exception": false,
1315
- "start_time": "2026-02-02T13:03:05.750840",
1315
+ "start_time": "2026-02-03T01:46:49.919800",
1316
1316
  "status": "completed"
1317
1317
  },
1318
1318
  "tags": []
@@ -1380,10 +1380,10 @@
1380
1380
  "id": "f114cb0a",
1381
1381
  "metadata": {
1382
1382
  "papermill": {
1383
- "duration": 0.114526,
1384
- "end_time": "2026-02-02T13:03:06.112557",
1383
+ "duration": 0.54944,
1384
+ "end_time": "2026-02-03T01:46:51.601205",
1385
1385
  "exception": false,
1386
- "start_time": "2026-02-02T13:03:05.998031",
1386
+ "start_time": "2026-02-03T01:46:51.051765",
1387
1387
  "status": "completed"
1388
1388
  },
1389
1389
  "tags": []
@@ -1414,14 +1414,14 @@
1414
1414
  },
1415
1415
  "papermill": {
1416
1416
  "default_parameters": {},
1417
- "duration": 8.078058,
1418
- "end_time": "2026-02-02T13:03:06.637909",
1417
+ "duration": 22.980039,
1418
+ "end_time": "2026-02-03T01:46:53.072034",
1419
1419
  "environment_variables": {},
1420
1420
  "exception": null,
1421
1421
  "input_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/02_column_deep_dive.ipynb",
1422
1422
  "output_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/02_column_deep_dive.ipynb",
1423
1423
  "parameters": {},
1424
- "start_time": "2026-02-02T13:02:58.559851",
1424
+ "start_time": "2026-02-03T01:46:30.091995",
1425
1425
  "version": "2.6.0"
1426
1426
  }
1427
1427
  },