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": "74ed4553",
6
6
  "metadata": {
7
7
  "papermill": {
8
- "duration": 0.003306,
9
- "end_time": "2026-02-02T13:03:41.579279",
8
+ "duration": 0.006394,
9
+ "end_time": "2026-02-03T01:47:43.834069",
10
10
  "exception": false,
11
- "start_time": "2026-02-02T13:03:41.575973",
11
+ "start_time": "2026-02-03T01:47:43.827675",
12
12
  "status": "completed"
13
13
  },
14
14
  "tags": []
@@ -48,10 +48,10 @@
48
48
  "id": "28b04efa",
49
49
  "metadata": {
50
50
  "papermill": {
51
- "duration": 0.002464,
52
- "end_time": "2026-02-02T13:03:41.584582",
51
+ "duration": 0.006104,
52
+ "end_time": "2026-02-03T01:47:43.846413",
53
53
  "exception": false,
54
- "start_time": "2026-02-02T13:03:41.582118",
54
+ "start_time": "2026-02-03T01:47:43.840309",
55
55
  "status": "completed"
56
56
  },
57
57
  "tags": []
@@ -66,16 +66,16 @@
66
66
  "id": "65e6e683",
67
67
  "metadata": {
68
68
  "execution": {
69
- "iopub.execute_input": "2026-02-02T13:03:41.590074Z",
70
- "iopub.status.busy": "2026-02-02T13:03:41.589907Z",
71
- "iopub.status.idle": "2026-02-02T13:03:43.387358Z",
72
- "shell.execute_reply": "2026-02-02T13:03:43.386225Z"
69
+ "iopub.execute_input": "2026-02-03T01:47:43.859947Z",
70
+ "iopub.status.busy": "2026-02-03T01:47:43.859822Z",
71
+ "iopub.status.idle": "2026-02-03T01:47:46.463652Z",
72
+ "shell.execute_reply": "2026-02-03T01:47:46.463021Z"
73
73
  },
74
74
  "papermill": {
75
- "duration": 1.801175,
76
- "end_time": "2026-02-02T13:03:43.388139",
75
+ "duration": 2.611519,
76
+ "end_time": "2026-02-03T01:47:46.464555",
77
77
  "exception": false,
78
- "start_time": "2026-02-02T13:03:41.586964",
78
+ "start_time": "2026-02-03T01:47:43.853036",
79
79
  "status": "completed"
80
80
  },
81
81
  "tags": []
@@ -110,16 +110,16 @@
110
110
  "id": "f8e78a64",
111
111
  "metadata": {
112
112
  "execution": {
113
- "iopub.execute_input": "2026-02-02T13:03:43.394005Z",
114
- "iopub.status.busy": "2026-02-02T13:03:43.393872Z",
115
- "iopub.status.idle": "2026-02-02T13:03:43.711417Z",
116
- "shell.execute_reply": "2026-02-02T13:03:43.710865Z"
113
+ "iopub.execute_input": "2026-02-03T01:47:46.478718Z",
114
+ "iopub.status.busy": "2026-02-03T01:47:46.478524Z",
115
+ "iopub.status.idle": "2026-02-03T01:47:46.842050Z",
116
+ "shell.execute_reply": "2026-02-03T01:47:46.841405Z"
117
117
  },
118
118
  "papermill": {
119
- "duration": 0.322219,
120
- "end_time": "2026-02-02T13:03:43.712580",
119
+ "duration": 0.372487,
120
+ "end_time": "2026-02-03T01:47:46.843227",
121
121
  "exception": false,
122
- "start_time": "2026-02-02T13:03:43.390361",
122
+ "start_time": "2026-02-03T01:47:46.470740",
123
123
  "status": "completed"
124
124
  },
125
125
  "tags": []
@@ -186,10 +186,10 @@
186
186
  "id": "1dac203f",
187
187
  "metadata": {
188
188
  "papermill": {
189
- "duration": 0.001718,
190
- "end_time": "2026-02-02T13:03:43.716671",
189
+ "duration": 0.008031,
190
+ "end_time": "2026-02-03T01:47:46.858432",
191
191
  "exception": false,
192
- "start_time": "2026-02-02T13:03:43.714953",
192
+ "start_time": "2026-02-03T01:47:46.850401",
193
193
  "status": "completed"
194
194
  },
195
195
  "tags": []
@@ -222,16 +222,16 @@
222
222
  "id": "b0882dff",
223
223
  "metadata": {
224
224
  "execution": {
225
- "iopub.execute_input": "2026-02-02T13:03:43.720878Z",
226
- "iopub.status.busy": "2026-02-02T13:03:43.720755Z",
227
- "iopub.status.idle": "2026-02-02T13:03:43.725238Z",
228
- "shell.execute_reply": "2026-02-02T13:03:43.724436Z"
225
+ "iopub.execute_input": "2026-02-03T01:47:46.876829Z",
226
+ "iopub.status.busy": "2026-02-03T01:47:46.876680Z",
227
+ "iopub.status.idle": "2026-02-03T01:47:46.881271Z",
228
+ "shell.execute_reply": "2026-02-03T01:47:46.880692Z"
229
229
  },
230
230
  "papermill": {
231
- "duration": 0.007805,
232
- "end_time": "2026-02-02T13:03:43.726115",
231
+ "duration": 0.01372,
232
+ "end_time": "2026-02-03T01:47:46.881842",
233
233
  "exception": false,
234
- "start_time": "2026-02-02T13:03:43.718310",
234
+ "start_time": "2026-02-03T01:47:46.868122",
235
235
  "status": "completed"
236
236
  },
237
237
  "tags": []
@@ -281,16 +281,16 @@
281
281
  "id": "47ad17e5",
282
282
  "metadata": {
283
283
  "execution": {
284
- "iopub.execute_input": "2026-02-02T13:03:43.735220Z",
285
- "iopub.status.busy": "2026-02-02T13:03:43.735017Z",
286
- "iopub.status.idle": "2026-02-02T13:03:43.753043Z",
287
- "shell.execute_reply": "2026-02-02T13:03:43.748353Z"
284
+ "iopub.execute_input": "2026-02-03T01:47:46.895237Z",
285
+ "iopub.status.busy": "2026-02-03T01:47:46.895086Z",
286
+ "iopub.status.idle": "2026-02-03T01:47:46.908406Z",
287
+ "shell.execute_reply": "2026-02-03T01:47:46.907731Z"
288
288
  },
289
289
  "papermill": {
290
- "duration": 0.026325,
291
- "end_time": "2026-02-02T13:03:43.754902",
290
+ "duration": 0.021573,
291
+ "end_time": "2026-02-03T01:47:46.909722",
292
292
  "exception": false,
293
- "start_time": "2026-02-02T13:03:43.728577",
293
+ "start_time": "2026-02-03T01:47:46.888149",
294
294
  "status": "completed"
295
295
  },
296
296
  "tags": []
@@ -334,16 +334,16 @@
334
334
  "id": "5cc3c542",
335
335
  "metadata": {
336
336
  "execution": {
337
- "iopub.execute_input": "2026-02-02T13:03:43.767637Z",
338
- "iopub.status.busy": "2026-02-02T13:03:43.767512Z",
339
- "iopub.status.idle": "2026-02-02T13:03:43.790766Z",
340
- "shell.execute_reply": "2026-02-02T13:03:43.790207Z"
337
+ "iopub.execute_input": "2026-02-03T01:47:46.923151Z",
338
+ "iopub.status.busy": "2026-02-03T01:47:46.923034Z",
339
+ "iopub.status.idle": "2026-02-03T01:47:46.953280Z",
340
+ "shell.execute_reply": "2026-02-03T01:47:46.952735Z"
341
341
  },
342
342
  "papermill": {
343
- "duration": 0.026743,
344
- "end_time": "2026-02-02T13:03:43.791461",
343
+ "duration": 0.038257,
344
+ "end_time": "2026-02-03T01:47:46.954346",
345
345
  "exception": false,
346
- "start_time": "2026-02-02T13:03:43.764718",
346
+ "start_time": "2026-02-03T01:47:46.916089",
347
347
  "status": "completed"
348
348
  },
349
349
  "tags": []
@@ -387,10 +387,10 @@
387
387
  "id": "4abd8fd2",
388
388
  "metadata": {
389
389
  "papermill": {
390
- "duration": 0.001721,
391
- "end_time": "2026-02-02T13:03:43.795234",
390
+ "duration": 0.012803,
391
+ "end_time": "2026-02-03T01:47:46.973496",
392
392
  "exception": false,
393
- "start_time": "2026-02-02T13:03:43.793513",
393
+ "start_time": "2026-02-03T01:47:46.960693",
394
394
  "status": "completed"
395
395
  },
396
396
  "tags": []
@@ -410,16 +410,16 @@
410
410
  "id": "0c4db3a7",
411
411
  "metadata": {
412
412
  "execution": {
413
- "iopub.execute_input": "2026-02-02T13:03:43.800931Z",
414
- "iopub.status.busy": "2026-02-02T13:03:43.800775Z",
415
- "iopub.status.idle": "2026-02-02T13:03:51.241619Z",
416
- "shell.execute_reply": "2026-02-02T13:03:51.241076Z"
413
+ "iopub.execute_input": "2026-02-03T01:47:47.051338Z",
414
+ "iopub.status.busy": "2026-02-03T01:47:47.051184Z",
415
+ "iopub.status.idle": "2026-02-03T01:47:55.205987Z",
416
+ "shell.execute_reply": "2026-02-03T01:47:55.205509Z"
417
417
  },
418
418
  "papermill": {
419
- "duration": 7.444712,
420
- "end_time": "2026-02-02T13:03:51.242480",
419
+ "duration": 8.217237,
420
+ "end_time": "2026-02-03T01:47:55.206865",
421
421
  "exception": false,
422
- "start_time": "2026-02-02T13:03:43.797768",
422
+ "start_time": "2026-02-03T01:47:46.989628",
423
423
  "status": "completed"
424
424
  },
425
425
  "tags": []
@@ -493,10 +493,10 @@
493
493
  "id": "134b2fd5",
494
494
  "metadata": {
495
495
  "papermill": {
496
- "duration": 0.002387,
497
- "end_time": "2026-02-02T13:03:51.247546",
496
+ "duration": 0.007361,
497
+ "end_time": "2026-02-03T01:47:55.221352",
498
498
  "exception": false,
499
- "start_time": "2026-02-02T13:03:51.245159",
499
+ "start_time": "2026-02-03T01:47:55.213991",
500
500
  "status": "completed"
501
501
  },
502
502
  "tags": []
@@ -511,16 +511,16 @@
511
511
  "id": "c0adf3a4",
512
512
  "metadata": {
513
513
  "execution": {
514
- "iopub.execute_input": "2026-02-02T13:03:51.252747Z",
515
- "iopub.status.busy": "2026-02-02T13:03:51.252629Z",
516
- "iopub.status.idle": "2026-02-02T13:03:51.281884Z",
517
- "shell.execute_reply": "2026-02-02T13:03:51.281477Z"
514
+ "iopub.execute_input": "2026-02-03T01:47:55.237079Z",
515
+ "iopub.status.busy": "2026-02-03T01:47:55.236884Z",
516
+ "iopub.status.idle": "2026-02-03T01:47:55.271242Z",
517
+ "shell.execute_reply": "2026-02-03T01:47:55.270699Z"
518
518
  },
519
519
  "papermill": {
520
- "duration": 0.032888,
521
- "end_time": "2026-02-02T13:03:51.282770",
520
+ "duration": 0.04341,
521
+ "end_time": "2026-02-03T01:47:55.272003",
522
522
  "exception": false,
523
- "start_time": "2026-02-02T13:03:51.249882",
523
+ "start_time": "2026-02-03T01:47:55.228593",
524
524
  "status": "completed"
525
525
  },
526
526
  "tags": []
@@ -549,10 +549,10 @@
549
549
  "id": "7ced338c",
550
550
  "metadata": {
551
551
  "papermill": {
552
- "duration": 0.003509,
553
- "end_time": "2026-02-02T13:03:51.290387",
552
+ "duration": 0.015318,
553
+ "end_time": "2026-02-03T01:47:55.301766",
554
554
  "exception": false,
555
- "start_time": "2026-02-02T13:03:51.286878",
555
+ "start_time": "2026-02-03T01:47:55.286448",
556
556
  "status": "completed"
557
557
  },
558
558
  "tags": []
@@ -567,16 +567,16 @@
567
567
  "id": "28691087",
568
568
  "metadata": {
569
569
  "execution": {
570
- "iopub.execute_input": "2026-02-02T13:03:51.298626Z",
571
- "iopub.status.busy": "2026-02-02T13:03:51.298513Z",
572
- "iopub.status.idle": "2026-02-02T13:03:51.306713Z",
573
- "shell.execute_reply": "2026-02-02T13:03:51.306286Z"
570
+ "iopub.execute_input": "2026-02-03T01:47:55.331597Z",
571
+ "iopub.status.busy": "2026-02-03T01:47:55.331486Z",
572
+ "iopub.status.idle": "2026-02-03T01:47:55.340022Z",
573
+ "shell.execute_reply": "2026-02-03T01:47:55.339565Z"
574
574
  },
575
575
  "papermill": {
576
- "duration": 0.013151,
577
- "end_time": "2026-02-02T13:03:51.307450",
576
+ "duration": 0.024259,
577
+ "end_time": "2026-02-03T01:47:55.340596",
578
578
  "exception": false,
579
- "start_time": "2026-02-02T13:03:51.294299",
579
+ "start_time": "2026-02-03T01:47:55.316337",
580
580
  "status": "completed"
581
581
  },
582
582
  "tags": []
@@ -595,10 +595,10 @@
595
595
  "id": "de19bff3",
596
596
  "metadata": {
597
597
  "papermill": {
598
- "duration": 0.003638,
599
- "end_time": "2026-02-02T13:03:51.315003",
598
+ "duration": 0.014651,
599
+ "end_time": "2026-02-03T01:47:55.369592",
600
600
  "exception": false,
601
- "start_time": "2026-02-02T13:03:51.311365",
601
+ "start_time": "2026-02-03T01:47:55.354941",
602
602
  "status": "completed"
603
603
  },
604
604
  "tags": []
@@ -623,16 +623,16 @@
623
623
  "id": "ab41b3bb",
624
624
  "metadata": {
625
625
  "execution": {
626
- "iopub.execute_input": "2026-02-02T13:03:51.322228Z",
627
- "iopub.status.busy": "2026-02-02T13:03:51.322098Z",
628
- "iopub.status.idle": "2026-02-02T13:03:51.405939Z",
629
- "shell.execute_reply": "2026-02-02T13:03:51.405558Z"
626
+ "iopub.execute_input": "2026-02-03T01:47:55.399081Z",
627
+ "iopub.status.busy": "2026-02-03T01:47:55.398967Z",
628
+ "iopub.status.idle": "2026-02-03T01:47:55.484069Z",
629
+ "shell.execute_reply": "2026-02-03T01:47:55.483661Z"
630
630
  },
631
631
  "papermill": {
632
- "duration": 0.088886,
633
- "end_time": "2026-02-02T13:03:51.407134",
632
+ "duration": 0.101536,
633
+ "end_time": "2026-02-03T01:47:55.485358",
634
634
  "exception": false,
635
- "start_time": "2026-02-02T13:03:51.318248",
635
+ "start_time": "2026-02-03T01:47:55.383822",
636
636
  "status": "completed"
637
637
  },
638
638
  "tags": []
@@ -673,10 +673,10 @@
673
673
  "id": "8644b753",
674
674
  "metadata": {
675
675
  "papermill": {
676
- "duration": 0.006319,
677
- "end_time": "2026-02-02T13:03:51.420670",
676
+ "duration": 0.03008,
677
+ "end_time": "2026-02-03T01:47:55.544739",
678
678
  "exception": false,
679
- "start_time": "2026-02-02T13:03:51.414351",
679
+ "start_time": "2026-02-03T01:47:55.514659",
680
680
  "status": "completed"
681
681
  },
682
682
  "tags": []
@@ -693,16 +693,16 @@
693
693
  "id": "912a2e57",
694
694
  "metadata": {
695
695
  "execution": {
696
- "iopub.execute_input": "2026-02-02T13:03:51.436032Z",
697
- "iopub.status.busy": "2026-02-02T13:03:51.435905Z",
698
- "iopub.status.idle": "2026-02-02T13:03:51.446884Z",
699
- "shell.execute_reply": "2026-02-02T13:03:51.446378Z"
696
+ "iopub.execute_input": "2026-02-03T01:47:55.603562Z",
697
+ "iopub.status.busy": "2026-02-03T01:47:55.603440Z",
698
+ "iopub.status.idle": "2026-02-03T01:47:55.614916Z",
699
+ "shell.execute_reply": "2026-02-03T01:47:55.614483Z"
700
700
  },
701
701
  "papermill": {
702
- "duration": 0.019499,
703
- "end_time": "2026-02-02T13:03:51.447385",
702
+ "duration": 0.042235,
703
+ "end_time": "2026-02-03T01:47:55.615511",
704
704
  "exception": false,
705
- "start_time": "2026-02-02T13:03:51.427886",
705
+ "start_time": "2026-02-03T01:47:55.573276",
706
706
  "status": "completed"
707
707
  },
708
708
  "tags": []
@@ -726,10 +726,10 @@
726
726
  "id": "84d4fa6c",
727
727
  "metadata": {
728
728
  "papermill": {
729
- "duration": 0.007249,
730
- "end_time": "2026-02-02T13:03:51.461923",
729
+ "duration": 0.030174,
730
+ "end_time": "2026-02-03T01:47:55.675118",
731
731
  "exception": false,
732
- "start_time": "2026-02-02T13:03:51.454674",
732
+ "start_time": "2026-02-03T01:47:55.644944",
733
733
  "status": "completed"
734
734
  },
735
735
  "tags": []
@@ -752,10 +752,10 @@
752
752
  "id": "61320a60",
753
753
  "metadata": {
754
754
  "papermill": {
755
- "duration": 0.00658,
756
- "end_time": "2026-02-02T13:03:51.475265",
755
+ "duration": 0.029691,
756
+ "end_time": "2026-02-03T01:47:55.734517",
757
757
  "exception": false,
758
- "start_time": "2026-02-02T13:03:51.468685",
758
+ "start_time": "2026-02-03T01:47:55.704826",
759
759
  "status": "completed"
760
760
  },
761
761
  "tags": []
@@ -772,16 +772,16 @@
772
772
  "id": "f89502a1",
773
773
  "metadata": {
774
774
  "execution": {
775
- "iopub.execute_input": "2026-02-02T13:03:51.490585Z",
776
- "iopub.status.busy": "2026-02-02T13:03:51.490464Z",
777
- "iopub.status.idle": "2026-02-02T13:03:51.494835Z",
778
- "shell.execute_reply": "2026-02-02T13:03:51.494379Z"
775
+ "iopub.execute_input": "2026-02-03T01:47:55.794295Z",
776
+ "iopub.status.busy": "2026-02-03T01:47:55.794169Z",
777
+ "iopub.status.idle": "2026-02-03T01:47:55.798882Z",
778
+ "shell.execute_reply": "2026-02-03T01:47:55.798388Z"
779
779
  },
780
780
  "papermill": {
781
- "duration": 0.012494,
782
- "end_time": "2026-02-02T13:03:51.495294",
781
+ "duration": 0.035483,
782
+ "end_time": "2026-02-03T01:47:55.799499",
783
783
  "exception": false,
784
- "start_time": "2026-02-02T13:03:51.482800",
784
+ "start_time": "2026-02-03T01:47:55.764016",
785
785
  "status": "completed"
786
786
  },
787
787
  "tags": []
@@ -826,10 +826,10 @@
826
826
  "id": "4351d95d",
827
827
  "metadata": {
828
828
  "papermill": {
829
- "duration": 0.006771,
830
- "end_time": "2026-02-02T13:03:51.509716",
829
+ "duration": 0.029588,
830
+ "end_time": "2026-02-03T01:47:55.858736",
831
831
  "exception": false,
832
- "start_time": "2026-02-02T13:03:51.502945",
832
+ "start_time": "2026-02-03T01:47:55.829148",
833
833
  "status": "completed"
834
834
  },
835
835
  "tags": []
@@ -872,16 +872,16 @@
872
872
  "id": "87d90782",
873
873
  "metadata": {
874
874
  "execution": {
875
- "iopub.execute_input": "2026-02-02T13:03:51.524206Z",
876
- "iopub.status.busy": "2026-02-02T13:03:51.524094Z",
877
- "iopub.status.idle": "2026-02-02T13:03:51.526600Z",
878
- "shell.execute_reply": "2026-02-02T13:03:51.526165Z"
875
+ "iopub.execute_input": "2026-02-03T01:47:55.918893Z",
876
+ "iopub.status.busy": "2026-02-03T01:47:55.918786Z",
877
+ "iopub.status.idle": "2026-02-03T01:47:55.921340Z",
878
+ "shell.execute_reply": "2026-02-03T01:47:55.921007Z"
879
879
  },
880
880
  "papermill": {
881
- "duration": 0.010354,
882
- "end_time": "2026-02-02T13:03:51.527118",
881
+ "duration": 0.033976,
882
+ "end_time": "2026-02-03T01:47:55.922018",
883
883
  "exception": false,
884
- "start_time": "2026-02-02T13:03:51.516764",
884
+ "start_time": "2026-02-03T01:47:55.888042",
885
885
  "status": "completed"
886
886
  },
887
887
  "tags": []
@@ -908,10 +908,10 @@
908
908
  "id": "1a13b5b8",
909
909
  "metadata": {
910
910
  "papermill": {
911
- "duration": 0.007176,
912
- "end_time": "2026-02-02T13:03:51.541652",
911
+ "duration": 0.030076,
912
+ "end_time": "2026-02-03T01:47:55.981180",
913
913
  "exception": false,
914
- "start_time": "2026-02-02T13:03:51.534476",
914
+ "start_time": "2026-02-03T01:47:55.951104",
915
915
  "status": "completed"
916
916
  },
917
917
  "tags": []
@@ -929,10 +929,10 @@
929
929
  "id": "18e9c769",
930
930
  "metadata": {
931
931
  "papermill": {
932
- "duration": 0.007026,
933
- "end_time": "2026-02-02T13:03:51.555187",
932
+ "duration": 0.029854,
933
+ "end_time": "2026-02-03T01:47:56.040612",
934
934
  "exception": false,
935
- "start_time": "2026-02-02T13:03:51.548161",
935
+ "start_time": "2026-02-03T01:47:56.010758",
936
936
  "status": "completed"
937
937
  },
938
938
  "tags": []
@@ -963,14 +963,14 @@
963
963
  },
964
964
  "papermill": {
965
965
  "default_parameters": {},
966
- "duration": 13.137985,
967
- "end_time": "2026-02-02T13:03:54.179035",
966
+ "duration": 15.704758,
967
+ "end_time": "2026-02-03T01:47:58.685943",
968
968
  "environment_variables": {},
969
969
  "exception": null,
970
970
  "input_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/08_baseline_experiments.ipynb",
971
971
  "output_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/08_baseline_experiments.ipynb",
972
972
  "parameters": {},
973
- "start_time": "2026-02-02T13:03:41.041050",
973
+ "start_time": "2026-02-03T01:47:42.981185",
974
974
  "version": "2.6.0"
975
975
  }
976
976
  },