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": "cell-0",
6
6
  "metadata": {
7
7
  "papermill": {
8
- "duration": 0.002487,
9
- "end_time": "2026-02-02T13:00:52.603186",
8
+ "duration": 0.005777,
9
+ "end_time": "2026-02-03T01:43:46.859034",
10
10
  "exception": false,
11
- "start_time": "2026-02-02T13:00:52.600699",
11
+ "start_time": "2026-02-03T01:43:46.853257",
12
12
  "status": "completed"
13
13
  },
14
14
  "tags": []
@@ -36,10 +36,10 @@
36
36
  "id": "cell-1",
37
37
  "metadata": {
38
38
  "papermill": {
39
- "duration": 0.00158,
40
- "end_time": "2026-02-02T13:00:52.606755",
39
+ "duration": 0.005228,
40
+ "end_time": "2026-02-03T01:43:46.869610",
41
41
  "exception": false,
42
- "start_time": "2026-02-02T13:00:52.605175",
42
+ "start_time": "2026-02-03T01:43:46.864382",
43
43
  "status": "completed"
44
44
  },
45
45
  "tags": []
@@ -54,16 +54,16 @@
54
54
  "id": "cell-2",
55
55
  "metadata": {
56
56
  "execution": {
57
- "iopub.execute_input": "2026-02-02T13:00:52.611011Z",
58
- "iopub.status.busy": "2026-02-02T13:00:52.610876Z",
59
- "iopub.status.idle": "2026-02-02T13:00:54.504186Z",
60
- "shell.execute_reply": "2026-02-02T13:00:54.503492Z"
57
+ "iopub.execute_input": "2026-02-03T01:43:46.881599Z",
58
+ "iopub.status.busy": "2026-02-03T01:43:46.881468Z",
59
+ "iopub.status.idle": "2026-02-03T01:43:49.401035Z",
60
+ "shell.execute_reply": "2026-02-03T01:43:49.400305Z"
61
61
  },
62
62
  "papermill": {
63
- "duration": 1.896686,
64
- "end_time": "2026-02-02T13:00:54.505137",
63
+ "duration": 2.527023,
64
+ "end_time": "2026-02-03T01:43:49.402142",
65
65
  "exception": false,
66
- "start_time": "2026-02-02T13:00:52.608451",
66
+ "start_time": "2026-02-03T01:43:46.875119",
67
67
  "status": "completed"
68
68
  },
69
69
  "tags": []
@@ -95,16 +95,16 @@
95
95
  "id": "cell-3",
96
96
  "metadata": {
97
97
  "execution": {
98
- "iopub.execute_input": "2026-02-02T13:00:54.509631Z",
99
- "iopub.status.busy": "2026-02-02T13:00:54.509304Z",
100
- "iopub.status.idle": "2026-02-02T13:00:55.198236Z",
101
- "shell.execute_reply": "2026-02-02T13:00:55.197651Z"
98
+ "iopub.execute_input": "2026-02-03T01:43:49.413313Z",
99
+ "iopub.status.busy": "2026-02-03T01:43:49.413170Z",
100
+ "iopub.status.idle": "2026-02-03T01:43:51.780838Z",
101
+ "shell.execute_reply": "2026-02-03T01:43:51.780292Z"
102
102
  },
103
103
  "papermill": {
104
- "duration": 0.692154,
105
- "end_time": "2026-02-02T13:00:55.199216",
104
+ "duration": 2.37785,
105
+ "end_time": "2026-02-03T01:43:51.785325",
106
106
  "exception": false,
107
- "start_time": "2026-02-02T13:00:54.507062",
107
+ "start_time": "2026-02-03T01:43:49.407475",
108
108
  "status": "completed"
109
109
  },
110
110
  "tags": []
@@ -137,10 +137,10 @@
137
137
  "id": "cell-4",
138
138
  "metadata": {
139
139
  "papermill": {
140
- "duration": 0.0014,
141
- "end_time": "2026-02-02T13:00:55.202447",
140
+ "duration": 0.005831,
141
+ "end_time": "2026-02-03T01:43:51.796764",
142
142
  "exception": false,
143
- "start_time": "2026-02-02T13:00:55.201047",
143
+ "start_time": "2026-02-03T01:43:51.790933",
144
144
  "status": "completed"
145
145
  },
146
146
  "tags": []
@@ -155,16 +155,16 @@
155
155
  "id": "cell-5",
156
156
  "metadata": {
157
157
  "execution": {
158
- "iopub.execute_input": "2026-02-02T13:00:55.206889Z",
159
- "iopub.status.busy": "2026-02-02T13:00:55.206640Z",
160
- "iopub.status.idle": "2026-02-02T13:00:55.209364Z",
161
- "shell.execute_reply": "2026-02-02T13:00:55.208747Z"
158
+ "iopub.execute_input": "2026-02-03T01:43:51.809912Z",
159
+ "iopub.status.busy": "2026-02-03T01:43:51.809744Z",
160
+ "iopub.status.idle": "2026-02-03T01:43:51.812680Z",
161
+ "shell.execute_reply": "2026-02-03T01:43:51.811934Z"
162
162
  },
163
163
  "papermill": {
164
- "duration": 0.005584,
165
- "end_time": "2026-02-02T13:00:55.209814",
164
+ "duration": 0.010816,
165
+ "end_time": "2026-02-03T01:43:51.813539",
166
166
  "exception": false,
167
- "start_time": "2026-02-02T13:00:55.204230",
167
+ "start_time": "2026-02-03T01:43:51.802723",
168
168
  "status": "completed"
169
169
  },
170
170
  "tags": []
@@ -183,10 +183,10 @@
183
183
  "id": "cell-6",
184
184
  "metadata": {
185
185
  "papermill": {
186
- "duration": 0.001492,
187
- "end_time": "2026-02-02T13:00:55.213170",
186
+ "duration": 0.005269,
187
+ "end_time": "2026-02-03T01:43:51.824157",
188
188
  "exception": false,
189
- "start_time": "2026-02-02T13:00:55.211678",
189
+ "start_time": "2026-02-03T01:43:51.818888",
190
190
  "status": "completed"
191
191
  },
192
192
  "tags": []
@@ -208,16 +208,16 @@
208
208
  "id": "cell-7",
209
209
  "metadata": {
210
210
  "execution": {
211
- "iopub.execute_input": "2026-02-02T13:00:55.217026Z",
212
- "iopub.status.busy": "2026-02-02T13:00:55.216922Z",
213
- "iopub.status.idle": "2026-02-02T13:00:55.267263Z",
214
- "shell.execute_reply": "2026-02-02T13:00:55.266748Z"
211
+ "iopub.execute_input": "2026-02-03T01:43:51.836789Z",
212
+ "iopub.status.busy": "2026-02-03T01:43:51.836665Z",
213
+ "iopub.status.idle": "2026-02-03T01:43:51.890604Z",
214
+ "shell.execute_reply": "2026-02-03T01:43:51.890190Z"
215
215
  },
216
216
  "papermill": {
217
- "duration": 0.053177,
218
- "end_time": "2026-02-02T13:00:55.267824",
217
+ "duration": 0.062604,
218
+ "end_time": "2026-02-03T01:43:51.892680",
219
219
  "exception": false,
220
- "start_time": "2026-02-02T13:00:55.214647",
220
+ "start_time": "2026-02-03T01:43:51.830076",
221
221
  "status": "completed"
222
222
  },
223
223
  "tags": []
@@ -240,10 +240,10 @@
240
240
  "id": "cell-8",
241
241
  "metadata": {
242
242
  "papermill": {
243
- "duration": 0.001479,
244
- "end_time": "2026-02-02T13:00:55.270977",
243
+ "duration": 0.005437,
244
+ "end_time": "2026-02-03T01:43:51.903959",
245
245
  "exception": false,
246
- "start_time": "2026-02-02T13:00:55.269498",
246
+ "start_time": "2026-02-03T01:43:51.898522",
247
247
  "status": "completed"
248
248
  },
249
249
  "tags": []
@@ -266,16 +266,16 @@
266
266
  "id": "cell-9",
267
267
  "metadata": {
268
268
  "execution": {
269
- "iopub.execute_input": "2026-02-02T13:00:55.275294Z",
270
- "iopub.status.busy": "2026-02-02T13:00:55.275192Z",
271
- "iopub.status.idle": "2026-02-02T13:00:55.277551Z",
272
- "shell.execute_reply": "2026-02-02T13:00:55.276851Z"
269
+ "iopub.execute_input": "2026-02-03T01:43:51.916813Z",
270
+ "iopub.status.busy": "2026-02-03T01:43:51.916691Z",
271
+ "iopub.status.idle": "2026-02-03T01:43:51.919306Z",
272
+ "shell.execute_reply": "2026-02-03T01:43:51.918364Z"
273
273
  },
274
274
  "papermill": {
275
- "duration": 0.005227,
276
- "end_time": "2026-02-02T13:00:55.278101",
275
+ "duration": 0.00993,
276
+ "end_time": "2026-02-03T01:43:51.920125",
277
277
  "exception": false,
278
- "start_time": "2026-02-02T13:00:55.272874",
278
+ "start_time": "2026-02-03T01:43:51.910195",
279
279
  "status": "completed"
280
280
  },
281
281
  "tags": []
@@ -291,10 +291,10 @@
291
291
  "id": "cell-10",
292
292
  "metadata": {
293
293
  "papermill": {
294
- "duration": 0.001615,
295
- "end_time": "2026-02-02T13:00:55.281714",
294
+ "duration": 0.005632,
295
+ "end_time": "2026-02-03T01:43:51.931306",
296
296
  "exception": false,
297
- "start_time": "2026-02-02T13:00:55.280099",
297
+ "start_time": "2026-02-03T01:43:51.925674",
298
298
  "status": "completed"
299
299
  },
300
300
  "tags": []
@@ -316,16 +316,16 @@
316
316
  "id": "cell-11",
317
317
  "metadata": {
318
318
  "execution": {
319
- "iopub.execute_input": "2026-02-02T13:00:55.286039Z",
320
- "iopub.status.busy": "2026-02-02T13:00:55.285927Z",
321
- "iopub.status.idle": "2026-02-02T13:00:55.315871Z",
322
- "shell.execute_reply": "2026-02-02T13:00:55.315137Z"
319
+ "iopub.execute_input": "2026-02-03T01:43:51.943457Z",
320
+ "iopub.status.busy": "2026-02-03T01:43:51.943336Z",
321
+ "iopub.status.idle": "2026-02-03T01:43:51.984667Z",
322
+ "shell.execute_reply": "2026-02-03T01:43:51.984076Z"
323
323
  },
324
324
  "papermill": {
325
- "duration": 0.033261,
326
- "end_time": "2026-02-02T13:00:55.316776",
325
+ "duration": 0.048496,
326
+ "end_time": "2026-02-03T01:43:51.985424",
327
327
  "exception": false,
328
- "start_time": "2026-02-02T13:00:55.283515",
328
+ "start_time": "2026-02-03T01:43:51.936928",
329
329
  "status": "completed"
330
330
  },
331
331
  "tags": []
@@ -349,10 +349,10 @@
349
349
  "id": "cell-14",
350
350
  "metadata": {
351
351
  "papermill": {
352
- "duration": 0.003275,
353
- "end_time": "2026-02-02T13:00:55.323645",
352
+ "duration": 0.013795,
353
+ "end_time": "2026-02-03T01:43:52.012622",
354
354
  "exception": false,
355
- "start_time": "2026-02-02T13:00:55.320370",
355
+ "start_time": "2026-02-03T01:43:51.998827",
356
356
  "status": "completed"
357
357
  },
358
358
  "tags": []
@@ -374,16 +374,16 @@
374
374
  "id": "cell-15",
375
375
  "metadata": {
376
376
  "execution": {
377
- "iopub.execute_input": "2026-02-02T13:00:55.331243Z",
378
- "iopub.status.busy": "2026-02-02T13:00:55.331125Z",
379
- "iopub.status.idle": "2026-02-02T13:01:05.464597Z",
380
- "shell.execute_reply": "2026-02-02T13:01:05.463713Z"
377
+ "iopub.execute_input": "2026-02-03T01:43:52.041697Z",
378
+ "iopub.status.busy": "2026-02-03T01:43:52.041580Z",
379
+ "iopub.status.idle": "2026-02-03T01:44:03.874667Z",
380
+ "shell.execute_reply": "2026-02-03T01:44:03.874206Z"
381
381
  },
382
382
  "papermill": {
383
- "duration": 10.138458,
384
- "end_time": "2026-02-02T13:01:05.465385",
383
+ "duration": 11.848498,
384
+ "end_time": "2026-02-03T01:44:03.875495",
385
385
  "exception": false,
386
- "start_time": "2026-02-02T13:00:55.326927",
386
+ "start_time": "2026-02-03T01:43:52.026997",
387
387
  "status": "completed"
388
388
  },
389
389
  "tags": []
@@ -417,10 +417,10 @@
417
417
  "id": "cell-16",
418
418
  "metadata": {
419
419
  "papermill": {
420
- "duration": 0.003472,
421
- "end_time": "2026-02-02T13:01:05.472843",
420
+ "duration": 0.013861,
421
+ "end_time": "2026-02-03T01:44:03.903143",
422
422
  "exception": false,
423
- "start_time": "2026-02-02T13:01:05.469371",
423
+ "start_time": "2026-02-03T01:44:03.889282",
424
424
  "status": "completed"
425
425
  },
426
426
  "tags": []
@@ -441,16 +441,16 @@
441
441
  "id": "cell-17",
442
442
  "metadata": {
443
443
  "execution": {
444
- "iopub.execute_input": "2026-02-02T13:01:05.481150Z",
445
- "iopub.status.busy": "2026-02-02T13:01:05.481017Z",
446
- "iopub.status.idle": "2026-02-02T13:01:05.648331Z",
447
- "shell.execute_reply": "2026-02-02T13:01:05.647595Z"
444
+ "iopub.execute_input": "2026-02-03T01:44:03.936638Z",
445
+ "iopub.status.busy": "2026-02-03T01:44:03.936109Z",
446
+ "iopub.status.idle": "2026-02-03T01:44:04.148734Z",
447
+ "shell.execute_reply": "2026-02-03T01:44:04.148190Z"
448
448
  },
449
449
  "papermill": {
450
- "duration": 0.172374,
451
- "end_time": "2026-02-02T13:01:05.649066",
450
+ "duration": 0.231048,
451
+ "end_time": "2026-02-03T01:44:04.149330",
452
452
  "exception": false,
453
- "start_time": "2026-02-02T13:01:05.476692",
453
+ "start_time": "2026-02-03T01:44:03.918282",
454
454
  "status": "completed"
455
455
  },
456
456
  "tags": []
@@ -481,10 +481,10 @@
481
481
  "id": "cell-18",
482
482
  "metadata": {
483
483
  "papermill": {
484
- "duration": 0.003229,
485
- "end_time": "2026-02-02T13:01:05.655939",
484
+ "duration": 0.014139,
485
+ "end_time": "2026-02-03T01:44:04.177547",
486
486
  "exception": false,
487
- "start_time": "2026-02-02T13:01:05.652710",
487
+ "start_time": "2026-02-03T01:44:04.163408",
488
488
  "status": "completed"
489
489
  },
490
490
  "tags": []
@@ -501,16 +501,16 @@
501
501
  "id": "cell-19",
502
502
  "metadata": {
503
503
  "execution": {
504
- "iopub.execute_input": "2026-02-02T13:01:05.663919Z",
505
- "iopub.status.busy": "2026-02-02T13:01:05.663801Z",
506
- "iopub.status.idle": "2026-02-02T13:01:05.667016Z",
507
- "shell.execute_reply": "2026-02-02T13:01:05.666376Z"
504
+ "iopub.execute_input": "2026-02-03T01:44:04.206068Z",
505
+ "iopub.status.busy": "2026-02-03T01:44:04.205957Z",
506
+ "iopub.status.idle": "2026-02-03T01:44:04.209056Z",
507
+ "shell.execute_reply": "2026-02-03T01:44:04.208474Z"
508
508
  },
509
509
  "papermill": {
510
- "duration": 0.00802,
511
- "end_time": "2026-02-02T13:01:05.667651",
510
+ "duration": 0.018272,
511
+ "end_time": "2026-02-03T01:44:04.209687",
512
512
  "exception": false,
513
- "start_time": "2026-02-02T13:01:05.659631",
513
+ "start_time": "2026-02-03T01:44:04.191415",
514
514
  "status": "completed"
515
515
  },
516
516
  "tags": []
@@ -535,10 +535,10 @@
535
535
  "id": "cell-20",
536
536
  "metadata": {
537
537
  "papermill": {
538
- "duration": 0.004024,
539
- "end_time": "2026-02-02T13:01:05.675373",
538
+ "duration": 0.015782,
539
+ "end_time": "2026-02-03T01:44:04.239357",
540
540
  "exception": false,
541
- "start_time": "2026-02-02T13:01:05.671349",
541
+ "start_time": "2026-02-03T01:44:04.223575",
542
542
  "status": "completed"
543
543
  },
544
544
  "tags": []
@@ -553,16 +553,16 @@
553
553
  "id": "cell-21",
554
554
  "metadata": {
555
555
  "execution": {
556
- "iopub.execute_input": "2026-02-02T13:01:05.683302Z",
557
- "iopub.status.busy": "2026-02-02T13:01:05.683171Z",
558
- "iopub.status.idle": "2026-02-02T13:01:05.699141Z",
559
- "shell.execute_reply": "2026-02-02T13:01:05.698285Z"
556
+ "iopub.execute_input": "2026-02-03T01:44:04.274186Z",
557
+ "iopub.status.busy": "2026-02-03T01:44:04.273967Z",
558
+ "iopub.status.idle": "2026-02-03T01:44:04.298670Z",
559
+ "shell.execute_reply": "2026-02-03T01:44:04.298015Z"
560
560
  },
561
561
  "papermill": {
562
- "duration": 0.021202,
563
- "end_time": "2026-02-02T13:01:05.699979",
562
+ "duration": 0.04597,
563
+ "end_time": "2026-02-03T01:44:04.299659",
564
564
  "exception": false,
565
- "start_time": "2026-02-02T13:01:05.678777",
565
+ "start_time": "2026-02-03T01:44:04.253689",
566
566
  "status": "completed"
567
567
  },
568
568
  "tags": []
@@ -582,10 +582,10 @@
582
582
  "id": "cell-22",
583
583
  "metadata": {
584
584
  "papermill": {
585
- "duration": 0.003113,
586
- "end_time": "2026-02-02T13:01:05.706587",
585
+ "duration": 0.014725,
586
+ "end_time": "2026-02-03T01:44:04.329046",
587
587
  "exception": false,
588
- "start_time": "2026-02-02T13:01:05.703474",
588
+ "start_time": "2026-02-03T01:44:04.314321",
589
589
  "status": "completed"
590
590
  },
591
591
  "tags": []
@@ -629,10 +629,10 @@
629
629
  "id": "f1ec2c4e",
630
630
  "metadata": {
631
631
  "papermill": {
632
- "duration": 0.00297,
633
- "end_time": "2026-02-02T13:01:05.712602",
632
+ "duration": 0.020125,
633
+ "end_time": "2026-02-03T01:44:04.369938",
634
634
  "exception": false,
635
- "start_time": "2026-02-02T13:01:05.709632",
635
+ "start_time": "2026-02-03T01:44:04.349813",
636
636
  "status": "completed"
637
637
  },
638
638
  "tags": []
@@ -663,14 +663,14 @@
663
663
  },
664
664
  "papermill": {
665
665
  "default_parameters": {},
666
- "duration": 16.265903,
667
- "end_time": "2026-02-02T13:01:08.333031",
666
+ "duration": 21.024652,
667
+ "end_time": "2026-02-03T01:44:07.002748",
668
668
  "environment_variables": {},
669
669
  "exception": null,
670
670
  "input_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/01b_temporal_quality.ipynb",
671
671
  "output_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/01b_temporal_quality.ipynb",
672
672
  "parameters": {},
673
- "start_time": "2026-02-02T13:00:52.067128",
673
+ "start_time": "2026-02-03T01:43:45.978096",
674
674
  "version": "2.6.0"
675
675
  }
676
676
  },