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": "ca3d0652",
6
6
  "metadata": {
7
7
  "papermill": {
8
- "duration": 0.004405,
9
- "end_time": "2026-02-02T13:03:07.649756",
8
+ "duration": 0.007357,
9
+ "end_time": "2026-02-03T01:46:54.881308",
10
10
  "exception": false,
11
- "start_time": "2026-02-02T13:03:07.645351",
11
+ "start_time": "2026-02-03T01:46:54.873951",
12
12
  "status": "completed"
13
13
  },
14
14
  "tags": []
@@ -49,10 +49,10 @@
49
49
  "id": "e1f1da83",
50
50
  "metadata": {
51
51
  "papermill": {
52
- "duration": 0.003187,
53
- "end_time": "2026-02-02T13:03:07.656354",
52
+ "duration": 0.007233,
53
+ "end_time": "2026-02-03T01:46:54.895860",
54
54
  "exception": false,
55
- "start_time": "2026-02-02T13:03:07.653167",
55
+ "start_time": "2026-02-03T01:46:54.888627",
56
56
  "status": "completed"
57
57
  },
58
58
  "tags": []
@@ -67,16 +67,16 @@
67
67
  "id": "535ea851",
68
68
  "metadata": {
69
69
  "execution": {
70
- "iopub.execute_input": "2026-02-02T13:03:07.663333Z",
71
- "iopub.status.busy": "2026-02-02T13:03:07.663186Z",
72
- "iopub.status.idle": "2026-02-02T13:03:09.560231Z",
73
- "shell.execute_reply": "2026-02-02T13:03:09.559246Z"
70
+ "iopub.execute_input": "2026-02-03T01:46:54.910437Z",
71
+ "iopub.status.busy": "2026-02-03T01:46:54.910320Z",
72
+ "iopub.status.idle": "2026-02-03T01:46:57.310820Z",
73
+ "shell.execute_reply": "2026-02-03T01:46:57.310149Z"
74
74
  },
75
75
  "papermill": {
76
- "duration": 1.901811,
77
- "end_time": "2026-02-02T13:03:09.561381",
76
+ "duration": 2.40908,
77
+ "end_time": "2026-02-03T01:46:57.311910",
78
78
  "exception": false,
79
- "start_time": "2026-02-02T13:03:07.659570",
79
+ "start_time": "2026-02-03T01:46:54.902830",
80
80
  "status": "completed"
81
81
  },
82
82
  "tags": []
@@ -103,16 +103,16 @@
103
103
  "id": "cc3eca88",
104
104
  "metadata": {
105
105
  "execution": {
106
- "iopub.execute_input": "2026-02-02T13:03:09.567940Z",
107
- "iopub.status.busy": "2026-02-02T13:03:09.567768Z",
108
- "iopub.status.idle": "2026-02-02T13:03:09.911965Z",
109
- "shell.execute_reply": "2026-02-02T13:03:09.910742Z"
106
+ "iopub.execute_input": "2026-02-03T01:46:57.327505Z",
107
+ "iopub.status.busy": "2026-02-03T01:46:57.327354Z",
108
+ "iopub.status.idle": "2026-02-03T01:46:57.655922Z",
109
+ "shell.execute_reply": "2026-02-03T01:46:57.655305Z"
110
110
  },
111
111
  "papermill": {
112
- "duration": 0.349377,
113
- "end_time": "2026-02-02T13:03:09.913686",
112
+ "duration": 0.337484,
113
+ "end_time": "2026-02-03T01:46:57.656575",
114
114
  "exception": false,
115
- "start_time": "2026-02-02T13:03:09.564309",
115
+ "start_time": "2026-02-03T01:46:57.319091",
116
116
  "status": "completed"
117
117
  },
118
118
  "tags": []
@@ -203,10 +203,10 @@
203
203
  "id": "59b3ad0b",
204
204
  "metadata": {
205
205
  "papermill": {
206
- "duration": 0.013553,
207
- "end_time": "2026-02-02T13:03:09.939162",
206
+ "duration": 0.007545,
207
+ "end_time": "2026-02-03T01:46:57.671416",
208
208
  "exception": false,
209
- "start_time": "2026-02-02T13:03:09.925609",
209
+ "start_time": "2026-02-03T01:46:57.663871",
210
210
  "status": "completed"
211
211
  },
212
212
  "tags": []
@@ -231,16 +231,16 @@
231
231
  "id": "4f9cfd2a",
232
232
  "metadata": {
233
233
  "execution": {
234
- "iopub.execute_input": "2026-02-02T13:03:09.946458Z",
235
- "iopub.status.busy": "2026-02-02T13:03:09.946297Z",
236
- "iopub.status.idle": "2026-02-02T13:03:09.974018Z",
237
- "shell.execute_reply": "2026-02-02T13:03:09.973191Z"
234
+ "iopub.execute_input": "2026-02-03T01:46:57.687080Z",
235
+ "iopub.status.busy": "2026-02-03T01:46:57.686931Z",
236
+ "iopub.status.idle": "2026-02-03T01:46:57.715433Z",
237
+ "shell.execute_reply": "2026-02-03T01:46:57.714831Z"
238
238
  },
239
239
  "papermill": {
240
- "duration": 0.032066,
241
- "end_time": "2026-02-02T13:03:09.974707",
240
+ "duration": 0.037711,
241
+ "end_time": "2026-02-03T01:46:57.716441",
242
242
  "exception": false,
243
- "start_time": "2026-02-02T13:03:09.942641",
243
+ "start_time": "2026-02-03T01:46:57.678730",
244
244
  "status": "completed"
245
245
  },
246
246
  "tags": []
@@ -338,10 +338,10 @@
338
338
  "id": "4d721d97",
339
339
  "metadata": {
340
340
  "papermill": {
341
- "duration": 0.002453,
342
- "end_time": "2026-02-02T13:03:09.979923",
341
+ "duration": 0.010389,
342
+ "end_time": "2026-02-03T01:46:57.734528",
343
343
  "exception": false,
344
- "start_time": "2026-02-02T13:03:09.977470",
344
+ "start_time": "2026-02-03T01:46:57.724139",
345
345
  "status": "completed"
346
346
  },
347
347
  "tags": []
@@ -356,16 +356,16 @@
356
356
  "id": "07cf69d3",
357
357
  "metadata": {
358
358
  "execution": {
359
- "iopub.execute_input": "2026-02-02T13:03:09.985987Z",
360
- "iopub.status.busy": "2026-02-02T13:03:09.985856Z",
361
- "iopub.status.idle": "2026-02-02T13:03:09.988654Z",
362
- "shell.execute_reply": "2026-02-02T13:03:09.988009Z"
359
+ "iopub.execute_input": "2026-02-03T01:46:57.749669Z",
360
+ "iopub.status.busy": "2026-02-03T01:46:57.749544Z",
361
+ "iopub.status.idle": "2026-02-03T01:46:57.752213Z",
362
+ "shell.execute_reply": "2026-02-03T01:46:57.751730Z"
363
363
  },
364
364
  "papermill": {
365
- "duration": 0.006462,
366
- "end_time": "2026-02-02T13:03:09.989094",
365
+ "duration": 0.011568,
366
+ "end_time": "2026-02-03T01:46:57.753221",
367
367
  "exception": false,
368
- "start_time": "2026-02-02T13:03:09.982632",
368
+ "start_time": "2026-02-03T01:46:57.741653",
369
369
  "status": "completed"
370
370
  },
371
371
  "tags": []
@@ -389,10 +389,10 @@
389
389
  "id": "09263313",
390
390
  "metadata": {
391
391
  "papermill": {
392
- "duration": 0.002372,
393
- "end_time": "2026-02-02T13:03:09.994362",
392
+ "duration": 0.006822,
393
+ "end_time": "2026-02-03T01:46:57.767271",
394
394
  "exception": false,
395
- "start_time": "2026-02-02T13:03:09.991990",
395
+ "start_time": "2026-02-03T01:46:57.760449",
396
396
  "status": "completed"
397
397
  },
398
398
  "tags": []
@@ -412,16 +412,16 @@
412
412
  "id": "8d56ad81",
413
413
  "metadata": {
414
414
  "execution": {
415
- "iopub.execute_input": "2026-02-02T13:03:10.000690Z",
416
- "iopub.status.busy": "2026-02-02T13:03:10.000575Z",
417
- "iopub.status.idle": "2026-02-02T13:03:10.039386Z",
418
- "shell.execute_reply": "2026-02-02T13:03:10.038940Z"
415
+ "iopub.execute_input": "2026-02-03T01:46:57.783073Z",
416
+ "iopub.status.busy": "2026-02-03T01:46:57.782903Z",
417
+ "iopub.status.idle": "2026-02-03T01:46:57.829073Z",
418
+ "shell.execute_reply": "2026-02-03T01:46:57.828621Z"
419
419
  },
420
420
  "papermill": {
421
- "duration": 0.042715,
422
- "end_time": "2026-02-02T13:03:10.039982",
421
+ "duration": 0.0559,
422
+ "end_time": "2026-02-03T01:46:57.829970",
423
423
  "exception": false,
424
- "start_time": "2026-02-02T13:03:09.997267",
424
+ "start_time": "2026-02-03T01:46:57.774070",
425
425
  "status": "completed"
426
426
  },
427
427
  "tags": []
@@ -534,10 +534,10 @@
534
534
  "id": "baab5f1d",
535
535
  "metadata": {
536
536
  "papermill": {
537
- "duration": 0.004319,
538
- "end_time": "2026-02-02T13:03:10.048550",
537
+ "duration": 0.019545,
538
+ "end_time": "2026-02-03T01:46:57.865788",
539
539
  "exception": false,
540
- "start_time": "2026-02-02T13:03:10.044231",
540
+ "start_time": "2026-02-03T01:46:57.846243",
541
541
  "status": "completed"
542
542
  },
543
543
  "tags": []
@@ -562,16 +562,16 @@
562
562
  "id": "ee46fd0c",
563
563
  "metadata": {
564
564
  "execution": {
565
- "iopub.execute_input": "2026-02-02T13:03:10.058874Z",
566
- "iopub.status.busy": "2026-02-02T13:03:10.058751Z",
567
- "iopub.status.idle": "2026-02-02T13:03:10.072668Z",
568
- "shell.execute_reply": "2026-02-02T13:03:10.072279Z"
565
+ "iopub.execute_input": "2026-02-03T01:46:57.903079Z",
566
+ "iopub.status.busy": "2026-02-03T01:46:57.902943Z",
567
+ "iopub.status.idle": "2026-02-03T01:46:57.922044Z",
568
+ "shell.execute_reply": "2026-02-03T01:46:57.921450Z"
569
569
  },
570
570
  "papermill": {
571
- "duration": 0.019481,
572
- "end_time": "2026-02-02T13:03:10.073214",
571
+ "duration": 0.039318,
572
+ "end_time": "2026-02-03T01:46:57.922775",
573
573
  "exception": false,
574
- "start_time": "2026-02-02T13:03:10.053733",
574
+ "start_time": "2026-02-03T01:46:57.883457",
575
575
  "status": "completed"
576
576
  },
577
577
  "tags": []
@@ -609,10 +609,10 @@
609
609
  "id": "c921e28e",
610
610
  "metadata": {
611
611
  "papermill": {
612
- "duration": 0.011155,
613
- "end_time": "2026-02-02T13:03:10.090497",
612
+ "duration": 0.026444,
613
+ "end_time": "2026-02-03T01:46:57.987239",
614
614
  "exception": false,
615
- "start_time": "2026-02-02T13:03:10.079342",
615
+ "start_time": "2026-02-03T01:46:57.960795",
616
616
  "status": "completed"
617
617
  },
618
618
  "tags": []
@@ -632,16 +632,16 @@
632
632
  "id": "c48c133b",
633
633
  "metadata": {
634
634
  "execution": {
635
- "iopub.execute_input": "2026-02-02T13:03:10.118334Z",
636
- "iopub.status.busy": "2026-02-02T13:03:10.118209Z",
637
- "iopub.status.idle": "2026-02-02T13:03:10.167892Z",
638
- "shell.execute_reply": "2026-02-02T13:03:10.167167Z"
635
+ "iopub.execute_input": "2026-02-03T01:46:58.037712Z",
636
+ "iopub.status.busy": "2026-02-03T01:46:58.037594Z",
637
+ "iopub.status.idle": "2026-02-03T01:46:58.094163Z",
638
+ "shell.execute_reply": "2026-02-03T01:46:58.092514Z"
639
639
  },
640
640
  "papermill": {
641
- "duration": 0.059538,
642
- "end_time": "2026-02-02T13:03:10.168456",
641
+ "duration": 0.084073,
642
+ "end_time": "2026-02-03T01:46:58.095740",
643
643
  "exception": false,
644
- "start_time": "2026-02-02T13:03:10.108918",
644
+ "start_time": "2026-02-03T01:46:58.011667",
645
645
  "status": "completed"
646
646
  },
647
647
  "tags": []
@@ -668,10 +668,10 @@
668
668
  "id": "c56db113",
669
669
  "metadata": {
670
670
  "papermill": {
671
- "duration": 0.00733,
672
- "end_time": "2026-02-02T13:03:10.183880",
671
+ "duration": 0.032998,
672
+ "end_time": "2026-02-03T01:46:58.168024",
673
673
  "exception": false,
674
- "start_time": "2026-02-02T13:03:10.176550",
674
+ "start_time": "2026-02-03T01:46:58.135026",
675
675
  "status": "completed"
676
676
  },
677
677
  "tags": []
@@ -702,16 +702,16 @@
702
702
  "id": "74cff73c",
703
703
  "metadata": {
704
704
  "execution": {
705
- "iopub.execute_input": "2026-02-02T13:03:10.199709Z",
706
- "iopub.status.busy": "2026-02-02T13:03:10.199576Z",
707
- "iopub.status.idle": "2026-02-02T13:03:10.536146Z",
708
- "shell.execute_reply": "2026-02-02T13:03:10.535137Z"
705
+ "iopub.execute_input": "2026-02-03T01:46:58.235355Z",
706
+ "iopub.status.busy": "2026-02-03T01:46:58.235211Z",
707
+ "iopub.status.idle": "2026-02-03T01:46:58.694789Z",
708
+ "shell.execute_reply": "2026-02-03T01:46:58.693958Z"
709
709
  },
710
710
  "papermill": {
711
- "duration": 0.345634,
712
- "end_time": "2026-02-02T13:03:10.537088",
711
+ "duration": 0.494707,
712
+ "end_time": "2026-02-03T01:46:58.695816",
713
713
  "exception": false,
714
- "start_time": "2026-02-02T13:03:10.191454",
714
+ "start_time": "2026-02-03T01:46:58.201109",
715
715
  "status": "completed"
716
716
  },
717
717
  "tags": []
@@ -868,10 +868,10 @@
868
868
  "id": "6472d7a4",
869
869
  "metadata": {
870
870
  "papermill": {
871
- "duration": 0.008068,
872
- "end_time": "2026-02-02T13:03:10.552669",
871
+ "duration": 0.032673,
872
+ "end_time": "2026-02-03T01:46:58.765727",
873
873
  "exception": false,
874
- "start_time": "2026-02-02T13:03:10.544601",
874
+ "start_time": "2026-02-03T01:46:58.733054",
875
875
  "status": "completed"
876
876
  },
877
877
  "tags": []
@@ -899,16 +899,16 @@
899
899
  "id": "4029d109",
900
900
  "metadata": {
901
901
  "execution": {
902
- "iopub.execute_input": "2026-02-02T13:03:10.570427Z",
903
- "iopub.status.busy": "2026-02-02T13:03:10.570253Z",
904
- "iopub.status.idle": "2026-02-02T13:03:10.633647Z",
905
- "shell.execute_reply": "2026-02-02T13:03:10.629513Z"
902
+ "iopub.execute_input": "2026-02-03T01:46:58.848739Z",
903
+ "iopub.status.busy": "2026-02-03T01:46:58.848613Z",
904
+ "iopub.status.idle": "2026-02-03T01:46:58.899145Z",
905
+ "shell.execute_reply": "2026-02-03T01:46:58.898694Z"
906
906
  },
907
907
  "papermill": {
908
- "duration": 0.078553,
909
- "end_time": "2026-02-02T13:03:10.638719",
908
+ "duration": 0.101452,
909
+ "end_time": "2026-02-03T01:46:58.900212",
910
910
  "exception": false,
911
- "start_time": "2026-02-02T13:03:10.560166",
911
+ "start_time": "2026-02-03T01:46:58.798760",
912
912
  "status": "completed"
913
913
  },
914
914
  "tags": []
@@ -1023,10 +1023,10 @@
1023
1023
  "id": "4d39c9ea",
1024
1024
  "metadata": {
1025
1025
  "papermill": {
1026
- "duration": 0.011699,
1027
- "end_time": "2026-02-02T13:03:10.667247",
1026
+ "duration": 0.03362,
1027
+ "end_time": "2026-02-03T01:46:58.966076",
1028
1028
  "exception": false,
1029
- "start_time": "2026-02-02T13:03:10.655548",
1029
+ "start_time": "2026-02-03T01:46:58.932456",
1030
1030
  "status": "completed"
1031
1031
  },
1032
1032
  "tags": []
@@ -1052,16 +1052,16 @@
1052
1052
  "id": "4a4d5ce7",
1053
1053
  "metadata": {
1054
1054
  "execution": {
1055
- "iopub.execute_input": "2026-02-02T13:03:10.686601Z",
1056
- "iopub.status.busy": "2026-02-02T13:03:10.686469Z",
1057
- "iopub.status.idle": "2026-02-02T13:03:10.692184Z",
1058
- "shell.execute_reply": "2026-02-02T13:03:10.691521Z"
1055
+ "iopub.execute_input": "2026-02-03T01:46:59.032786Z",
1056
+ "iopub.status.busy": "2026-02-03T01:46:59.032555Z",
1057
+ "iopub.status.idle": "2026-02-03T01:46:59.038922Z",
1058
+ "shell.execute_reply": "2026-02-03T01:46:59.038432Z"
1059
1059
  },
1060
1060
  "papermill": {
1061
- "duration": 0.016241,
1062
- "end_time": "2026-02-02T13:03:10.692788",
1061
+ "duration": 0.041397,
1062
+ "end_time": "2026-02-03T01:46:59.039609",
1063
1063
  "exception": false,
1064
- "start_time": "2026-02-02T13:03:10.676547",
1064
+ "start_time": "2026-02-03T01:46:58.998212",
1065
1065
  "status": "completed"
1066
1066
  },
1067
1067
  "tags": []
@@ -1150,10 +1150,10 @@
1150
1150
  "id": "e4ba09b9",
1151
1151
  "metadata": {
1152
1152
  "papermill": {
1153
- "duration": 0.010265,
1154
- "end_time": "2026-02-02T13:03:10.710981",
1153
+ "duration": 0.034536,
1154
+ "end_time": "2026-02-03T01:46:59.107082",
1155
1155
  "exception": false,
1156
- "start_time": "2026-02-02T13:03:10.700716",
1156
+ "start_time": "2026-02-03T01:46:59.072546",
1157
1157
  "status": "completed"
1158
1158
  },
1159
1159
  "tags": []
@@ -1170,16 +1170,16 @@
1170
1170
  "id": "f796b6a4",
1171
1171
  "metadata": {
1172
1172
  "execution": {
1173
- "iopub.execute_input": "2026-02-02T13:03:10.728169Z",
1174
- "iopub.status.busy": "2026-02-02T13:03:10.728054Z",
1175
- "iopub.status.idle": "2026-02-02T13:03:10.735906Z",
1176
- "shell.execute_reply": "2026-02-02T13:03:10.735438Z"
1173
+ "iopub.execute_input": "2026-02-03T01:46:59.174378Z",
1174
+ "iopub.status.busy": "2026-02-03T01:46:59.174253Z",
1175
+ "iopub.status.idle": "2026-02-03T01:46:59.182765Z",
1176
+ "shell.execute_reply": "2026-02-03T01:46:59.182319Z"
1177
1177
  },
1178
1178
  "papermill": {
1179
- "duration": 0.017183,
1180
- "end_time": "2026-02-02T13:03:10.736484",
1179
+ "duration": 0.043253,
1180
+ "end_time": "2026-02-03T01:46:59.183482",
1181
1181
  "exception": false,
1182
- "start_time": "2026-02-02T13:03:10.719301",
1182
+ "start_time": "2026-02-03T01:46:59.140229",
1183
1183
  "status": "completed"
1184
1184
  },
1185
1185
  "tags": []
@@ -1247,10 +1247,10 @@
1247
1247
  "id": "86ff0afa",
1248
1248
  "metadata": {
1249
1249
  "papermill": {
1250
- "duration": 0.007937,
1251
- "end_time": "2026-02-02T13:03:10.752592",
1250
+ "duration": 0.0333,
1251
+ "end_time": "2026-02-03T01:46:59.249741",
1252
1252
  "exception": false,
1253
- "start_time": "2026-02-02T13:03:10.744655",
1253
+ "start_time": "2026-02-03T01:46:59.216441",
1254
1254
  "status": "completed"
1255
1255
  },
1256
1256
  "tags": []
@@ -1267,16 +1267,16 @@
1267
1267
  "id": "3639dacf",
1268
1268
  "metadata": {
1269
1269
  "execution": {
1270
- "iopub.execute_input": "2026-02-02T13:03:10.769450Z",
1271
- "iopub.status.busy": "2026-02-02T13:03:10.769328Z",
1272
- "iopub.status.idle": "2026-02-02T13:03:10.777257Z",
1273
- "shell.execute_reply": "2026-02-02T13:03:10.776709Z"
1270
+ "iopub.execute_input": "2026-02-03T01:46:59.318392Z",
1271
+ "iopub.status.busy": "2026-02-03T01:46:59.318259Z",
1272
+ "iopub.status.idle": "2026-02-03T01:46:59.326602Z",
1273
+ "shell.execute_reply": "2026-02-03T01:46:59.325816Z"
1274
1274
  },
1275
1275
  "papermill": {
1276
- "duration": 0.017719,
1277
- "end_time": "2026-02-02T13:03:10.777906",
1276
+ "duration": 0.044123,
1277
+ "end_time": "2026-02-03T01:46:59.327321",
1278
1278
  "exception": false,
1279
- "start_time": "2026-02-02T13:03:10.760187",
1279
+ "start_time": "2026-02-03T01:46:59.283198",
1280
1280
  "status": "completed"
1281
1281
  },
1282
1282
  "tags": []
@@ -1328,10 +1328,10 @@
1328
1328
  "id": "2a3c2f34",
1329
1329
  "metadata": {
1330
1330
  "papermill": {
1331
- "duration": 0.007977,
1332
- "end_time": "2026-02-02T13:03:10.793870",
1331
+ "duration": 0.033239,
1332
+ "end_time": "2026-02-03T01:46:59.393410",
1333
1333
  "exception": false,
1334
- "start_time": "2026-02-02T13:03:10.785893",
1334
+ "start_time": "2026-02-03T01:46:59.360171",
1335
1335
  "status": "completed"
1336
1336
  },
1337
1337
  "tags": []
@@ -1348,16 +1348,16 @@
1348
1348
  "id": "a9ba7d76",
1349
1349
  "metadata": {
1350
1350
  "execution": {
1351
- "iopub.execute_input": "2026-02-02T13:03:10.811120Z",
1352
- "iopub.status.busy": "2026-02-02T13:03:10.810941Z",
1353
- "iopub.status.idle": "2026-02-02T13:03:10.824714Z",
1354
- "shell.execute_reply": "2026-02-02T13:03:10.823869Z"
1351
+ "iopub.execute_input": "2026-02-03T01:46:59.473197Z",
1352
+ "iopub.status.busy": "2026-02-03T01:46:59.473064Z",
1353
+ "iopub.status.idle": "2026-02-03T01:46:59.489499Z",
1354
+ "shell.execute_reply": "2026-02-03T01:46:59.488865Z"
1355
1355
  },
1356
1356
  "papermill": {
1357
- "duration": 0.023502,
1358
- "end_time": "2026-02-02T13:03:10.825506",
1357
+ "duration": 0.064217,
1358
+ "end_time": "2026-02-03T01:46:59.492600",
1359
1359
  "exception": false,
1360
- "start_time": "2026-02-02T13:03:10.802004",
1360
+ "start_time": "2026-02-03T01:46:59.428383",
1361
1361
  "status": "completed"
1362
1362
  },
1363
1363
  "tags": []
@@ -1469,10 +1469,10 @@
1469
1469
  "id": "b623adb2",
1470
1470
  "metadata": {
1471
1471
  "papermill": {
1472
- "duration": 0.009966,
1473
- "end_time": "2026-02-02T13:03:10.844511",
1472
+ "duration": 0.035029,
1473
+ "end_time": "2026-02-03T01:46:59.563701",
1474
1474
  "exception": false,
1475
- "start_time": "2026-02-02T13:03:10.834545",
1475
+ "start_time": "2026-02-03T01:46:59.528672",
1476
1476
  "status": "completed"
1477
1477
  },
1478
1478
  "tags": []
@@ -1487,16 +1487,16 @@
1487
1487
  "id": "d98d70d7",
1488
1488
  "metadata": {
1489
1489
  "execution": {
1490
- "iopub.execute_input": "2026-02-02T13:03:10.893014Z",
1491
- "iopub.status.busy": "2026-02-02T13:03:10.892883Z",
1492
- "iopub.status.idle": "2026-02-02T13:03:10.987017Z",
1493
- "shell.execute_reply": "2026-02-02T13:03:10.986626Z"
1490
+ "iopub.execute_input": "2026-02-03T01:46:59.635549Z",
1491
+ "iopub.status.busy": "2026-02-03T01:46:59.635403Z",
1492
+ "iopub.status.idle": "2026-02-03T01:46:59.737548Z",
1493
+ "shell.execute_reply": "2026-02-03T01:46:59.734972Z"
1494
1494
  },
1495
1495
  "papermill": {
1496
- "duration": 0.116089,
1497
- "end_time": "2026-02-02T13:03:10.987834",
1496
+ "duration": 0.139647,
1497
+ "end_time": "2026-02-03T01:46:59.739092",
1498
1498
  "exception": false,
1499
- "start_time": "2026-02-02T13:03:10.871745",
1499
+ "start_time": "2026-02-03T01:46:59.599445",
1500
1500
  "status": "completed"
1501
1501
  },
1502
1502
  "tags": []
@@ -1527,10 +1527,10 @@
1527
1527
  "id": "278956b0",
1528
1528
  "metadata": {
1529
1529
  "papermill": {
1530
- "duration": 0.008829,
1531
- "end_time": "2026-02-02T13:03:11.005721",
1530
+ "duration": 0.042836,
1531
+ "end_time": "2026-02-03T01:46:59.817635",
1532
1532
  "exception": false,
1533
- "start_time": "2026-02-02T13:03:10.996892",
1533
+ "start_time": "2026-02-03T01:46:59.774799",
1534
1534
  "status": "completed"
1535
1535
  },
1536
1536
  "tags": []
@@ -1589,10 +1589,10 @@
1589
1589
  "id": "81f5fb41",
1590
1590
  "metadata": {
1591
1591
  "papermill": {
1592
- "duration": 0.008798,
1593
- "end_time": "2026-02-02T13:03:11.022834",
1592
+ "duration": 0.037542,
1593
+ "end_time": "2026-02-03T01:46:59.888864",
1594
1594
  "exception": false,
1595
- "start_time": "2026-02-02T13:03:11.014036",
1595
+ "start_time": "2026-02-03T01:46:59.851322",
1596
1596
  "status": "completed"
1597
1597
  },
1598
1598
  "tags": []
@@ -1623,14 +1623,14 @@
1623
1623
  },
1624
1624
  "papermill": {
1625
1625
  "default_parameters": {},
1626
- "duration": 6.749412,
1627
- "end_time": "2026-02-02T13:03:13.648240",
1626
+ "duration": 8.444682,
1627
+ "end_time": "2026-02-03T01:47:02.540741",
1628
1628
  "environment_variables": {},
1629
1629
  "exception": null,
1630
1630
  "input_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/03_quality_assessment.ipynb",
1631
1631
  "output_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/03_quality_assessment.ipynb",
1632
1632
  "parameters": {},
1633
- "start_time": "2026-02-02T13:03:06.898828",
1633
+ "start_time": "2026-02-03T01:46:54.096059",
1634
1634
  "version": "2.6.0"
1635
1635
  }
1636
1636
  },