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": "cell-0",
6
6
  "metadata": {
7
7
  "papermill": {
8
- "duration": 0.00294,
9
- "end_time": "2026-02-02T13:00:36.292705",
8
+ "duration": 0.025034,
9
+ "end_time": "2026-02-03T01:43:20.572858",
10
10
  "exception": false,
11
- "start_time": "2026-02-02T13:00:36.289765",
11
+ "start_time": "2026-02-03T01:43:20.547824",
12
12
  "status": "completed"
13
13
  },
14
14
  "tags": []
@@ -45,10 +45,10 @@
45
45
  "id": "cell-1",
46
46
  "metadata": {
47
47
  "papermill": {
48
- "duration": 0.002082,
49
- "end_time": "2026-02-02T13:00:36.297433",
48
+ "duration": 0.006754,
49
+ "end_time": "2026-02-03T01:43:20.585534",
50
50
  "exception": false,
51
- "start_time": "2026-02-02T13:00:36.295351",
51
+ "start_time": "2026-02-03T01:43:20.578780",
52
52
  "status": "completed"
53
53
  },
54
54
  "tags": []
@@ -65,16 +65,16 @@
65
65
  "id": "cell-2",
66
66
  "metadata": {
67
67
  "execution": {
68
- "iopub.execute_input": "2026-02-02T13:00:36.302181Z",
69
- "iopub.status.busy": "2026-02-02T13:00:36.302053Z",
70
- "iopub.status.idle": "2026-02-02T13:00:38.169709Z",
71
- "shell.execute_reply": "2026-02-02T13:00:38.168998Z"
68
+ "iopub.execute_input": "2026-02-03T01:43:20.598844Z",
69
+ "iopub.status.busy": "2026-02-03T01:43:20.598683Z",
70
+ "iopub.status.idle": "2026-02-03T01:43:23.199510Z",
71
+ "shell.execute_reply": "2026-02-03T01:43:23.198669Z"
72
72
  },
73
73
  "papermill": {
74
- "duration": 1.871147,
75
- "end_time": "2026-02-02T13:00:38.170509",
74
+ "duration": 2.609608,
75
+ "end_time": "2026-02-03T01:43:23.201312",
76
76
  "exception": false,
77
- "start_time": "2026-02-02T13:00:36.299362",
77
+ "start_time": "2026-02-03T01:43:20.591704",
78
78
  "status": "completed"
79
79
  },
80
80
  "tags": []
@@ -116,16 +116,16 @@
116
116
  "id": "cell-3",
117
117
  "metadata": {
118
118
  "execution": {
119
- "iopub.execute_input": "2026-02-02T13:00:38.175150Z",
120
- "iopub.status.busy": "2026-02-02T13:00:38.175032Z",
121
- "iopub.status.idle": "2026-02-02T13:00:38.178565Z",
122
- "shell.execute_reply": "2026-02-02T13:00:38.178104Z"
119
+ "iopub.execute_input": "2026-02-03T01:43:23.216634Z",
120
+ "iopub.status.busy": "2026-02-03T01:43:23.216386Z",
121
+ "iopub.status.idle": "2026-02-03T01:43:23.226681Z",
122
+ "shell.execute_reply": "2026-02-03T01:43:23.225748Z"
123
123
  },
124
124
  "papermill": {
125
- "duration": 0.006562,
126
- "end_time": "2026-02-02T13:00:38.179180",
125
+ "duration": 0.020914,
126
+ "end_time": "2026-02-03T01:43:23.229047",
127
127
  "exception": false,
128
- "start_time": "2026-02-02T13:00:38.172618",
128
+ "start_time": "2026-02-03T01:43:23.208133",
129
129
  "status": "completed"
130
130
  },
131
131
  "tags": []
@@ -182,10 +182,10 @@
182
182
  "id": "cell-4",
183
183
  "metadata": {
184
184
  "papermill": {
185
- "duration": 0.001804,
186
- "end_time": "2026-02-02T13:00:38.182826",
185
+ "duration": 0.006893,
186
+ "end_time": "2026-02-03T01:43:23.242491",
187
187
  "exception": false,
188
- "start_time": "2026-02-02T13:00:38.181022",
188
+ "start_time": "2026-02-03T01:43:23.235598",
189
189
  "status": "completed"
190
190
  },
191
191
  "tags": []
@@ -208,16 +208,16 @@
208
208
  "id": "cell-5",
209
209
  "metadata": {
210
210
  "execution": {
211
- "iopub.execute_input": "2026-02-02T13:00:38.187106Z",
212
- "iopub.status.busy": "2026-02-02T13:00:38.186994Z",
213
- "iopub.status.idle": "2026-02-02T13:00:38.358866Z",
214
- "shell.execute_reply": "2026-02-02T13:00:38.358388Z"
211
+ "iopub.execute_input": "2026-02-03T01:43:23.256889Z",
212
+ "iopub.status.busy": "2026-02-03T01:43:23.256639Z",
213
+ "iopub.status.idle": "2026-02-03T01:43:23.463773Z",
214
+ "shell.execute_reply": "2026-02-03T01:43:23.463052Z"
215
215
  },
216
216
  "papermill": {
217
- "duration": 0.175034,
218
- "end_time": "2026-02-02T13:00:38.359612",
217
+ "duration": 0.215926,
218
+ "end_time": "2026-02-03T01:43:23.465085",
219
219
  "exception": false,
220
- "start_time": "2026-02-02T13:00:38.184578",
220
+ "start_time": "2026-02-03T01:43:23.249159",
221
221
  "status": "completed"
222
222
  },
223
223
  "tags": []
@@ -286,10 +286,10 @@
286
286
  "id": "jlzs6bfy2z",
287
287
  "metadata": {
288
288
  "papermill": {
289
- "duration": 0.002056,
290
- "end_time": "2026-02-02T13:00:38.363922",
289
+ "duration": 0.007382,
290
+ "end_time": "2026-02-03T01:43:23.479747",
291
291
  "exception": false,
292
- "start_time": "2026-02-02T13:00:38.361866",
292
+ "start_time": "2026-02-03T01:43:23.472365",
293
293
  "status": "completed"
294
294
  },
295
295
  "tags": []
@@ -317,16 +317,16 @@
317
317
  "id": "lfuwm8yytw",
318
318
  "metadata": {
319
319
  "execution": {
320
- "iopub.execute_input": "2026-02-02T13:00:38.368471Z",
321
- "iopub.status.busy": "2026-02-02T13:00:38.368352Z",
322
- "iopub.status.idle": "2026-02-02T13:00:38.411174Z",
323
- "shell.execute_reply": "2026-02-02T13:00:38.410774Z"
320
+ "iopub.execute_input": "2026-02-03T01:43:23.494396Z",
321
+ "iopub.status.busy": "2026-02-03T01:43:23.494257Z",
322
+ "iopub.status.idle": "2026-02-03T01:43:23.545037Z",
323
+ "shell.execute_reply": "2026-02-03T01:43:23.544207Z"
324
324
  },
325
325
  "papermill": {
326
- "duration": 0.046024,
327
- "end_time": "2026-02-02T13:00:38.411683",
326
+ "duration": 0.059328,
327
+ "end_time": "2026-02-03T01:43:23.545971",
328
328
  "exception": false,
329
- "start_time": "2026-02-02T13:00:38.365659",
329
+ "start_time": "2026-02-03T01:43:23.486643",
330
330
  "status": "completed"
331
331
  },
332
332
  "tags": []
@@ -422,16 +422,16 @@
422
422
  "id": "ls2ezi1t5ag",
423
423
  "metadata": {
424
424
  "execution": {
425
- "iopub.execute_input": "2026-02-02T13:00:38.416642Z",
426
- "iopub.status.busy": "2026-02-02T13:00:38.416549Z",
427
- "iopub.status.idle": "2026-02-02T13:00:38.546887Z",
428
- "shell.execute_reply": "2026-02-02T13:00:38.546376Z"
425
+ "iopub.execute_input": "2026-02-03T01:43:23.560722Z",
426
+ "iopub.status.busy": "2026-02-03T01:43:23.560575Z",
427
+ "iopub.status.idle": "2026-02-03T01:43:23.750128Z",
428
+ "shell.execute_reply": "2026-02-03T01:43:23.749387Z"
429
429
  },
430
430
  "papermill": {
431
- "duration": 0.133635,
432
- "end_time": "2026-02-02T13:00:38.547468",
431
+ "duration": 0.198242,
432
+ "end_time": "2026-02-03T01:43:23.751074",
433
433
  "exception": false,
434
- "start_time": "2026-02-02T13:00:38.413833",
434
+ "start_time": "2026-02-03T01:43:23.552832",
435
435
  "status": "completed"
436
436
  },
437
437
  "tags": []
@@ -482,16 +482,16 @@
482
482
  "id": "cell-6",
483
483
  "metadata": {
484
484
  "execution": {
485
- "iopub.execute_input": "2026-02-02T13:00:38.555852Z",
486
- "iopub.status.busy": "2026-02-02T13:00:38.555746Z",
487
- "iopub.status.idle": "2026-02-02T13:00:39.496304Z",
488
- "shell.execute_reply": "2026-02-02T13:00:39.495731Z"
485
+ "iopub.execute_input": "2026-02-03T01:43:23.788828Z",
486
+ "iopub.status.busy": "2026-02-03T01:43:23.788677Z",
487
+ "iopub.status.idle": "2026-02-03T01:43:25.985852Z",
488
+ "shell.execute_reply": "2026-02-03T01:43:25.985359Z"
489
489
  },
490
490
  "papermill": {
491
- "duration": 0.945295,
492
- "end_time": "2026-02-02T13:00:39.496802",
491
+ "duration": 2.217455,
492
+ "end_time": "2026-02-03T01:43:25.986501",
493
493
  "exception": false,
494
- "start_time": "2026-02-02T13:00:38.551507",
494
+ "start_time": "2026-02-03T01:43:23.769046",
495
495
  "status": "completed"
496
496
  },
497
497
  "tags": []
@@ -573,10 +573,10 @@
573
573
  "id": "cell-7",
574
574
  "metadata": {
575
575
  "papermill": {
576
- "duration": 0.003621,
577
- "end_time": "2026-02-02T13:00:39.504319",
576
+ "duration": 0.016581,
577
+ "end_time": "2026-02-03T01:43:26.020812",
578
578
  "exception": false,
579
- "start_time": "2026-02-02T13:00:39.500698",
579
+ "start_time": "2026-02-03T01:43:26.004231",
580
580
  "status": "completed"
581
581
  },
582
582
  "tags": []
@@ -593,16 +593,16 @@
593
593
  "id": "cell-8",
594
594
  "metadata": {
595
595
  "execution": {
596
- "iopub.execute_input": "2026-02-02T13:00:39.512718Z",
597
- "iopub.status.busy": "2026-02-02T13:00:39.512483Z",
598
- "iopub.status.idle": "2026-02-02T13:00:40.268036Z",
599
- "shell.execute_reply": "2026-02-02T13:00:40.267613Z"
596
+ "iopub.execute_input": "2026-02-03T01:43:26.054438Z",
597
+ "iopub.status.busy": "2026-02-03T01:43:26.054170Z",
598
+ "iopub.status.idle": "2026-02-03T01:43:26.954240Z",
599
+ "shell.execute_reply": "2026-02-03T01:43:26.953657Z"
600
600
  },
601
601
  "papermill": {
602
- "duration": 0.760707,
603
- "end_time": "2026-02-02T13:00:40.268855",
602
+ "duration": 0.918266,
603
+ "end_time": "2026-02-03T01:43:26.955284",
604
604
  "exception": false,
605
- "start_time": "2026-02-02T13:00:39.508148",
605
+ "start_time": "2026-02-03T01:43:26.037018",
606
606
  "status": "completed"
607
607
  },
608
608
  "tags": []
@@ -643,10 +643,10 @@
643
643
  "id": "cell-9",
644
644
  "metadata": {
645
645
  "papermill": {
646
- "duration": 0.008723,
647
- "end_time": "2026-02-02T13:00:40.285925",
646
+ "duration": 0.03486,
647
+ "end_time": "2026-02-03T01:43:27.029903",
648
648
  "exception": false,
649
- "start_time": "2026-02-02T13:00:40.277202",
649
+ "start_time": "2026-02-03T01:43:26.995043",
650
650
  "status": "completed"
651
651
  },
652
652
  "tags": []
@@ -661,16 +661,16 @@
661
661
  "id": "cell-10",
662
662
  "metadata": {
663
663
  "execution": {
664
- "iopub.execute_input": "2026-02-02T13:00:40.304451Z",
665
- "iopub.status.busy": "2026-02-02T13:00:40.304338Z",
666
- "iopub.status.idle": "2026-02-02T13:00:40.309685Z",
667
- "shell.execute_reply": "2026-02-02T13:00:40.309252Z"
664
+ "iopub.execute_input": "2026-02-03T01:43:27.100946Z",
665
+ "iopub.status.busy": "2026-02-03T01:43:27.100815Z",
666
+ "iopub.status.idle": "2026-02-03T01:43:27.110933Z",
667
+ "shell.execute_reply": "2026-02-03T01:43:27.109899Z"
668
668
  },
669
669
  "papermill": {
670
- "duration": 0.015804,
671
- "end_time": "2026-02-02T13:00:40.310226",
670
+ "duration": 0.047578,
671
+ "end_time": "2026-02-03T01:43:27.111992",
672
672
  "exception": false,
673
- "start_time": "2026-02-02T13:00:40.294422",
673
+ "start_time": "2026-02-03T01:43:27.064414",
674
674
  "status": "completed"
675
675
  },
676
676
  "tags": []
@@ -703,10 +703,10 @@
703
703
  "id": "cell-11",
704
704
  "metadata": {
705
705
  "papermill": {
706
- "duration": 0.008735,
707
- "end_time": "2026-02-02T13:00:40.327637",
706
+ "duration": 0.056167,
707
+ "end_time": "2026-02-03T01:43:27.204630",
708
708
  "exception": false,
709
- "start_time": "2026-02-02T13:00:40.318902",
709
+ "start_time": "2026-02-03T01:43:27.148463",
710
710
  "status": "completed"
711
711
  },
712
712
  "tags": []
@@ -721,16 +721,16 @@
721
721
  "id": "cell-12",
722
722
  "metadata": {
723
723
  "execution": {
724
- "iopub.execute_input": "2026-02-02T13:00:40.345703Z",
725
- "iopub.status.busy": "2026-02-02T13:00:40.345579Z",
726
- "iopub.status.idle": "2026-02-02T13:00:40.349522Z",
727
- "shell.execute_reply": "2026-02-02T13:00:40.348868Z"
724
+ "iopub.execute_input": "2026-02-03T01:43:27.278236Z",
725
+ "iopub.status.busy": "2026-02-03T01:43:27.278116Z",
726
+ "iopub.status.idle": "2026-02-03T01:43:27.282986Z",
727
+ "shell.execute_reply": "2026-02-03T01:43:27.282410Z"
728
728
  },
729
729
  "papermill": {
730
- "duration": 0.014034,
731
- "end_time": "2026-02-02T13:00:40.350273",
730
+ "duration": 0.043403,
731
+ "end_time": "2026-02-03T01:43:27.283696",
732
732
  "exception": false,
733
- "start_time": "2026-02-02T13:00:40.336239",
733
+ "start_time": "2026-02-03T01:43:27.240293",
734
734
  "status": "completed"
735
735
  },
736
736
  "tags": []
@@ -760,10 +760,10 @@
760
760
  "id": "cell-13",
761
761
  "metadata": {
762
762
  "papermill": {
763
- "duration": 0.009232,
764
- "end_time": "2026-02-02T13:00:40.368298",
763
+ "duration": 0.035648,
764
+ "end_time": "2026-02-03T01:43:27.355358",
765
765
  "exception": false,
766
- "start_time": "2026-02-02T13:00:40.359066",
766
+ "start_time": "2026-02-03T01:43:27.319710",
767
767
  "status": "completed"
768
768
  },
769
769
  "tags": []
@@ -778,16 +778,16 @@
778
778
  "id": "cell-14",
779
779
  "metadata": {
780
780
  "execution": {
781
- "iopub.execute_input": "2026-02-02T13:00:40.400815Z",
782
- "iopub.status.busy": "2026-02-02T13:00:40.400689Z",
783
- "iopub.status.idle": "2026-02-02T13:00:40.754947Z",
784
- "shell.execute_reply": "2026-02-02T13:00:40.754559Z"
781
+ "iopub.execute_input": "2026-02-03T01:43:27.426392Z",
782
+ "iopub.status.busy": "2026-02-03T01:43:27.426278Z",
783
+ "iopub.status.idle": "2026-02-03T01:43:27.817947Z",
784
+ "shell.execute_reply": "2026-02-03T01:43:27.817491Z"
785
785
  },
786
786
  "papermill": {
787
- "duration": 0.363804,
788
- "end_time": "2026-02-02T13:00:40.755594",
787
+ "duration": 0.428128,
788
+ "end_time": "2026-02-03T01:43:27.818913",
789
789
  "exception": false,
790
- "start_time": "2026-02-02T13:00:40.391790",
790
+ "start_time": "2026-02-03T01:43:27.390785",
791
791
  "status": "completed"
792
792
  },
793
793
  "tags": []
@@ -838,10 +838,10 @@
838
838
  "id": "5x5ypzy4cqg",
839
839
  "metadata": {
840
840
  "papermill": {
841
- "duration": 0.008912,
842
- "end_time": "2026-02-02T13:00:40.773089",
841
+ "duration": 0.03592,
842
+ "end_time": "2026-02-03T01:43:27.890262",
843
843
  "exception": false,
844
- "start_time": "2026-02-02T13:00:40.764177",
844
+ "start_time": "2026-02-03T01:43:27.854342",
845
845
  "status": "completed"
846
846
  },
847
847
  "tags": []
@@ -863,16 +863,16 @@
863
863
  "id": "9wdocsw3wzj",
864
864
  "metadata": {
865
865
  "execution": {
866
- "iopub.execute_input": "2026-02-02T13:00:40.791006Z",
867
- "iopub.status.busy": "2026-02-02T13:00:40.790895Z",
868
- "iopub.status.idle": "2026-02-02T13:00:40.815884Z",
869
- "shell.execute_reply": "2026-02-02T13:00:40.815234Z"
866
+ "iopub.execute_input": "2026-02-03T01:43:27.961622Z",
867
+ "iopub.status.busy": "2026-02-03T01:43:27.961489Z",
868
+ "iopub.status.idle": "2026-02-03T01:43:27.986733Z",
869
+ "shell.execute_reply": "2026-02-03T01:43:27.986270Z"
870
870
  },
871
871
  "papermill": {
872
- "duration": 0.035005,
873
- "end_time": "2026-02-02T13:00:40.816633",
872
+ "duration": 0.062238,
873
+ "end_time": "2026-02-03T01:43:27.987421",
874
874
  "exception": false,
875
- "start_time": "2026-02-02T13:00:40.781628",
875
+ "start_time": "2026-02-03T01:43:27.925183",
876
876
  "status": "completed"
877
877
  },
878
878
  "tags": []
@@ -944,10 +944,10 @@
944
944
  "id": "cell-15",
945
945
  "metadata": {
946
946
  "papermill": {
947
- "duration": 0.009128,
948
- "end_time": "2026-02-02T13:00:40.834570",
947
+ "duration": 0.037618,
948
+ "end_time": "2026-02-03T01:43:28.061195",
949
949
  "exception": false,
950
- "start_time": "2026-02-02T13:00:40.825442",
950
+ "start_time": "2026-02-03T01:43:28.023577",
951
951
  "status": "completed"
952
952
  },
953
953
  "tags": []
@@ -964,16 +964,16 @@
964
964
  "id": "cell-16",
965
965
  "metadata": {
966
966
  "execution": {
967
- "iopub.execute_input": "2026-02-02T13:00:40.853044Z",
968
- "iopub.status.busy": "2026-02-02T13:00:40.852915Z",
969
- "iopub.status.idle": "2026-02-02T13:00:40.856702Z",
970
- "shell.execute_reply": "2026-02-02T13:00:40.856113Z"
967
+ "iopub.execute_input": "2026-02-03T01:43:28.137414Z",
968
+ "iopub.status.busy": "2026-02-03T01:43:28.137285Z",
969
+ "iopub.status.idle": "2026-02-03T01:43:28.142565Z",
970
+ "shell.execute_reply": "2026-02-03T01:43:28.141468Z"
971
971
  },
972
972
  "papermill": {
973
- "duration": 0.014054,
974
- "end_time": "2026-02-02T13:00:40.857405",
973
+ "duration": 0.046539,
974
+ "end_time": "2026-02-03T01:43:28.143335",
975
975
  "exception": false,
976
- "start_time": "2026-02-02T13:00:40.843351",
976
+ "start_time": "2026-02-03T01:43:28.096796",
977
977
  "status": "completed"
978
978
  },
979
979
  "tags": []
@@ -1015,10 +1015,10 @@
1015
1015
  "id": "cell-17",
1016
1016
  "metadata": {
1017
1017
  "papermill": {
1018
- "duration": 0.008987,
1019
- "end_time": "2026-02-02T13:00:40.874685",
1018
+ "duration": 0.037303,
1019
+ "end_time": "2026-02-03T01:43:28.218340",
1020
1020
  "exception": false,
1021
- "start_time": "2026-02-02T13:00:40.865698",
1021
+ "start_time": "2026-02-03T01:43:28.181037",
1022
1022
  "status": "completed"
1023
1023
  },
1024
1024
  "tags": []
@@ -1033,16 +1033,16 @@
1033
1033
  "id": "cell-18",
1034
1034
  "metadata": {
1035
1035
  "execution": {
1036
- "iopub.execute_input": "2026-02-02T13:00:40.892705Z",
1037
- "iopub.status.busy": "2026-02-02T13:00:40.892582Z",
1038
- "iopub.status.idle": "2026-02-02T13:00:40.907134Z",
1039
- "shell.execute_reply": "2026-02-02T13:00:40.906616Z"
1036
+ "iopub.execute_input": "2026-02-03T01:43:28.294166Z",
1037
+ "iopub.status.busy": "2026-02-03T01:43:28.294009Z",
1038
+ "iopub.status.idle": "2026-02-03T01:43:28.310406Z",
1039
+ "shell.execute_reply": "2026-02-03T01:43:28.309808Z"
1040
1040
  },
1041
1041
  "papermill": {
1042
- "duration": 0.024129,
1043
- "end_time": "2026-02-02T13:00:40.907614",
1042
+ "duration": 0.053976,
1043
+ "end_time": "2026-02-03T01:43:28.311572",
1044
1044
  "exception": false,
1045
- "start_time": "2026-02-02T13:00:40.883485",
1045
+ "start_time": "2026-02-03T01:43:28.257596",
1046
1046
  "status": "completed"
1047
1047
  },
1048
1048
  "tags": []
@@ -1085,10 +1085,10 @@
1085
1085
  "id": "cell-19",
1086
1086
  "metadata": {
1087
1087
  "papermill": {
1088
- "duration": 0.008551,
1089
- "end_time": "2026-02-02T13:00:40.925353",
1088
+ "duration": 0.036029,
1089
+ "end_time": "2026-02-03T01:43:28.383882",
1090
1090
  "exception": false,
1091
- "start_time": "2026-02-02T13:00:40.916802",
1091
+ "start_time": "2026-02-03T01:43:28.347853",
1092
1092
  "status": "completed"
1093
1093
  },
1094
1094
  "tags": []
@@ -1115,10 +1115,10 @@
1115
1115
  "id": "4c15f6a9",
1116
1116
  "metadata": {
1117
1117
  "papermill": {
1118
- "duration": 0.008746,
1119
- "end_time": "2026-02-02T13:00:40.942103",
1118
+ "duration": 0.035879,
1119
+ "end_time": "2026-02-03T01:43:28.455028",
1120
1120
  "exception": false,
1121
- "start_time": "2026-02-02T13:00:40.933357",
1121
+ "start_time": "2026-02-03T01:43:28.419149",
1122
1122
  "status": "completed"
1123
1123
  },
1124
1124
  "tags": []
@@ -1131,7 +1131,7 @@
1131
1131
  ],
1132
1132
  "metadata": {
1133
1133
  "kernelspec": {
1134
- "display_name": "Python 3",
1134
+ "display_name": ".venv",
1135
1135
  "language": "python",
1136
1136
  "name": "python3"
1137
1137
  },
@@ -1149,14 +1149,14 @@
1149
1149
  },
1150
1150
  "papermill": {
1151
1151
  "default_parameters": {},
1152
- "duration": 5.708346,
1153
- "end_time": "2026-02-02T13:00:41.468599",
1152
+ "duration": 9.813902,
1153
+ "end_time": "2026-02-03T01:43:29.616535",
1154
1154
  "environment_variables": {},
1155
1155
  "exception": null,
1156
1156
  "input_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/01_data_discovery.ipynb",
1157
1157
  "output_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/01_data_discovery.ipynb",
1158
1158
  "parameters": {},
1159
- "start_time": "2026-02-02T13:00:35.760253",
1159
+ "start_time": "2026-02-03T01:43:19.802633",
1160
1160
  "version": "2.6.0"
1161
1161
  }
1162
1162
  },