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": "ceca3f3f",
6
6
  "metadata": {
7
7
  "papermill": {
8
- "duration": 0.003774,
9
- "end_time": "2026-02-02T13:03:27.226665",
8
+ "duration": 0.00807,
9
+ "end_time": "2026-02-03T01:47:21.316237",
10
10
  "exception": false,
11
- "start_time": "2026-02-02T13:03:27.222891",
11
+ "start_time": "2026-02-03T01:47:21.308167",
12
12
  "status": "completed"
13
13
  },
14
14
  "tags": []
@@ -47,10 +47,10 @@
47
47
  "id": "4dd512f5",
48
48
  "metadata": {
49
49
  "papermill": {
50
- "duration": 0.00238,
51
- "end_time": "2026-02-02T13:03:27.232489",
50
+ "duration": 0.007118,
51
+ "end_time": "2026-02-03T01:47:21.334595",
52
52
  "exception": false,
53
- "start_time": "2026-02-02T13:03:27.230109",
53
+ "start_time": "2026-02-03T01:47:21.327477",
54
54
  "status": "completed"
55
55
  },
56
56
  "tags": []
@@ -65,16 +65,16 @@
65
65
  "id": "485495bd",
66
66
  "metadata": {
67
67
  "execution": {
68
- "iopub.execute_input": "2026-02-02T13:03:27.239137Z",
69
- "iopub.status.busy": "2026-02-02T13:03:27.239011Z",
70
- "iopub.status.idle": "2026-02-02T13:03:29.003230Z",
71
- "shell.execute_reply": "2026-02-02T13:03:29.002430Z"
68
+ "iopub.execute_input": "2026-02-03T01:47:21.351118Z",
69
+ "iopub.status.busy": "2026-02-03T01:47:21.350976Z",
70
+ "iopub.status.idle": "2026-02-03T01:47:23.868088Z",
71
+ "shell.execute_reply": "2026-02-03T01:47:23.867350Z"
72
72
  },
73
73
  "papermill": {
74
- "duration": 1.768958,
75
- "end_time": "2026-02-02T13:03:29.004317",
74
+ "duration": 2.527823,
75
+ "end_time": "2026-02-03T01:47:23.870114",
76
76
  "exception": false,
77
- "start_time": "2026-02-02T13:03:27.235359",
77
+ "start_time": "2026-02-03T01:47:21.342291",
78
78
  "status": "completed"
79
79
  },
80
80
  "tags": []
@@ -104,16 +104,16 @@
104
104
  "id": "f708610d",
105
105
  "metadata": {
106
106
  "execution": {
107
- "iopub.execute_input": "2026-02-02T13:03:29.021480Z",
108
- "iopub.status.busy": "2026-02-02T13:03:29.021296Z",
109
- "iopub.status.idle": "2026-02-02T13:03:29.486668Z",
110
- "shell.execute_reply": "2026-02-02T13:03:29.485969Z"
107
+ "iopub.execute_input": "2026-02-03T01:47:23.888140Z",
108
+ "iopub.status.busy": "2026-02-03T01:47:23.887961Z",
109
+ "iopub.status.idle": "2026-02-03T01:47:24.398205Z",
110
+ "shell.execute_reply": "2026-02-03T01:47:24.397702Z"
111
111
  },
112
112
  "papermill": {
113
- "duration": 0.474341,
114
- "end_time": "2026-02-02T13:03:29.487573",
113
+ "duration": 0.520537,
114
+ "end_time": "2026-02-03T01:47:24.399118",
115
115
  "exception": false,
116
- "start_time": "2026-02-02T13:03:29.013232",
116
+ "start_time": "2026-02-03T01:47:23.878581",
117
117
  "status": "completed"
118
118
  },
119
119
  "tags": []
@@ -203,10 +203,10 @@
203
203
  "id": "1f934e52",
204
204
  "metadata": {
205
205
  "papermill": {
206
- "duration": 0.002793,
207
- "end_time": "2026-02-02T13:03:29.493261",
206
+ "duration": 0.007836,
207
+ "end_time": "2026-02-03T01:47:24.414539",
208
208
  "exception": false,
209
- "start_time": "2026-02-02T13:03:29.490468",
209
+ "start_time": "2026-02-03T01:47:24.406703",
210
210
  "status": "completed"
211
211
  },
212
212
  "tags": []
@@ -221,16 +221,16 @@
221
221
  "id": "48774e06",
222
222
  "metadata": {
223
223
  "execution": {
224
- "iopub.execute_input": "2026-02-02T13:03:29.499317Z",
225
- "iopub.status.busy": "2026-02-02T13:03:29.499150Z",
226
- "iopub.status.idle": "2026-02-02T13:03:29.504187Z",
227
- "shell.execute_reply": "2026-02-02T13:03:29.503639Z"
224
+ "iopub.execute_input": "2026-02-03T01:47:24.432639Z",
225
+ "iopub.status.busy": "2026-02-03T01:47:24.432479Z",
226
+ "iopub.status.idle": "2026-02-03T01:47:24.442301Z",
227
+ "shell.execute_reply": "2026-02-03T01:47:24.440457Z"
228
228
  },
229
229
  "papermill": {
230
- "duration": 0.008632,
231
- "end_time": "2026-02-02T13:03:29.504689",
230
+ "duration": 0.023534,
231
+ "end_time": "2026-02-03T01:47:24.446718",
232
232
  "exception": false,
233
- "start_time": "2026-02-02T13:03:29.496057",
233
+ "start_time": "2026-02-03T01:47:24.423184",
234
234
  "status": "completed"
235
235
  },
236
236
  "tags": []
@@ -256,10 +256,10 @@
256
256
  "id": "414d93c2",
257
257
  "metadata": {
258
258
  "papermill": {
259
- "duration": 0.002979,
260
- "end_time": "2026-02-02T13:03:29.510845",
259
+ "duration": 0.008794,
260
+ "end_time": "2026-02-03T01:47:24.465910",
261
261
  "exception": false,
262
- "start_time": "2026-02-02T13:03:29.507866",
262
+ "start_time": "2026-02-03T01:47:24.457116",
263
263
  "status": "completed"
264
264
  },
265
265
  "tags": []
@@ -297,16 +297,16 @@
297
297
  "id": "fceefe09",
298
298
  "metadata": {
299
299
  "execution": {
300
- "iopub.execute_input": "2026-02-02T13:03:29.516821Z",
301
- "iopub.status.busy": "2026-02-02T13:03:29.516704Z",
302
- "iopub.status.idle": "2026-02-02T13:03:29.553252Z",
303
- "shell.execute_reply": "2026-02-02T13:03:29.548370Z"
300
+ "iopub.execute_input": "2026-02-03T01:47:24.487184Z",
301
+ "iopub.status.busy": "2026-02-03T01:47:24.487051Z",
302
+ "iopub.status.idle": "2026-02-03T01:47:24.523198Z",
303
+ "shell.execute_reply": "2026-02-03T01:47:24.519600Z"
304
304
  },
305
305
  "papermill": {
306
- "duration": 0.040696,
307
- "end_time": "2026-02-02T13:03:29.554085",
306
+ "duration": 0.049491,
307
+ "end_time": "2026-02-03T01:47:24.525992",
308
308
  "exception": false,
309
- "start_time": "2026-02-02T13:03:29.513389",
309
+ "start_time": "2026-02-03T01:47:24.476501",
310
310
  "status": "completed"
311
311
  },
312
312
  "tags": []
@@ -407,10 +407,10 @@
407
407
  "id": "5b522958",
408
408
  "metadata": {
409
409
  "papermill": {
410
- "duration": 0.00341,
411
- "end_time": "2026-02-02T13:03:29.561633",
410
+ "duration": 0.010224,
411
+ "end_time": "2026-02-03T01:47:24.547376",
412
412
  "exception": false,
413
- "start_time": "2026-02-02T13:03:29.558223",
413
+ "start_time": "2026-02-03T01:47:24.537152",
414
414
  "status": "completed"
415
415
  },
416
416
  "tags": []
@@ -427,16 +427,16 @@
427
427
  "id": "a744f2a2",
428
428
  "metadata": {
429
429
  "execution": {
430
- "iopub.execute_input": "2026-02-02T13:03:29.568292Z",
431
- "iopub.status.busy": "2026-02-02T13:03:29.568182Z",
432
- "iopub.status.idle": "2026-02-02T13:03:29.594267Z",
433
- "shell.execute_reply": "2026-02-02T13:03:29.593686Z"
430
+ "iopub.execute_input": "2026-02-03T01:47:24.579635Z",
431
+ "iopub.status.busy": "2026-02-03T01:47:24.579459Z",
432
+ "iopub.status.idle": "2026-02-03T01:47:24.606712Z",
433
+ "shell.execute_reply": "2026-02-03T01:47:24.606064Z"
434
434
  },
435
435
  "papermill": {
436
- "duration": 0.030556,
437
- "end_time": "2026-02-02T13:03:29.595093",
436
+ "duration": 0.044457,
437
+ "end_time": "2026-02-03T01:47:24.607523",
438
438
  "exception": false,
439
- "start_time": "2026-02-02T13:03:29.564537",
439
+ "start_time": "2026-02-03T01:47:24.563066",
440
440
  "status": "completed"
441
441
  },
442
442
  "tags": []
@@ -535,10 +535,10 @@
535
535
  "id": "60d49437",
536
536
  "metadata": {
537
537
  "papermill": {
538
- "duration": 0.004153,
539
- "end_time": "2026-02-02T13:03:29.604467",
538
+ "duration": 0.016351,
539
+ "end_time": "2026-02-03T01:47:24.640115",
540
540
  "exception": false,
541
- "start_time": "2026-02-02T13:03:29.600314",
541
+ "start_time": "2026-02-03T01:47:24.623764",
542
542
  "status": "completed"
543
543
  },
544
544
  "tags": []
@@ -563,16 +563,16 @@
563
563
  "id": "1e953415",
564
564
  "metadata": {
565
565
  "execution": {
566
- "iopub.execute_input": "2026-02-02T13:03:29.613878Z",
567
- "iopub.status.busy": "2026-02-02T13:03:29.613754Z",
568
- "iopub.status.idle": "2026-02-02T13:03:29.670977Z",
569
- "shell.execute_reply": "2026-02-02T13:03:29.670274Z"
566
+ "iopub.execute_input": "2026-02-03T01:47:24.684813Z",
567
+ "iopub.status.busy": "2026-02-03T01:47:24.684498Z",
568
+ "iopub.status.idle": "2026-02-03T01:47:24.743704Z",
569
+ "shell.execute_reply": "2026-02-03T01:47:24.742965Z"
570
570
  },
571
571
  "papermill": {
572
- "duration": 0.062878,
573
- "end_time": "2026-02-02T13:03:29.671675",
572
+ "duration": 0.08262,
573
+ "end_time": "2026-02-03T01:47:24.744513",
574
574
  "exception": false,
575
- "start_time": "2026-02-02T13:03:29.608797",
575
+ "start_time": "2026-02-03T01:47:24.661893",
576
576
  "status": "completed"
577
577
  },
578
578
  "tags": []
@@ -683,10 +683,10 @@
683
683
  "id": "1ddaaacb",
684
684
  "metadata": {
685
685
  "papermill": {
686
- "duration": 0.006377,
687
- "end_time": "2026-02-02T13:03:29.684180",
686
+ "duration": 0.030515,
687
+ "end_time": "2026-02-03T01:47:24.800735",
688
688
  "exception": false,
689
- "start_time": "2026-02-02T13:03:29.677803",
689
+ "start_time": "2026-02-03T01:47:24.770220",
690
690
  "status": "completed"
691
691
  },
692
692
  "tags": []
@@ -703,16 +703,16 @@
703
703
  "id": "0546a0e2",
704
704
  "metadata": {
705
705
  "execution": {
706
- "iopub.execute_input": "2026-02-02T13:03:29.697042Z",
707
- "iopub.status.busy": "2026-02-02T13:03:29.696909Z",
708
- "iopub.status.idle": "2026-02-02T13:03:29.702192Z",
709
- "shell.execute_reply": "2026-02-02T13:03:29.701745Z"
706
+ "iopub.execute_input": "2026-02-03T01:47:24.854219Z",
707
+ "iopub.status.busy": "2026-02-03T01:47:24.854096Z",
708
+ "iopub.status.idle": "2026-02-03T01:47:24.859436Z",
709
+ "shell.execute_reply": "2026-02-03T01:47:24.858790Z"
710
710
  },
711
711
  "papermill": {
712
- "duration": 0.012305,
713
- "end_time": "2026-02-02T13:03:29.702706",
712
+ "duration": 0.034335,
713
+ "end_time": "2026-02-03T01:47:24.860392",
714
714
  "exception": false,
715
- "start_time": "2026-02-02T13:03:29.690401",
715
+ "start_time": "2026-02-03T01:47:24.826057",
716
716
  "status": "completed"
717
717
  },
718
718
  "tags": []
@@ -787,10 +787,10 @@
787
787
  "id": "fa2dec27",
788
788
  "metadata": {
789
789
  "papermill": {
790
- "duration": 0.006408,
791
- "end_time": "2026-02-02T13:03:29.715066",
790
+ "duration": 0.02566,
791
+ "end_time": "2026-02-03T01:47:24.911346",
792
792
  "exception": false,
793
- "start_time": "2026-02-02T13:03:29.708658",
793
+ "start_time": "2026-02-03T01:47:24.885686",
794
794
  "status": "completed"
795
795
  },
796
796
  "tags": []
@@ -807,16 +807,16 @@
807
807
  "id": "1dca7374",
808
808
  "metadata": {
809
809
  "execution": {
810
- "iopub.execute_input": "2026-02-02T13:03:29.728363Z",
811
- "iopub.status.busy": "2026-02-02T13:03:29.728251Z",
812
- "iopub.status.idle": "2026-02-02T13:03:29.731861Z",
813
- "shell.execute_reply": "2026-02-02T13:03:29.731393Z"
810
+ "iopub.execute_input": "2026-02-03T01:47:24.963102Z",
811
+ "iopub.status.busy": "2026-02-03T01:47:24.962987Z",
812
+ "iopub.status.idle": "2026-02-03T01:47:24.966809Z",
813
+ "shell.execute_reply": "2026-02-03T01:47:24.966272Z"
814
814
  },
815
815
  "papermill": {
816
- "duration": 0.010902,
817
- "end_time": "2026-02-02T13:03:29.732323",
816
+ "duration": 0.031096,
817
+ "end_time": "2026-02-03T01:47:24.967663",
818
818
  "exception": false,
819
- "start_time": "2026-02-02T13:03:29.721421",
819
+ "start_time": "2026-02-03T01:47:24.936567",
820
820
  "status": "completed"
821
821
  },
822
822
  "tags": []
@@ -868,10 +868,10 @@
868
868
  "id": "f8a17e0d",
869
869
  "metadata": {
870
870
  "papermill": {
871
- "duration": 0.006457,
872
- "end_time": "2026-02-02T13:03:29.745087",
871
+ "duration": 0.025636,
872
+ "end_time": "2026-02-03T01:47:25.018308",
873
873
  "exception": false,
874
- "start_time": "2026-02-02T13:03:29.738630",
874
+ "start_time": "2026-02-03T01:47:24.992672",
875
875
  "status": "completed"
876
876
  },
877
877
  "tags": []
@@ -886,16 +886,16 @@
886
886
  "id": "22750047",
887
887
  "metadata": {
888
888
  "execution": {
889
- "iopub.execute_input": "2026-02-02T13:03:29.758503Z",
890
- "iopub.status.busy": "2026-02-02T13:03:29.758383Z",
891
- "iopub.status.idle": "2026-02-02T13:03:29.761339Z",
892
- "shell.execute_reply": "2026-02-02T13:03:29.760856Z"
889
+ "iopub.execute_input": "2026-02-03T01:47:25.070334Z",
890
+ "iopub.status.busy": "2026-02-03T01:47:25.070217Z",
891
+ "iopub.status.idle": "2026-02-03T01:47:25.073261Z",
892
+ "shell.execute_reply": "2026-02-03T01:47:25.072808Z"
893
893
  },
894
894
  "papermill": {
895
- "duration": 0.011094,
896
- "end_time": "2026-02-02T13:03:29.762065",
895
+ "duration": 0.029592,
896
+ "end_time": "2026-02-03T01:47:25.073858",
897
897
  "exception": false,
898
- "start_time": "2026-02-02T13:03:29.750971",
898
+ "start_time": "2026-02-03T01:47:25.044266",
899
899
  "status": "completed"
900
900
  },
901
901
  "tags": []
@@ -927,10 +927,10 @@
927
927
  "id": "2bf1a888",
928
928
  "metadata": {
929
929
  "papermill": {
930
- "duration": 0.006096,
931
- "end_time": "2026-02-02T13:03:29.774279",
930
+ "duration": 0.02586,
931
+ "end_time": "2026-02-03T01:47:25.124723",
932
932
  "exception": false,
933
- "start_time": "2026-02-02T13:03:29.768183",
933
+ "start_time": "2026-02-03T01:47:25.098863",
934
934
  "status": "completed"
935
935
  },
936
936
  "tags": []
@@ -955,16 +955,16 @@
955
955
  "id": "b4c81f6d",
956
956
  "metadata": {
957
957
  "execution": {
958
- "iopub.execute_input": "2026-02-02T13:03:29.787759Z",
959
- "iopub.status.busy": "2026-02-02T13:03:29.787565Z",
960
- "iopub.status.idle": "2026-02-02T13:03:29.797850Z",
961
- "shell.execute_reply": "2026-02-02T13:03:29.797421Z"
958
+ "iopub.execute_input": "2026-02-03T01:47:25.194443Z",
959
+ "iopub.status.busy": "2026-02-03T01:47:25.194316Z",
960
+ "iopub.status.idle": "2026-02-03T01:47:25.205421Z",
961
+ "shell.execute_reply": "2026-02-03T01:47:25.204938Z"
962
962
  },
963
963
  "papermill": {
964
- "duration": 0.017788,
965
- "end_time": "2026-02-02T13:03:29.798525",
964
+ "duration": 0.055747,
965
+ "end_time": "2026-02-03T01:47:25.206109",
966
966
  "exception": false,
967
- "start_time": "2026-02-02T13:03:29.780737",
967
+ "start_time": "2026-02-03T01:47:25.150362",
968
968
  "status": "completed"
969
969
  },
970
970
  "tags": []
@@ -1090,10 +1090,10 @@
1090
1090
  "id": "534556db",
1091
1091
  "metadata": {
1092
1092
  "papermill": {
1093
- "duration": 0.006703,
1094
- "end_time": "2026-02-02T13:03:29.811588",
1093
+ "duration": 0.026174,
1094
+ "end_time": "2026-02-03T01:47:25.260079",
1095
1095
  "exception": false,
1096
- "start_time": "2026-02-02T13:03:29.804885",
1096
+ "start_time": "2026-02-03T01:47:25.233905",
1097
1097
  "status": "completed"
1098
1098
  },
1099
1099
  "tags": []
@@ -1115,16 +1115,16 @@
1115
1115
  "id": "fcd3b7d1",
1116
1116
  "metadata": {
1117
1117
  "execution": {
1118
- "iopub.execute_input": "2026-02-02T13:03:29.824904Z",
1119
- "iopub.status.busy": "2026-02-02T13:03:29.824788Z",
1120
- "iopub.status.idle": "2026-02-02T13:03:29.830423Z",
1121
- "shell.execute_reply": "2026-02-02T13:03:29.829634Z"
1118
+ "iopub.execute_input": "2026-02-03T01:47:25.311965Z",
1119
+ "iopub.status.busy": "2026-02-03T01:47:25.311771Z",
1120
+ "iopub.status.idle": "2026-02-03T01:47:25.317397Z",
1121
+ "shell.execute_reply": "2026-02-03T01:47:25.316858Z"
1122
1122
  },
1123
1123
  "papermill": {
1124
- "duration": 0.013189,
1125
- "end_time": "2026-02-02T13:03:29.831041",
1124
+ "duration": 0.033033,
1125
+ "end_time": "2026-02-03T01:47:25.318044",
1126
1126
  "exception": false,
1127
- "start_time": "2026-02-02T13:03:29.817852",
1127
+ "start_time": "2026-02-03T01:47:25.285011",
1128
1128
  "status": "completed"
1129
1129
  },
1130
1130
  "tags": []
@@ -1196,10 +1196,10 @@
1196
1196
  "id": "59ec5a4e",
1197
1197
  "metadata": {
1198
1198
  "papermill": {
1199
- "duration": 0.006712,
1200
- "end_time": "2026-02-02T13:03:29.845013",
1199
+ "duration": 0.025297,
1200
+ "end_time": "2026-02-03T01:47:25.368966",
1201
1201
  "exception": false,
1202
- "start_time": "2026-02-02T13:03:29.838301",
1202
+ "start_time": "2026-02-03T01:47:25.343669",
1203
1203
  "status": "completed"
1204
1204
  },
1205
1205
  "tags": []
@@ -1214,16 +1214,16 @@
1214
1214
  "id": "8ca081a4",
1215
1215
  "metadata": {
1216
1216
  "execution": {
1217
- "iopub.execute_input": "2026-02-02T13:03:29.859441Z",
1218
- "iopub.status.busy": "2026-02-02T13:03:29.859325Z",
1219
- "iopub.status.idle": "2026-02-02T13:03:29.869333Z",
1220
- "shell.execute_reply": "2026-02-02T13:03:29.868693Z"
1217
+ "iopub.execute_input": "2026-02-03T01:47:25.422535Z",
1218
+ "iopub.status.busy": "2026-02-03T01:47:25.422395Z",
1219
+ "iopub.status.idle": "2026-02-03T01:47:25.434136Z",
1220
+ "shell.execute_reply": "2026-02-03T01:47:25.433569Z"
1221
1221
  },
1222
1222
  "papermill": {
1223
- "duration": 0.018433,
1224
- "end_time": "2026-02-02T13:03:29.869973",
1223
+ "duration": 0.040448,
1224
+ "end_time": "2026-02-03T01:47:25.435146",
1225
1225
  "exception": false,
1226
- "start_time": "2026-02-02T13:03:29.851540",
1226
+ "start_time": "2026-02-03T01:47:25.394698",
1227
1227
  "status": "completed"
1228
1228
  },
1229
1229
  "tags": []
@@ -1290,10 +1290,10 @@
1290
1290
  "id": "013eb7ce",
1291
1291
  "metadata": {
1292
1292
  "papermill": {
1293
- "duration": 0.006356,
1294
- "end_time": "2026-02-02T13:03:29.882881",
1293
+ "duration": 0.047319,
1294
+ "end_time": "2026-02-03T01:47:25.508069",
1295
1295
  "exception": false,
1296
- "start_time": "2026-02-02T13:03:29.876525",
1296
+ "start_time": "2026-02-03T01:47:25.460750",
1297
1297
  "status": "completed"
1298
1298
  },
1299
1299
  "tags": []
@@ -1308,16 +1308,16 @@
1308
1308
  "id": "10f484f7",
1309
1309
  "metadata": {
1310
1310
  "execution": {
1311
- "iopub.execute_input": "2026-02-02T13:03:29.896805Z",
1312
- "iopub.status.busy": "2026-02-02T13:03:29.896685Z",
1313
- "iopub.status.idle": "2026-02-02T13:03:29.901031Z",
1314
- "shell.execute_reply": "2026-02-02T13:03:29.900122Z"
1311
+ "iopub.execute_input": "2026-02-03T01:47:25.562118Z",
1312
+ "iopub.status.busy": "2026-02-03T01:47:25.561941Z",
1313
+ "iopub.status.idle": "2026-02-03T01:47:25.566417Z",
1314
+ "shell.execute_reply": "2026-02-03T01:47:25.565908Z"
1315
1315
  },
1316
1316
  "papermill": {
1317
- "duration": 0.01235,
1318
- "end_time": "2026-02-02T13:03:29.901621",
1317
+ "duration": 0.033529,
1318
+ "end_time": "2026-02-03T01:47:25.567491",
1319
1319
  "exception": false,
1320
- "start_time": "2026-02-02T13:03:29.889271",
1320
+ "start_time": "2026-02-03T01:47:25.533962",
1321
1321
  "status": "completed"
1322
1322
  },
1323
1323
  "tags": []
@@ -1380,10 +1380,10 @@
1380
1380
  "id": "83e8707f",
1381
1381
  "metadata": {
1382
1382
  "papermill": {
1383
- "duration": 0.006628,
1384
- "end_time": "2026-02-02T13:03:29.915503",
1383
+ "duration": 0.026351,
1384
+ "end_time": "2026-02-03T01:47:25.619149",
1385
1385
  "exception": false,
1386
- "start_time": "2026-02-02T13:03:29.908875",
1386
+ "start_time": "2026-02-03T01:47:25.592798",
1387
1387
  "status": "completed"
1388
1388
  },
1389
1389
  "tags": []
@@ -1444,16 +1444,16 @@
1444
1444
  "id": "10135d83",
1445
1445
  "metadata": {
1446
1446
  "execution": {
1447
- "iopub.execute_input": "2026-02-02T13:03:29.929595Z",
1448
- "iopub.status.busy": "2026-02-02T13:03:29.929481Z",
1449
- "iopub.status.idle": "2026-02-02T13:03:29.932214Z",
1450
- "shell.execute_reply": "2026-02-02T13:03:29.931785Z"
1447
+ "iopub.execute_input": "2026-02-03T01:47:25.673193Z",
1448
+ "iopub.status.busy": "2026-02-03T01:47:25.672954Z",
1449
+ "iopub.status.idle": "2026-02-03T01:47:25.677045Z",
1450
+ "shell.execute_reply": "2026-02-03T01:47:25.676509Z"
1451
1451
  },
1452
1452
  "papermill": {
1453
- "duration": 0.010581,
1454
- "end_time": "2026-02-02T13:03:29.932681",
1453
+ "duration": 0.032597,
1454
+ "end_time": "2026-02-03T01:47:25.677639",
1455
1455
  "exception": false,
1456
- "start_time": "2026-02-02T13:03:29.922100",
1456
+ "start_time": "2026-02-03T01:47:25.645042",
1457
1457
  "status": "completed"
1458
1458
  },
1459
1459
  "tags": []
@@ -1483,10 +1483,10 @@
1483
1483
  "id": "fd5c408b",
1484
1484
  "metadata": {
1485
1485
  "papermill": {
1486
- "duration": 0.006519,
1487
- "end_time": "2026-02-02T13:03:29.945809",
1486
+ "duration": 0.025266,
1487
+ "end_time": "2026-02-03T01:47:25.728567",
1488
1488
  "exception": false,
1489
- "start_time": "2026-02-02T13:03:29.939290",
1489
+ "start_time": "2026-02-03T01:47:25.703301",
1490
1490
  "status": "completed"
1491
1491
  },
1492
1492
  "tags": []
@@ -1501,16 +1501,16 @@
1501
1501
  "id": "91ae21da",
1502
1502
  "metadata": {
1503
1503
  "execution": {
1504
- "iopub.execute_input": "2026-02-02T13:03:29.959750Z",
1505
- "iopub.status.busy": "2026-02-02T13:03:29.959602Z",
1506
- "iopub.status.idle": "2026-02-02T13:03:29.964357Z",
1507
- "shell.execute_reply": "2026-02-02T13:03:29.963917Z"
1504
+ "iopub.execute_input": "2026-02-03T01:47:25.782187Z",
1505
+ "iopub.status.busy": "2026-02-03T01:47:25.782069Z",
1506
+ "iopub.status.idle": "2026-02-03T01:47:25.788651Z",
1507
+ "shell.execute_reply": "2026-02-03T01:47:25.788141Z"
1508
1508
  },
1509
1509
  "papermill": {
1510
- "duration": 0.012698,
1511
- "end_time": "2026-02-02T13:03:29.964917",
1510
+ "duration": 0.034901,
1511
+ "end_time": "2026-02-03T01:47:25.789219",
1512
1512
  "exception": false,
1513
- "start_time": "2026-02-02T13:03:29.952219",
1513
+ "start_time": "2026-02-03T01:47:25.754318",
1514
1514
  "status": "completed"
1515
1515
  },
1516
1516
  "tags": []
@@ -1536,10 +1536,10 @@
1536
1536
  "id": "cc9d008e",
1537
1537
  "metadata": {
1538
1538
  "papermill": {
1539
- "duration": 0.006911,
1540
- "end_time": "2026-02-02T13:03:29.978469",
1539
+ "duration": 0.025266,
1540
+ "end_time": "2026-02-03T01:47:25.840247",
1541
1541
  "exception": false,
1542
- "start_time": "2026-02-02T13:03:29.971558",
1542
+ "start_time": "2026-02-03T01:47:25.814981",
1543
1543
  "status": "completed"
1544
1544
  },
1545
1545
  "tags": []
@@ -1558,16 +1558,16 @@
1558
1558
  "id": "4628808a",
1559
1559
  "metadata": {
1560
1560
  "execution": {
1561
- "iopub.execute_input": "2026-02-02T13:03:29.992359Z",
1562
- "iopub.status.busy": "2026-02-02T13:03:29.992067Z",
1563
- "iopub.status.idle": "2026-02-02T13:03:34.680434Z",
1564
- "shell.execute_reply": "2026-02-02T13:03:34.679976Z"
1561
+ "iopub.execute_input": "2026-02-03T01:47:25.893522Z",
1562
+ "iopub.status.busy": "2026-02-03T01:47:25.893410Z",
1563
+ "iopub.status.idle": "2026-02-03T01:47:33.299409Z",
1564
+ "shell.execute_reply": "2026-02-03T01:47:33.298579Z"
1565
1565
  },
1566
1566
  "papermill": {
1567
- "duration": 4.696712,
1568
- "end_time": "2026-02-02T13:03:34.681104",
1567
+ "duration": 7.434037,
1568
+ "end_time": "2026-02-03T01:47:33.300303",
1569
1569
  "exception": false,
1570
- "start_time": "2026-02-02T13:03:29.984392",
1570
+ "start_time": "2026-02-03T01:47:25.866266",
1571
1571
  "status": "completed"
1572
1572
  },
1573
1573
  "tags": []
@@ -1608,14 +1608,14 @@
1608
1608
  },
1609
1609
  "papermill": {
1610
1610
  "default_parameters": {},
1611
- "duration": 8.626387,
1612
- "end_time": "2026-02-02T13:03:35.105815",
1611
+ "duration": 14.004385,
1612
+ "end_time": "2026-02-03T01:47:34.352464",
1613
1613
  "environment_variables": {},
1614
1614
  "exception": null,
1615
1615
  "input_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/06_feature_opportunities.ipynb",
1616
1616
  "output_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/06_feature_opportunities.ipynb",
1617
1617
  "parameters": {},
1618
- "start_time": "2026-02-02T13:03:26.479428",
1618
+ "start_time": "2026-02-03T01:47:20.348079",
1619
1619
  "version": "2.6.0"
1620
1620
  }
1621
1621
  },