churnkit 0.75.0a3__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 (45) hide show
  1. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/00_start_here.ipynb +72 -72
  2. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01_data_discovery.ipynb +134 -134
  3. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01a_temporal_deep_dive.ipynb +207 -207
  4. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01b_temporal_quality.ipynb +109 -109
  5. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01c_temporal_patterns.ipynb +283 -283
  6. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01d_event_aggregation.ipynb +145 -145
  7. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/02_column_deep_dive.ipynb +126 -126
  8. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/03_quality_assessment.ipynb +149 -149
  9. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/04_relationship_analysis.ipynb +172 -172
  10. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/05_multi_dataset.ipynb +130 -130
  11. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/06_feature_opportunities.ipynb +163 -163
  12. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/07_modeling_readiness.ipynb +99 -99
  13. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/08_baseline_experiments.ipynb +126 -126
  14. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/09_business_alignment.ipynb +89 -89
  15. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/10_spec_generation.ipynb +132 -132
  16. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/11_scoring_validation.ipynb +197 -197
  17. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/12_view_documentation.ipynb +27 -27
  18. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a1.dist-info}/METADATA +2 -2
  19. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a1.dist-info}/RECORD +45 -45
  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/stages/features/behavioral_features.py +3 -3
  26. customer_retention/stages/features/customer_segmentation.py +10 -10
  27. customer_retention/stages/features/feature_selector.py +2 -2
  28. customer_retention/stages/profiling/relationship_recommender.py +2 -2
  29. customer_retention/stages/profiling/temporal_feature_analyzer.py +3 -3
  30. customer_retention/stages/profiling/temporal_pattern_analyzer.py +10 -10
  31. customer_retention/stages/profiling/temporal_quality_checks.py +6 -6
  32. customer_retention/stages/profiling/time_series_profiler.py +13 -7
  33. customer_retention/stages/profiling/time_window_aggregator.py +22 -15
  34. customer_retention/stages/transformation/categorical_encoder.py +2 -2
  35. customer_retention/stages/transformation/pipeline.py +2 -2
  36. customer_retention/stages/validation/data_quality_gate.py +5 -5
  37. customer_retention/stages/validation/data_validators.py +3 -3
  38. customer_retention/stages/validation/leakage_gate.py +4 -4
  39. customer_retention/stages/validation/timeseries_detector.py +6 -6
  40. customer_retention/transforms/ops.py +2 -2
  41. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01a_a_temporal_text_deep_dive.ipynb +0 -0
  42. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/02a_text_columns_deep_dive.ipynb +0 -0
  43. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a1.dist-info}/WHEEL +0 -0
  44. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a1.dist-info}/entry_points.txt +0 -0
  45. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a1.dist-info}/licenses/LICENSE +0 -0
@@ -5,10 +5,10 @@
5
5
  "id": "18a81db7",
6
6
  "metadata": {
7
7
  "papermill": {
8
- "duration": 0.003496,
9
- "end_time": "2026-02-02T13:03:21.294742",
8
+ "duration": 0.007043,
9
+ "end_time": "2026-02-03T01:47:14.068354",
10
10
  "exception": false,
11
- "start_time": "2026-02-02T13:03:21.291246",
11
+ "start_time": "2026-02-03T01:47:14.061311",
12
12
  "status": "completed"
13
13
  },
14
14
  "tags": []
@@ -60,10 +60,10 @@
60
60
  "id": "915afefc",
61
61
  "metadata": {
62
62
  "papermill": {
63
- "duration": 0.002093,
64
- "end_time": "2026-02-02T13:03:21.299543",
63
+ "duration": 0.006181,
64
+ "end_time": "2026-02-03T01:47:14.080587",
65
65
  "exception": false,
66
- "start_time": "2026-02-02T13:03:21.297450",
66
+ "start_time": "2026-02-03T01:47:14.074406",
67
67
  "status": "completed"
68
68
  },
69
69
  "tags": []
@@ -78,16 +78,16 @@
78
78
  "id": "c7d77a44",
79
79
  "metadata": {
80
80
  "execution": {
81
- "iopub.execute_input": "2026-02-02T13:03:21.304757Z",
82
- "iopub.status.busy": "2026-02-02T13:03:21.304630Z",
83
- "iopub.status.idle": "2026-02-02T13:03:23.135487Z",
84
- "shell.execute_reply": "2026-02-02T13:03:23.134869Z"
81
+ "iopub.execute_input": "2026-02-03T01:47:14.093253Z",
82
+ "iopub.status.busy": "2026-02-03T01:47:14.093132Z",
83
+ "iopub.status.idle": "2026-02-03T01:47:16.517322Z",
84
+ "shell.execute_reply": "2026-02-03T01:47:16.516726Z"
85
85
  },
86
86
  "papermill": {
87
- "duration": 1.835817,
88
- "end_time": "2026-02-02T13:03:23.137563",
87
+ "duration": 2.431627,
88
+ "end_time": "2026-02-03T01:47:16.518450",
89
89
  "exception": false,
90
- "start_time": "2026-02-02T13:03:21.301746",
90
+ "start_time": "2026-02-03T01:47:14.086823",
91
91
  "status": "completed"
92
92
  },
93
93
  "tags": []
@@ -133,16 +133,16 @@
133
133
  "id": "eda144a0",
134
134
  "metadata": {
135
135
  "execution": {
136
- "iopub.execute_input": "2026-02-02T13:03:23.143847Z",
137
- "iopub.status.busy": "2026-02-02T13:03:23.143614Z",
138
- "iopub.status.idle": "2026-02-02T13:03:23.149654Z",
139
- "shell.execute_reply": "2026-02-02T13:03:23.148371Z"
136
+ "iopub.execute_input": "2026-02-03T01:47:16.532213Z",
137
+ "iopub.status.busy": "2026-02-03T01:47:16.532030Z",
138
+ "iopub.status.idle": "2026-02-03T01:47:16.543449Z",
139
+ "shell.execute_reply": "2026-02-03T01:47:16.541263Z"
140
140
  },
141
141
  "papermill": {
142
- "duration": 0.010775,
143
- "end_time": "2026-02-02T13:03:23.150723",
142
+ "duration": 0.020681,
143
+ "end_time": "2026-02-03T01:47:16.545138",
144
144
  "exception": false,
145
- "start_time": "2026-02-02T13:03:23.139948",
145
+ "start_time": "2026-02-03T01:47:16.524457",
146
146
  "status": "completed"
147
147
  },
148
148
  "tags": []
@@ -185,16 +185,16 @@
185
185
  "id": "a4d325cd",
186
186
  "metadata": {
187
187
  "execution": {
188
- "iopub.execute_input": "2026-02-02T13:03:23.173572Z",
189
- "iopub.status.busy": "2026-02-02T13:03:23.173134Z",
190
- "iopub.status.idle": "2026-02-02T13:03:23.392956Z",
191
- "shell.execute_reply": "2026-02-02T13:03:23.392264Z"
188
+ "iopub.execute_input": "2026-02-03T01:47:16.559755Z",
189
+ "iopub.status.busy": "2026-02-03T01:47:16.559578Z",
190
+ "iopub.status.idle": "2026-02-03T01:47:16.783466Z",
191
+ "shell.execute_reply": "2026-02-03T01:47:16.782847Z"
192
192
  },
193
193
  "papermill": {
194
- "duration": 0.230614,
195
- "end_time": "2026-02-02T13:03:23.393602",
194
+ "duration": 0.232845,
195
+ "end_time": "2026-02-03T01:47:16.784303",
196
196
  "exception": false,
197
- "start_time": "2026-02-02T13:03:23.162988",
197
+ "start_time": "2026-02-03T01:47:16.551458",
198
198
  "status": "completed"
199
199
  },
200
200
  "tags": []
@@ -226,10 +226,10 @@
226
226
  "id": "23f1c0fd",
227
227
  "metadata": {
228
228
  "papermill": {
229
- "duration": 0.002275,
230
- "end_time": "2026-02-02T13:03:23.398411",
229
+ "duration": 0.007516,
230
+ "end_time": "2026-02-03T01:47:16.798346",
231
231
  "exception": false,
232
- "start_time": "2026-02-02T13:03:23.396136",
232
+ "start_time": "2026-02-03T01:47:16.790830",
233
233
  "status": "completed"
234
234
  },
235
235
  "tags": []
@@ -244,16 +244,16 @@
244
244
  "id": "465a97e7",
245
245
  "metadata": {
246
246
  "execution": {
247
- "iopub.execute_input": "2026-02-02T13:03:23.403897Z",
248
- "iopub.status.busy": "2026-02-02T13:03:23.403766Z",
249
- "iopub.status.idle": "2026-02-02T13:03:23.601533Z",
250
- "shell.execute_reply": "2026-02-02T13:03:23.600794Z"
247
+ "iopub.execute_input": "2026-02-03T01:47:16.812009Z",
248
+ "iopub.status.busy": "2026-02-03T01:47:16.811864Z",
249
+ "iopub.status.idle": "2026-02-03T01:47:17.004916Z",
250
+ "shell.execute_reply": "2026-02-03T01:47:17.002880Z"
251
251
  },
252
252
  "papermill": {
253
- "duration": 0.201877,
254
- "end_time": "2026-02-02T13:03:23.602549",
253
+ "duration": 0.201493,
254
+ "end_time": "2026-02-03T01:47:17.006071",
255
255
  "exception": false,
256
- "start_time": "2026-02-02T13:03:23.400672",
256
+ "start_time": "2026-02-03T01:47:16.804578",
257
257
  "status": "completed"
258
258
  },
259
259
  "tags": []
@@ -387,10 +387,10 @@
387
387
  "id": "60022f5a",
388
388
  "metadata": {
389
389
  "papermill": {
390
- "duration": 0.004026,
391
- "end_time": "2026-02-02T13:03:23.611009",
390
+ "duration": 0.016348,
391
+ "end_time": "2026-02-03T01:47:17.039607",
392
392
  "exception": false,
393
- "start_time": "2026-02-02T13:03:23.606983",
393
+ "start_time": "2026-02-03T01:47:17.023259",
394
394
  "status": "completed"
395
395
  },
396
396
  "tags": []
@@ -407,16 +407,16 @@
407
407
  "id": "68d408f6",
408
408
  "metadata": {
409
409
  "execution": {
410
- "iopub.execute_input": "2026-02-02T13:03:23.619976Z",
411
- "iopub.status.busy": "2026-02-02T13:03:23.619857Z",
412
- "iopub.status.idle": "2026-02-02T13:03:23.622891Z",
413
- "shell.execute_reply": "2026-02-02T13:03:23.622459Z"
410
+ "iopub.execute_input": "2026-02-03T01:47:17.071060Z",
411
+ "iopub.status.busy": "2026-02-03T01:47:17.070935Z",
412
+ "iopub.status.idle": "2026-02-03T01:47:17.079085Z",
413
+ "shell.execute_reply": "2026-02-03T01:47:17.078446Z"
414
414
  },
415
415
  "papermill": {
416
- "duration": 0.008084,
417
- "end_time": "2026-02-02T13:03:23.623501",
416
+ "duration": 0.024955,
417
+ "end_time": "2026-02-03T01:47:17.079972",
418
418
  "exception": false,
419
- "start_time": "2026-02-02T13:03:23.615417",
419
+ "start_time": "2026-02-03T01:47:17.055017",
420
420
  "status": "completed"
421
421
  },
422
422
  "tags": []
@@ -453,10 +453,10 @@
453
453
  "id": "9af4a83a",
454
454
  "metadata": {
455
455
  "papermill": {
456
- "duration": 0.005501,
457
- "end_time": "2026-02-02T13:03:23.633770",
456
+ "duration": 0.01572,
457
+ "end_time": "2026-02-03T01:47:17.123206",
458
458
  "exception": false,
459
- "start_time": "2026-02-02T13:03:23.628269",
459
+ "start_time": "2026-02-03T01:47:17.107486",
460
460
  "status": "completed"
461
461
  },
462
462
  "tags": []
@@ -476,16 +476,16 @@
476
476
  "id": "231f9f79",
477
477
  "metadata": {
478
478
  "execution": {
479
- "iopub.execute_input": "2026-02-02T13:03:23.643403Z",
480
- "iopub.status.busy": "2026-02-02T13:03:23.643275Z",
481
- "iopub.status.idle": "2026-02-02T13:03:23.646721Z",
482
- "shell.execute_reply": "2026-02-02T13:03:23.646004Z"
479
+ "iopub.execute_input": "2026-02-03T01:47:17.156136Z",
480
+ "iopub.status.busy": "2026-02-03T01:47:17.156023Z",
481
+ "iopub.status.idle": "2026-02-03T01:47:17.159355Z",
482
+ "shell.execute_reply": "2026-02-03T01:47:17.158761Z"
483
483
  },
484
484
  "papermill": {
485
- "duration": 0.009505,
486
- "end_time": "2026-02-02T13:03:23.647552",
485
+ "duration": 0.021026,
486
+ "end_time": "2026-02-03T01:47:17.159976",
487
487
  "exception": false,
488
- "start_time": "2026-02-02T13:03:23.638047",
488
+ "start_time": "2026-02-03T01:47:17.138950",
489
489
  "status": "completed"
490
490
  },
491
491
  "tags": []
@@ -526,16 +526,16 @@
526
526
  "id": "f739bec7",
527
527
  "metadata": {
528
528
  "execution": {
529
- "iopub.execute_input": "2026-02-02T13:03:23.656470Z",
530
- "iopub.status.busy": "2026-02-02T13:03:23.656355Z",
531
- "iopub.status.idle": "2026-02-02T13:03:23.659921Z",
532
- "shell.execute_reply": "2026-02-02T13:03:23.659317Z"
529
+ "iopub.execute_input": "2026-02-03T01:47:17.192377Z",
530
+ "iopub.status.busy": "2026-02-03T01:47:17.192260Z",
531
+ "iopub.status.idle": "2026-02-03T01:47:17.195677Z",
532
+ "shell.execute_reply": "2026-02-03T01:47:17.195265Z"
533
533
  },
534
534
  "papermill": {
535
- "duration": 0.009088,
536
- "end_time": "2026-02-02T13:03:23.660820",
535
+ "duration": 0.020381,
536
+ "end_time": "2026-02-03T01:47:17.196378",
537
537
  "exception": false,
538
- "start_time": "2026-02-02T13:03:23.651732",
538
+ "start_time": "2026-02-03T01:47:17.175997",
539
539
  "status": "completed"
540
540
  },
541
541
  "tags": []
@@ -593,10 +593,10 @@
593
593
  "id": "ad203984",
594
594
  "metadata": {
595
595
  "papermill": {
596
- "duration": 0.004387,
597
- "end_time": "2026-02-02T13:03:23.671779",
596
+ "duration": 0.027971,
597
+ "end_time": "2026-02-03T01:47:17.247831",
598
598
  "exception": false,
599
- "start_time": "2026-02-02T13:03:23.667392",
599
+ "start_time": "2026-02-03T01:47:17.219860",
600
600
  "status": "completed"
601
601
  },
602
602
  "tags": []
@@ -627,16 +627,16 @@
627
627
  "id": "1d005aff",
628
628
  "metadata": {
629
629
  "execution": {
630
- "iopub.execute_input": "2026-02-02T13:03:23.683740Z",
631
- "iopub.status.busy": "2026-02-02T13:03:23.683600Z",
632
- "iopub.status.idle": "2026-02-02T13:03:23.687775Z",
633
- "shell.execute_reply": "2026-02-02T13:03:23.687218Z"
630
+ "iopub.execute_input": "2026-02-03T01:47:17.282589Z",
631
+ "iopub.status.busy": "2026-02-03T01:47:17.282385Z",
632
+ "iopub.status.idle": "2026-02-03T01:47:17.287018Z",
633
+ "shell.execute_reply": "2026-02-03T01:47:17.286030Z"
634
634
  },
635
635
  "papermill": {
636
- "duration": 0.012099,
637
- "end_time": "2026-02-02T13:03:23.688972",
636
+ "duration": 0.025203,
637
+ "end_time": "2026-02-03T01:47:17.289500",
638
638
  "exception": false,
639
- "start_time": "2026-02-02T13:03:23.676873",
639
+ "start_time": "2026-02-03T01:47:17.264297",
640
640
  "status": "completed"
641
641
  },
642
642
  "tags": []
@@ -678,16 +678,16 @@
678
678
  "id": "89dee3cc",
679
679
  "metadata": {
680
680
  "execution": {
681
- "iopub.execute_input": "2026-02-02T13:03:23.701821Z",
682
- "iopub.status.busy": "2026-02-02T13:03:23.701603Z",
683
- "iopub.status.idle": "2026-02-02T13:03:23.707747Z",
684
- "shell.execute_reply": "2026-02-02T13:03:23.706719Z"
681
+ "iopub.execute_input": "2026-02-03T01:47:17.325136Z",
682
+ "iopub.status.busy": "2026-02-03T01:47:17.325018Z",
683
+ "iopub.status.idle": "2026-02-03T01:47:17.330255Z",
684
+ "shell.execute_reply": "2026-02-03T01:47:17.329648Z"
685
685
  },
686
686
  "papermill": {
687
- "duration": 0.01362,
688
- "end_time": "2026-02-02T13:03:23.708473",
687
+ "duration": 0.022487,
688
+ "end_time": "2026-02-03T01:47:17.330958",
689
689
  "exception": false,
690
- "start_time": "2026-02-02T13:03:23.694853",
690
+ "start_time": "2026-02-03T01:47:17.308471",
691
691
  "status": "completed"
692
692
  },
693
693
  "tags": []
@@ -787,10 +787,10 @@
787
787
  "id": "4c87b0ec",
788
788
  "metadata": {
789
789
  "papermill": {
790
- "duration": 0.00386,
791
- "end_time": "2026-02-02T13:03:23.716688",
790
+ "duration": 0.01538,
791
+ "end_time": "2026-02-03T01:47:17.362110",
792
792
  "exception": false,
793
- "start_time": "2026-02-02T13:03:23.712828",
793
+ "start_time": "2026-02-03T01:47:17.346730",
794
794
  "status": "completed"
795
795
  },
796
796
  "tags": []
@@ -807,16 +807,16 @@
807
807
  "id": "aa9ce4ca",
808
808
  "metadata": {
809
809
  "execution": {
810
- "iopub.execute_input": "2026-02-02T13:03:23.726130Z",
811
- "iopub.status.busy": "2026-02-02T13:03:23.725975Z",
812
- "iopub.status.idle": "2026-02-02T13:03:23.732128Z",
813
- "shell.execute_reply": "2026-02-02T13:03:23.731518Z"
810
+ "iopub.execute_input": "2026-02-03T01:47:17.395993Z",
811
+ "iopub.status.busy": "2026-02-03T01:47:17.395859Z",
812
+ "iopub.status.idle": "2026-02-03T01:47:17.402585Z",
813
+ "shell.execute_reply": "2026-02-03T01:47:17.402148Z"
814
814
  },
815
815
  "papermill": {
816
- "duration": 0.011605,
817
- "end_time": "2026-02-02T13:03:23.732641",
816
+ "duration": 0.025213,
817
+ "end_time": "2026-02-03T01:47:17.403534",
818
818
  "exception": false,
819
- "start_time": "2026-02-02T13:03:23.721036",
819
+ "start_time": "2026-02-03T01:47:17.378321",
820
820
  "status": "completed"
821
821
  },
822
822
  "tags": []
@@ -925,10 +925,10 @@
925
925
  "id": "1e8b9248",
926
926
  "metadata": {
927
927
  "papermill": {
928
- "duration": 0.004047,
929
- "end_time": "2026-02-02T13:03:23.741097",
928
+ "duration": 0.016084,
929
+ "end_time": "2026-02-03T01:47:17.435258",
930
930
  "exception": false,
931
- "start_time": "2026-02-02T13:03:23.737050",
931
+ "start_time": "2026-02-03T01:47:17.419174",
932
932
  "status": "completed"
933
933
  },
934
934
  "tags": []
@@ -960,16 +960,16 @@
960
960
  "id": "2f826435",
961
961
  "metadata": {
962
962
  "execution": {
963
- "iopub.execute_input": "2026-02-02T13:03:23.750855Z",
964
- "iopub.status.busy": "2026-02-02T13:03:23.750732Z",
965
- "iopub.status.idle": "2026-02-02T13:03:23.763154Z",
966
- "shell.execute_reply": "2026-02-02T13:03:23.762680Z"
963
+ "iopub.execute_input": "2026-02-03T01:47:17.467812Z",
964
+ "iopub.status.busy": "2026-02-03T01:47:17.467697Z",
965
+ "iopub.status.idle": "2026-02-03T01:47:17.480122Z",
966
+ "shell.execute_reply": "2026-02-03T01:47:17.479554Z"
967
967
  },
968
968
  "papermill": {
969
- "duration": 0.017748,
970
- "end_time": "2026-02-02T13:03:23.763611",
969
+ "duration": 0.029812,
970
+ "end_time": "2026-02-03T01:47:17.480663",
971
971
  "exception": false,
972
- "start_time": "2026-02-02T13:03:23.745863",
972
+ "start_time": "2026-02-03T01:47:17.450851",
973
973
  "status": "completed"
974
974
  },
975
975
  "tags": []
@@ -1224,10 +1224,10 @@
1224
1224
  "id": "f3809b84",
1225
1225
  "metadata": {
1226
1226
  "papermill": {
1227
- "duration": 0.004145,
1228
- "end_time": "2026-02-02T13:03:23.771952",
1227
+ "duration": 0.016142,
1228
+ "end_time": "2026-02-03T01:47:17.512404",
1229
1229
  "exception": false,
1230
- "start_time": "2026-02-02T13:03:23.767807",
1230
+ "start_time": "2026-02-03T01:47:17.496262",
1231
1231
  "status": "completed"
1232
1232
  },
1233
1233
  "tags": []
@@ -1242,16 +1242,16 @@
1242
1242
  "id": "14dda2db",
1243
1243
  "metadata": {
1244
1244
  "execution": {
1245
- "iopub.execute_input": "2026-02-02T13:03:23.780518Z",
1246
- "iopub.status.busy": "2026-02-02T13:03:23.780420Z",
1247
- "iopub.status.idle": "2026-02-02T13:03:23.783657Z",
1248
- "shell.execute_reply": "2026-02-02T13:03:23.783152Z"
1245
+ "iopub.execute_input": "2026-02-03T01:47:17.546277Z",
1246
+ "iopub.status.busy": "2026-02-03T01:47:17.546163Z",
1247
+ "iopub.status.idle": "2026-02-03T01:47:17.549443Z",
1248
+ "shell.execute_reply": "2026-02-03T01:47:17.548985Z"
1249
1249
  },
1250
1250
  "papermill": {
1251
- "duration": 0.008447,
1252
- "end_time": "2026-02-02T13:03:23.784142",
1251
+ "duration": 0.02076,
1252
+ "end_time": "2026-02-03T01:47:17.550236",
1253
1253
  "exception": false,
1254
- "start_time": "2026-02-02T13:03:23.775695",
1254
+ "start_time": "2026-02-03T01:47:17.529476",
1255
1255
  "status": "completed"
1256
1256
  },
1257
1257
  "tags": []
@@ -1297,10 +1297,10 @@
1297
1297
  "id": "7d599131",
1298
1298
  "metadata": {
1299
1299
  "papermill": {
1300
- "duration": 0.003691,
1301
- "end_time": "2026-02-02T13:03:23.792016",
1300
+ "duration": 0.0156,
1301
+ "end_time": "2026-02-03T01:47:17.581685",
1302
1302
  "exception": false,
1303
- "start_time": "2026-02-02T13:03:23.788325",
1303
+ "start_time": "2026-02-03T01:47:17.566085",
1304
1304
  "status": "completed"
1305
1305
  },
1306
1306
  "tags": []
@@ -1315,16 +1315,16 @@
1315
1315
  "id": "cfbb90c4",
1316
1316
  "metadata": {
1317
1317
  "execution": {
1318
- "iopub.execute_input": "2026-02-02T13:03:23.801511Z",
1319
- "iopub.status.busy": "2026-02-02T13:03:23.801385Z",
1320
- "iopub.status.idle": "2026-02-02T13:03:23.805961Z",
1321
- "shell.execute_reply": "2026-02-02T13:03:23.805444Z"
1318
+ "iopub.execute_input": "2026-02-03T01:47:17.614728Z",
1319
+ "iopub.status.busy": "2026-02-03T01:47:17.614612Z",
1320
+ "iopub.status.idle": "2026-02-03T01:47:17.619285Z",
1321
+ "shell.execute_reply": "2026-02-03T01:47:17.618803Z"
1322
1322
  },
1323
1323
  "papermill": {
1324
- "duration": 0.009851,
1325
- "end_time": "2026-02-02T13:03:23.806470",
1324
+ "duration": 0.022801,
1325
+ "end_time": "2026-02-03T01:47:17.620305",
1326
1326
  "exception": false,
1327
- "start_time": "2026-02-02T13:03:23.796619",
1327
+ "start_time": "2026-02-03T01:47:17.597504",
1328
1328
  "status": "completed"
1329
1329
  },
1330
1330
  "tags": []
@@ -1355,10 +1355,10 @@
1355
1355
  "id": "7b895a1b",
1356
1356
  "metadata": {
1357
1357
  "papermill": {
1358
- "duration": 0.005196,
1359
- "end_time": "2026-02-02T13:03:23.816347",
1358
+ "duration": 0.015597,
1359
+ "end_time": "2026-02-03T01:47:17.651813",
1360
1360
  "exception": false,
1361
- "start_time": "2026-02-02T13:03:23.811151",
1361
+ "start_time": "2026-02-03T01:47:17.636216",
1362
1362
  "status": "completed"
1363
1363
  },
1364
1364
  "tags": []
@@ -1407,10 +1407,10 @@
1407
1407
  "id": "b37da519",
1408
1408
  "metadata": {
1409
1409
  "papermill": {
1410
- "duration": 0.004561,
1411
- "end_time": "2026-02-02T13:03:23.841911",
1410
+ "duration": 0.016108,
1411
+ "end_time": "2026-02-03T01:47:17.683872",
1412
1412
  "exception": false,
1413
- "start_time": "2026-02-02T13:03:23.837350",
1413
+ "start_time": "2026-02-03T01:47:17.667764",
1414
1414
  "status": "completed"
1415
1415
  },
1416
1416
  "tags": []
@@ -1441,14 +1441,14 @@
1441
1441
  },
1442
1442
  "papermill": {
1443
1443
  "default_parameters": {},
1444
- "duration": 5.931034,
1445
- "end_time": "2026-02-02T13:03:26.462964",
1444
+ "duration": 7.181696,
1445
+ "end_time": "2026-02-03T01:47:20.317093",
1446
1446
  "environment_variables": {},
1447
1447
  "exception": null,
1448
1448
  "input_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/05_multi_dataset.ipynb",
1449
1449
  "output_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/05_multi_dataset.ipynb",
1450
1450
  "parameters": {},
1451
- "start_time": "2026-02-02T13:03:20.531930",
1451
+ "start_time": "2026-02-03T01:47:13.135397",
1452
1452
  "version": "2.6.0"
1453
1453
  }
1454
1454
  },