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": "d428a219",
6
6
  "metadata": {
7
7
  "papermill": {
8
- "duration": 0.002775,
9
- "end_time": "2026-02-02T13:04:00.422352",
8
+ "duration": 0.008247,
9
+ "end_time": "2026-02-03T01:48:06.306248",
10
10
  "exception": false,
11
- "start_time": "2026-02-02T13:04:00.419577",
11
+ "start_time": "2026-02-03T01:48:06.298001",
12
12
  "status": "completed"
13
13
  },
14
14
  "tags": []
@@ -35,10 +35,10 @@
35
35
  "id": "0b596fe5",
36
36
  "metadata": {
37
37
  "papermill": {
38
- "duration": 0.002122,
39
- "end_time": "2026-02-02T13:04:00.426926",
38
+ "duration": 0.006305,
39
+ "end_time": "2026-02-03T01:48:06.319308",
40
40
  "exception": false,
41
- "start_time": "2026-02-02T13:04:00.424804",
41
+ "start_time": "2026-02-03T01:48:06.313003",
42
42
  "status": "completed"
43
43
  },
44
44
  "tags": []
@@ -53,16 +53,16 @@
53
53
  "id": "b805976d",
54
54
  "metadata": {
55
55
  "execution": {
56
- "iopub.execute_input": "2026-02-02T13:04:00.431842Z",
57
- "iopub.status.busy": "2026-02-02T13:04:00.431710Z",
58
- "iopub.status.idle": "2026-02-02T13:04:01.642128Z",
59
- "shell.execute_reply": "2026-02-02T13:04:01.640760Z"
56
+ "iopub.execute_input": "2026-02-03T01:48:06.332897Z",
57
+ "iopub.status.busy": "2026-02-03T01:48:06.332765Z",
58
+ "iopub.status.idle": "2026-02-03T01:48:08.135556Z",
59
+ "shell.execute_reply": "2026-02-03T01:48:08.135064Z"
60
60
  },
61
61
  "papermill": {
62
- "duration": 1.213861,
63
- "end_time": "2026-02-02T13:04:01.643055",
62
+ "duration": 1.810793,
63
+ "end_time": "2026-02-03T01:48:08.136420",
64
64
  "exception": false,
65
- "start_time": "2026-02-02T13:04:00.429194",
65
+ "start_time": "2026-02-03T01:48:06.325627",
66
66
  "status": "completed"
67
67
  },
68
68
  "tags": []
@@ -108,10 +108,10 @@
108
108
  "id": "2ebe3689",
109
109
  "metadata": {
110
110
  "papermill": {
111
- "duration": 0.001682,
112
- "end_time": "2026-02-02T13:04:01.646970",
111
+ "duration": 0.006061,
112
+ "end_time": "2026-02-03T01:48:08.148853",
113
113
  "exception": false,
114
- "start_time": "2026-02-02T13:04:01.645288",
114
+ "start_time": "2026-02-03T01:48:08.142792",
115
115
  "status": "completed"
116
116
  },
117
117
  "tags": []
@@ -126,16 +126,16 @@
126
126
  "id": "1ae682f2",
127
127
  "metadata": {
128
128
  "execution": {
129
- "iopub.execute_input": "2026-02-02T13:04:01.651834Z",
130
- "iopub.status.busy": "2026-02-02T13:04:01.651705Z",
131
- "iopub.status.idle": "2026-02-02T13:04:02.436391Z",
132
- "shell.execute_reply": "2026-02-02T13:04:02.435891Z"
129
+ "iopub.execute_input": "2026-02-03T01:48:08.162469Z",
130
+ "iopub.status.busy": "2026-02-03T01:48:08.162249Z",
131
+ "iopub.status.idle": "2026-02-03T01:48:09.011261Z",
132
+ "shell.execute_reply": "2026-02-03T01:48:09.010808Z"
133
133
  },
134
134
  "papermill": {
135
- "duration": 0.788618,
136
- "end_time": "2026-02-02T13:04:02.437274",
135
+ "duration": 0.856469,
136
+ "end_time": "2026-02-03T01:48:09.011920",
137
137
  "exception": false,
138
- "start_time": "2026-02-02T13:04:01.648656",
138
+ "start_time": "2026-02-03T01:48:08.155451",
139
139
  "status": "completed"
140
140
  },
141
141
  "tags": []
@@ -201,10 +201,10 @@
201
201
  "id": "7ad0f92a",
202
202
  "metadata": {
203
203
  "papermill": {
204
- "duration": 0.001807,
205
- "end_time": "2026-02-02T13:04:02.441262",
204
+ "duration": 0.006342,
205
+ "end_time": "2026-02-03T01:48:09.024338",
206
206
  "exception": false,
207
- "start_time": "2026-02-02T13:04:02.439455",
207
+ "start_time": "2026-02-03T01:48:09.017996",
208
208
  "status": "completed"
209
209
  },
210
210
  "tags": []
@@ -224,16 +224,16 @@
224
224
  "id": "2dd7c21d",
225
225
  "metadata": {
226
226
  "execution": {
227
- "iopub.execute_input": "2026-02-02T13:04:02.445669Z",
228
- "iopub.status.busy": "2026-02-02T13:04:02.445471Z",
229
- "iopub.status.idle": "2026-02-02T13:04:02.448183Z",
230
- "shell.execute_reply": "2026-02-02T13:04:02.447765Z"
227
+ "iopub.execute_input": "2026-02-03T01:48:09.038247Z",
228
+ "iopub.status.busy": "2026-02-03T01:48:09.038032Z",
229
+ "iopub.status.idle": "2026-02-03T01:48:09.040880Z",
230
+ "shell.execute_reply": "2026-02-03T01:48:09.040454Z"
231
231
  },
232
232
  "papermill": {
233
- "duration": 0.005594,
234
- "end_time": "2026-02-02T13:04:02.448608",
233
+ "duration": 0.010611,
234
+ "end_time": "2026-02-03T01:48:09.041439",
235
235
  "exception": false,
236
- "start_time": "2026-02-02T13:04:02.443014",
236
+ "start_time": "2026-02-03T01:48:09.030828",
237
237
  "status": "completed"
238
238
  },
239
239
  "tags": []
@@ -262,10 +262,10 @@
262
262
  "id": "d2939644",
263
263
  "metadata": {
264
264
  "papermill": {
265
- "duration": 0.001881,
266
- "end_time": "2026-02-02T13:04:02.452541",
265
+ "duration": 0.006887,
266
+ "end_time": "2026-02-03T01:48:09.054629",
267
267
  "exception": false,
268
- "start_time": "2026-02-02T13:04:02.450660",
268
+ "start_time": "2026-02-03T01:48:09.047742",
269
269
  "status": "completed"
270
270
  },
271
271
  "tags": []
@@ -284,16 +284,16 @@
284
284
  "id": "2b072a27",
285
285
  "metadata": {
286
286
  "execution": {
287
- "iopub.execute_input": "2026-02-02T13:04:02.456785Z",
288
- "iopub.status.busy": "2026-02-02T13:04:02.456694Z",
289
- "iopub.status.idle": "2026-02-02T13:04:02.458991Z",
290
- "shell.execute_reply": "2026-02-02T13:04:02.458559Z"
287
+ "iopub.execute_input": "2026-02-03T01:48:09.118734Z",
288
+ "iopub.status.busy": "2026-02-03T01:48:09.118575Z",
289
+ "iopub.status.idle": "2026-02-03T01:48:09.121845Z",
290
+ "shell.execute_reply": "2026-02-03T01:48:09.121140Z"
291
291
  },
292
292
  "papermill": {
293
- "duration": 0.005117,
294
- "end_time": "2026-02-02T13:04:02.459466",
293
+ "duration": 0.061768,
294
+ "end_time": "2026-02-03T01:48:09.122531",
295
295
  "exception": false,
296
- "start_time": "2026-02-02T13:04:02.454349",
296
+ "start_time": "2026-02-03T01:48:09.060763",
297
297
  "status": "completed"
298
298
  },
299
299
  "tags": []
@@ -313,10 +313,10 @@
313
313
  "id": "ebf9479d",
314
314
  "metadata": {
315
315
  "papermill": {
316
- "duration": 0.00201,
317
- "end_time": "2026-02-02T13:04:02.463438",
316
+ "duration": 0.006362,
317
+ "end_time": "2026-02-03T01:48:09.135426",
318
318
  "exception": false,
319
- "start_time": "2026-02-02T13:04:02.461428",
319
+ "start_time": "2026-02-03T01:48:09.129064",
320
320
  "status": "completed"
321
321
  },
322
322
  "tags": []
@@ -331,16 +331,16 @@
331
331
  "id": "cdac3474",
332
332
  "metadata": {
333
333
  "execution": {
334
- "iopub.execute_input": "2026-02-02T13:04:02.468115Z",
335
- "iopub.status.busy": "2026-02-02T13:04:02.468014Z",
336
- "iopub.status.idle": "2026-02-02T13:04:02.852402Z",
337
- "shell.execute_reply": "2026-02-02T13:04:02.851928Z"
334
+ "iopub.execute_input": "2026-02-03T01:48:09.150249Z",
335
+ "iopub.status.busy": "2026-02-03T01:48:09.150141Z",
336
+ "iopub.status.idle": "2026-02-03T01:48:09.629101Z",
337
+ "shell.execute_reply": "2026-02-03T01:48:09.628044Z"
338
338
  },
339
339
  "papermill": {
340
- "duration": 0.387702,
341
- "end_time": "2026-02-02T13:04:02.852919",
340
+ "duration": 0.488999,
341
+ "end_time": "2026-02-03T01:48:09.631637",
342
342
  "exception": false,
343
- "start_time": "2026-02-02T13:04:02.465217",
343
+ "start_time": "2026-02-03T01:48:09.142638",
344
344
  "status": "completed"
345
345
  },
346
346
  "tags": []
@@ -385,10 +385,10 @@
385
385
  "id": "ad9a65a4",
386
386
  "metadata": {
387
387
  "papermill": {
388
- "duration": 0.00197,
389
- "end_time": "2026-02-02T13:04:02.857183",
388
+ "duration": 0.007698,
389
+ "end_time": "2026-02-03T01:48:09.646835",
390
390
  "exception": false,
391
- "start_time": "2026-02-02T13:04:02.855213",
391
+ "start_time": "2026-02-03T01:48:09.639137",
392
392
  "status": "completed"
393
393
  },
394
394
  "tags": []
@@ -403,16 +403,16 @@
403
403
  "id": "49d55480",
404
404
  "metadata": {
405
405
  "execution": {
406
- "iopub.execute_input": "2026-02-02T13:04:02.861918Z",
407
- "iopub.status.busy": "2026-02-02T13:04:02.861818Z",
408
- "iopub.status.idle": "2026-02-02T13:04:02.864347Z",
409
- "shell.execute_reply": "2026-02-02T13:04:02.864006Z"
406
+ "iopub.execute_input": "2026-02-03T01:48:09.661711Z",
407
+ "iopub.status.busy": "2026-02-03T01:48:09.661595Z",
408
+ "iopub.status.idle": "2026-02-03T01:48:09.664905Z",
409
+ "shell.execute_reply": "2026-02-03T01:48:09.664371Z"
410
410
  },
411
411
  "papermill": {
412
- "duration": 0.005833,
413
- "end_time": "2026-02-02T13:04:02.864872",
412
+ "duration": 0.012194,
413
+ "end_time": "2026-02-03T01:48:09.665914",
414
414
  "exception": false,
415
- "start_time": "2026-02-02T13:04:02.859039",
415
+ "start_time": "2026-02-03T01:48:09.653720",
416
416
  "status": "completed"
417
417
  },
418
418
  "tags": []
@@ -459,10 +459,10 @@
459
459
  "id": "1ed22b7d",
460
460
  "metadata": {
461
461
  "papermill": {
462
- "duration": 0.001823,
463
- "end_time": "2026-02-02T13:04:02.868650",
462
+ "duration": 0.007531,
463
+ "end_time": "2026-02-03T01:48:09.680564",
464
464
  "exception": false,
465
- "start_time": "2026-02-02T13:04:02.866827",
465
+ "start_time": "2026-02-03T01:48:09.673033",
466
466
  "status": "completed"
467
467
  },
468
468
  "tags": []
@@ -477,16 +477,16 @@
477
477
  "id": "fffd0b3a",
478
478
  "metadata": {
479
479
  "execution": {
480
- "iopub.execute_input": "2026-02-02T13:04:02.873141Z",
481
- "iopub.status.busy": "2026-02-02T13:04:02.873046Z",
482
- "iopub.status.idle": "2026-02-02T13:04:02.880054Z",
483
- "shell.execute_reply": "2026-02-02T13:04:02.879602Z"
480
+ "iopub.execute_input": "2026-02-03T01:48:09.695905Z",
481
+ "iopub.status.busy": "2026-02-03T01:48:09.695757Z",
482
+ "iopub.status.idle": "2026-02-03T01:48:09.704028Z",
483
+ "shell.execute_reply": "2026-02-03T01:48:09.703326Z"
484
484
  },
485
485
  "papermill": {
486
- "duration": 0.010095,
487
- "end_time": "2026-02-02T13:04:02.880545",
486
+ "duration": 0.017009,
487
+ "end_time": "2026-02-03T01:48:09.704717",
488
488
  "exception": false,
489
- "start_time": "2026-02-02T13:04:02.870450",
489
+ "start_time": "2026-02-03T01:48:09.687708",
490
490
  "status": "completed"
491
491
  },
492
492
  "tags": []
@@ -649,10 +649,10 @@
649
649
  "id": "09cfe62c",
650
650
  "metadata": {
651
651
  "papermill": {
652
- "duration": 0.001929,
653
- "end_time": "2026-02-02T13:04:02.884785",
652
+ "duration": 0.007104,
653
+ "end_time": "2026-02-03T01:48:09.718708",
654
654
  "exception": false,
655
- "start_time": "2026-02-02T13:04:02.882856",
655
+ "start_time": "2026-02-03T01:48:09.711604",
656
656
  "status": "completed"
657
657
  },
658
658
  "tags": []
@@ -669,16 +669,16 @@
669
669
  "id": "8a006314",
670
670
  "metadata": {
671
671
  "execution": {
672
- "iopub.execute_input": "2026-02-02T13:04:02.890553Z",
673
- "iopub.status.busy": "2026-02-02T13:04:02.890435Z",
674
- "iopub.status.idle": "2026-02-02T13:04:02.893885Z",
675
- "shell.execute_reply": "2026-02-02T13:04:02.893497Z"
672
+ "iopub.execute_input": "2026-02-03T01:48:09.734129Z",
673
+ "iopub.status.busy": "2026-02-03T01:48:09.733966Z",
674
+ "iopub.status.idle": "2026-02-03T01:48:09.737840Z",
675
+ "shell.execute_reply": "2026-02-03T01:48:09.737211Z"
676
676
  },
677
677
  "papermill": {
678
- "duration": 0.007273,
679
- "end_time": "2026-02-02T13:04:02.894388",
678
+ "duration": 0.012321,
679
+ "end_time": "2026-02-03T01:48:09.738736",
680
680
  "exception": false,
681
- "start_time": "2026-02-02T13:04:02.887115",
681
+ "start_time": "2026-02-03T01:48:09.726415",
682
682
  "status": "completed"
683
683
  },
684
684
  "tags": []
@@ -731,10 +731,10 @@
731
731
  "id": "6e53142b",
732
732
  "metadata": {
733
733
  "papermill": {
734
- "duration": 0.00193,
735
- "end_time": "2026-02-02T13:04:02.898619",
734
+ "duration": 0.007343,
735
+ "end_time": "2026-02-03T01:48:09.753486",
736
736
  "exception": false,
737
- "start_time": "2026-02-02T13:04:02.896689",
737
+ "start_time": "2026-02-03T01:48:09.746143",
738
738
  "status": "completed"
739
739
  },
740
740
  "tags": []
@@ -753,16 +753,16 @@
753
753
  "id": "482c6e06",
754
754
  "metadata": {
755
755
  "execution": {
756
- "iopub.execute_input": "2026-02-02T13:04:02.903213Z",
757
- "iopub.status.busy": "2026-02-02T13:04:02.903112Z",
758
- "iopub.status.idle": "2026-02-02T13:04:17.357131Z",
759
- "shell.execute_reply": "2026-02-02T13:04:17.356666Z"
756
+ "iopub.execute_input": "2026-02-03T01:48:09.768781Z",
757
+ "iopub.status.busy": "2026-02-03T01:48:09.768664Z",
758
+ "iopub.status.idle": "2026-02-03T01:48:35.309192Z",
759
+ "shell.execute_reply": "2026-02-03T01:48:35.308676Z"
760
760
  },
761
761
  "papermill": {
762
- "duration": 14.457404,
763
- "end_time": "2026-02-02T13:04:17.357888",
762
+ "duration": 25.549604,
763
+ "end_time": "2026-02-03T01:48:35.310614",
764
764
  "exception": false,
765
- "start_time": "2026-02-02T13:04:02.900484",
765
+ "start_time": "2026-02-03T01:48:09.761010",
766
766
  "status": "completed"
767
767
  },
768
768
  "tags": []
@@ -801,10 +801,10 @@
801
801
  "id": "4598ce61",
802
802
  "metadata": {
803
803
  "papermill": {
804
- "duration": 0.002325,
805
- "end_time": "2026-02-02T13:04:17.363457",
804
+ "duration": 0.009289,
805
+ "end_time": "2026-02-03T01:48:35.328760",
806
806
  "exception": false,
807
- "start_time": "2026-02-02T13:04:17.361132",
807
+ "start_time": "2026-02-03T01:48:35.319471",
808
808
  "status": "completed"
809
809
  },
810
810
  "tags": []
@@ -821,16 +821,16 @@
821
821
  "id": "985dd6db",
822
822
  "metadata": {
823
823
  "execution": {
824
- "iopub.execute_input": "2026-02-02T13:04:17.370260Z",
825
- "iopub.status.busy": "2026-02-02T13:04:17.370117Z",
826
- "iopub.status.idle": "2026-02-02T13:04:17.375429Z",
827
- "shell.execute_reply": "2026-02-02T13:04:17.374869Z"
824
+ "iopub.execute_input": "2026-02-03T01:48:35.346224Z",
825
+ "iopub.status.busy": "2026-02-03T01:48:35.346077Z",
826
+ "iopub.status.idle": "2026-02-03T01:48:35.350908Z",
827
+ "shell.execute_reply": "2026-02-03T01:48:35.350448Z"
828
828
  },
829
829
  "papermill": {
830
- "duration": 0.009411,
831
- "end_time": "2026-02-02T13:04:17.376048",
830
+ "duration": 0.014501,
831
+ "end_time": "2026-02-03T01:48:35.351418",
832
832
  "exception": false,
833
- "start_time": "2026-02-02T13:04:17.366637",
833
+ "start_time": "2026-02-03T01:48:35.336917",
834
834
  "status": "completed"
835
835
  },
836
836
  "tags": []
@@ -866,10 +866,10 @@
866
866
  "id": "1dc48b8c",
867
867
  "metadata": {
868
868
  "papermill": {
869
- "duration": 0.002716,
870
- "end_time": "2026-02-02T13:04:17.382097",
869
+ "duration": 0.008623,
870
+ "end_time": "2026-02-03T01:48:35.368140",
871
871
  "exception": false,
872
- "start_time": "2026-02-02T13:04:17.379381",
872
+ "start_time": "2026-02-03T01:48:35.359517",
873
873
  "status": "completed"
874
874
  },
875
875
  "tags": []
@@ -888,16 +888,16 @@
888
888
  "id": "91b4ade3",
889
889
  "metadata": {
890
890
  "execution": {
891
- "iopub.execute_input": "2026-02-02T13:04:17.388426Z",
892
- "iopub.status.busy": "2026-02-02T13:04:17.388317Z",
893
- "iopub.status.idle": "2026-02-02T13:04:17.393227Z",
894
- "shell.execute_reply": "2026-02-02T13:04:17.392765Z"
891
+ "iopub.execute_input": "2026-02-03T01:48:35.385879Z",
892
+ "iopub.status.busy": "2026-02-03T01:48:35.385762Z",
893
+ "iopub.status.idle": "2026-02-03T01:48:35.390828Z",
894
+ "shell.execute_reply": "2026-02-03T01:48:35.390395Z"
895
895
  },
896
896
  "papermill": {
897
- "duration": 0.008643,
898
- "end_time": "2026-02-02T13:04:17.393664",
897
+ "duration": 0.014943,
898
+ "end_time": "2026-02-03T01:48:35.391447",
899
899
  "exception": false,
900
- "start_time": "2026-02-02T13:04:17.385021",
900
+ "start_time": "2026-02-03T01:48:35.376504",
901
901
  "status": "completed"
902
902
  },
903
903
  "tags": []
@@ -950,10 +950,10 @@
950
950
  "id": "caef46fa",
951
951
  "metadata": {
952
952
  "papermill": {
953
- "duration": 0.002355,
954
- "end_time": "2026-02-02T13:04:17.399020",
953
+ "duration": 0.008308,
954
+ "end_time": "2026-02-03T01:48:35.408510",
955
955
  "exception": false,
956
- "start_time": "2026-02-02T13:04:17.396665",
956
+ "start_time": "2026-02-03T01:48:35.400202",
957
957
  "status": "completed"
958
958
  },
959
959
  "tags": []
@@ -972,16 +972,16 @@
972
972
  "id": "cd13afb0",
973
973
  "metadata": {
974
974
  "execution": {
975
- "iopub.execute_input": "2026-02-02T13:04:17.405266Z",
976
- "iopub.status.busy": "2026-02-02T13:04:17.405169Z",
977
- "iopub.status.idle": "2026-02-02T13:04:18.933093Z",
978
- "shell.execute_reply": "2026-02-02T13:04:18.932518Z"
975
+ "iopub.execute_input": "2026-02-03T01:48:35.426073Z",
976
+ "iopub.status.busy": "2026-02-03T01:48:35.425955Z",
977
+ "iopub.status.idle": "2026-02-03T01:48:38.784609Z",
978
+ "shell.execute_reply": "2026-02-03T01:48:38.783947Z"
979
979
  },
980
980
  "papermill": {
981
- "duration": 1.531922,
982
- "end_time": "2026-02-02T13:04:18.933926",
981
+ "duration": 3.368511,
982
+ "end_time": "2026-02-03T01:48:38.785477",
983
983
  "exception": false,
984
- "start_time": "2026-02-02T13:04:17.402004",
984
+ "start_time": "2026-02-03T01:48:35.416966",
985
985
  "status": "completed"
986
986
  },
987
987
  "tags": []
@@ -1069,10 +1069,10 @@
1069
1069
  "id": "d0ccb535",
1070
1070
  "metadata": {
1071
1071
  "papermill": {
1072
- "duration": 0.00305,
1073
- "end_time": "2026-02-02T13:04:18.939946",
1072
+ "duration": 0.009701,
1073
+ "end_time": "2026-02-03T01:48:38.803823",
1074
1074
  "exception": false,
1075
- "start_time": "2026-02-02T13:04:18.936896",
1075
+ "start_time": "2026-02-03T01:48:38.794122",
1076
1076
  "status": "completed"
1077
1077
  },
1078
1078
  "tags": []
@@ -1129,10 +1129,10 @@
1129
1129
  "id": "53e908ce",
1130
1130
  "metadata": {
1131
1131
  "papermill": {
1132
- "duration": 0.002918,
1133
- "end_time": "2026-02-02T13:04:18.946314",
1132
+ "duration": 0.008558,
1133
+ "end_time": "2026-02-03T01:48:38.821437",
1134
1134
  "exception": false,
1135
- "start_time": "2026-02-02T13:04:18.943396",
1135
+ "start_time": "2026-02-03T01:48:38.812879",
1136
1136
  "status": "completed"
1137
1137
  },
1138
1138
  "tags": []
@@ -1163,14 +1163,14 @@
1163
1163
  },
1164
1164
  "papermill": {
1165
1165
  "default_parameters": {},
1166
- "duration": 19.869551,
1167
- "end_time": "2026-02-02T13:04:19.468369",
1166
+ "duration": 34.721218,
1167
+ "end_time": "2026-02-03T01:48:40.057929",
1168
1168
  "environment_variables": {},
1169
1169
  "exception": null,
1170
1170
  "input_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/10_spec_generation.ipynb",
1171
1171
  "output_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/10_spec_generation.ipynb",
1172
1172
  "parameters": {},
1173
- "start_time": "2026-02-02T13:03:59.598818",
1173
+ "start_time": "2026-02-03T01:48:05.336711",
1174
1174
  "version": "2.6.0"
1175
1175
  }
1176
1176
  },