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": "32f00772",
6
6
  "metadata": {
7
7
  "papermill": {
8
- "duration": 0.003366,
9
- "end_time": "2026-02-02T13:04:20.028364",
8
+ "duration": 0.009146,
9
+ "end_time": "2026-02-03T01:48:41.150984",
10
10
  "exception": false,
11
- "start_time": "2026-02-02T13:04:20.024998",
11
+ "start_time": "2026-02-03T01:48:41.141838",
12
12
  "status": "completed"
13
13
  },
14
14
  "tags": []
@@ -37,16 +37,16 @@
37
37
  "id": "3dd9c433",
38
38
  "metadata": {
39
39
  "execution": {
40
- "iopub.execute_input": "2026-02-02T13:04:20.034460Z",
41
- "iopub.status.busy": "2026-02-02T13:04:20.034309Z",
42
- "iopub.status.idle": "2026-02-02T13:04:20.383463Z",
43
- "shell.execute_reply": "2026-02-02T13:04:20.382527Z"
40
+ "iopub.execute_input": "2026-02-03T01:48:41.169015Z",
41
+ "iopub.status.busy": "2026-02-03T01:48:41.168876Z",
42
+ "iopub.status.idle": "2026-02-03T01:48:41.631117Z",
43
+ "shell.execute_reply": "2026-02-03T01:48:41.630462Z"
44
44
  },
45
45
  "papermill": {
46
- "duration": 0.353477,
47
- "end_time": "2026-02-02T13:04:20.384447",
46
+ "duration": 0.472152,
47
+ "end_time": "2026-02-03T01:48:41.632016",
48
48
  "exception": false,
49
- "start_time": "2026-02-02T13:04:20.030970",
49
+ "start_time": "2026-02-03T01:48:41.159864",
50
50
  "status": "completed"
51
51
  },
52
52
  "tags": []
@@ -68,16 +68,16 @@
68
68
  "id": "2df62fbd",
69
69
  "metadata": {
70
70
  "execution": {
71
- "iopub.execute_input": "2026-02-02T13:04:20.394211Z",
72
- "iopub.status.busy": "2026-02-02T13:04:20.394015Z",
73
- "iopub.status.idle": "2026-02-02T13:04:20.399431Z",
74
- "shell.execute_reply": "2026-02-02T13:04:20.398670Z"
71
+ "iopub.execute_input": "2026-02-03T01:48:41.649630Z",
72
+ "iopub.status.busy": "2026-02-03T01:48:41.649470Z",
73
+ "iopub.status.idle": "2026-02-03T01:48:41.654164Z",
74
+ "shell.execute_reply": "2026-02-03T01:48:41.653530Z"
75
75
  },
76
76
  "papermill": {
77
- "duration": 0.013077,
78
- "end_time": "2026-02-02T13:04:20.400068",
77
+ "duration": 0.014968,
78
+ "end_time": "2026-02-03T01:48:41.655035",
79
79
  "exception": false,
80
- "start_time": "2026-02-02T13:04:20.386991",
80
+ "start_time": "2026-02-03T01:48:41.640067",
81
81
  "status": "completed"
82
82
  },
83
83
  "tags": []
@@ -112,10 +112,10 @@
112
112
  "id": "cdb7a547",
113
113
  "metadata": {
114
114
  "papermill": {
115
- "duration": 0.002345,
116
- "end_time": "2026-02-02T13:04:20.404863",
115
+ "duration": 0.008726,
116
+ "end_time": "2026-02-03T01:48:41.671925",
117
117
  "exception": false,
118
- "start_time": "2026-02-02T13:04:20.402518",
118
+ "start_time": "2026-02-03T01:48:41.663199",
119
119
  "status": "completed"
120
120
  },
121
121
  "tags": []
@@ -130,16 +130,16 @@
130
130
  "id": "72417bd4",
131
131
  "metadata": {
132
132
  "execution": {
133
- "iopub.execute_input": "2026-02-02T13:04:20.410359Z",
134
- "iopub.status.busy": "2026-02-02T13:04:20.410203Z",
135
- "iopub.status.idle": "2026-02-02T13:04:23.668644Z",
136
- "shell.execute_reply": "2026-02-02T13:04:23.668162Z"
133
+ "iopub.execute_input": "2026-02-03T01:48:41.689127Z",
134
+ "iopub.status.busy": "2026-02-03T01:48:41.688993Z",
135
+ "iopub.status.idle": "2026-02-03T01:48:46.990460Z",
136
+ "shell.execute_reply": "2026-02-03T01:48:46.989804Z"
137
137
  },
138
138
  "papermill": {
139
- "duration": 3.263488,
140
- "end_time": "2026-02-02T13:04:23.670606",
139
+ "duration": 5.311287,
140
+ "end_time": "2026-02-03T01:48:46.991423",
141
141
  "exception": false,
142
- "start_time": "2026-02-02T13:04:20.407118",
142
+ "start_time": "2026-02-03T01:48:41.680136",
143
143
  "status": "completed"
144
144
  },
145
145
  "tags": []
@@ -311,10 +311,10 @@
311
311
  "id": "8b5eb9d4",
312
312
  "metadata": {
313
313
  "papermill": {
314
- "duration": 0.003123,
315
- "end_time": "2026-02-02T13:04:23.676730",
314
+ "duration": 0.010167,
315
+ "end_time": "2026-02-03T01:48:47.011853",
316
316
  "exception": false,
317
- "start_time": "2026-02-02T13:04:23.673607",
317
+ "start_time": "2026-02-03T01:48:47.001686",
318
318
  "status": "completed"
319
319
  },
320
320
  "tags": []
@@ -329,16 +329,16 @@
329
329
  "id": "5d2880c0",
330
330
  "metadata": {
331
331
  "execution": {
332
- "iopub.execute_input": "2026-02-02T13:04:23.683183Z",
333
- "iopub.status.busy": "2026-02-02T13:04:23.683045Z",
334
- "iopub.status.idle": "2026-02-02T13:04:23.691221Z",
335
- "shell.execute_reply": "2026-02-02T13:04:23.690765Z"
332
+ "iopub.execute_input": "2026-02-03T01:48:47.033168Z",
333
+ "iopub.status.busy": "2026-02-03T01:48:47.033004Z",
334
+ "iopub.status.idle": "2026-02-03T01:48:47.049575Z",
335
+ "shell.execute_reply": "2026-02-03T01:48:47.048838Z"
336
336
  },
337
337
  "papermill": {
338
- "duration": 0.012164,
339
- "end_time": "2026-02-02T13:04:23.691775",
338
+ "duration": 0.028426,
339
+ "end_time": "2026-02-03T01:48:47.050406",
340
340
  "exception": false,
341
- "start_time": "2026-02-02T13:04:23.679611",
341
+ "start_time": "2026-02-03T01:48:47.021980",
342
342
  "status": "completed"
343
343
  },
344
344
  "tags": []
@@ -378,16 +378,16 @@
378
378
  "id": "aeb3bf7c",
379
379
  "metadata": {
380
380
  "execution": {
381
- "iopub.execute_input": "2026-02-02T13:04:23.698098Z",
382
- "iopub.status.busy": "2026-02-02T13:04:23.698000Z",
383
- "iopub.status.idle": "2026-02-02T13:04:24.120245Z",
384
- "shell.execute_reply": "2026-02-02T13:04:24.119760Z"
381
+ "iopub.execute_input": "2026-02-03T01:48:47.070283Z",
382
+ "iopub.status.busy": "2026-02-03T01:48:47.070167Z",
383
+ "iopub.status.idle": "2026-02-03T01:48:47.651259Z",
384
+ "shell.execute_reply": "2026-02-03T01:48:47.650856Z"
385
385
  },
386
386
  "papermill": {
387
- "duration": 0.426255,
388
- "end_time": "2026-02-02T13:04:24.120967",
387
+ "duration": 0.59206,
388
+ "end_time": "2026-02-03T01:48:47.651941",
389
389
  "exception": false,
390
- "start_time": "2026-02-02T13:04:23.694712",
390
+ "start_time": "2026-02-03T01:48:47.059881",
391
391
  "status": "completed"
392
392
  },
393
393
  "tags": []
@@ -426,10 +426,10 @@
426
426
  "id": "afc8d09d",
427
427
  "metadata": {
428
428
  "papermill": {
429
- "duration": 0.003519,
430
- "end_time": "2026-02-02T13:04:24.127927",
429
+ "duration": 0.010146,
430
+ "end_time": "2026-02-03T01:48:47.671811",
431
431
  "exception": false,
432
- "start_time": "2026-02-02T13:04:24.124408",
432
+ "start_time": "2026-02-03T01:48:47.661665",
433
433
  "status": "completed"
434
434
  },
435
435
  "tags": []
@@ -451,16 +451,16 @@
451
451
  "id": "865ea5f6",
452
452
  "metadata": {
453
453
  "execution": {
454
- "iopub.execute_input": "2026-02-02T13:04:24.135466Z",
455
- "iopub.status.busy": "2026-02-02T13:04:24.135183Z",
456
- "iopub.status.idle": "2026-02-02T13:04:24.234063Z",
457
- "shell.execute_reply": "2026-02-02T13:04:24.233694Z"
454
+ "iopub.execute_input": "2026-02-03T01:48:47.691893Z",
455
+ "iopub.status.busy": "2026-02-03T01:48:47.691643Z",
456
+ "iopub.status.idle": "2026-02-03T01:48:47.826515Z",
457
+ "shell.execute_reply": "2026-02-03T01:48:47.826022Z"
458
458
  },
459
459
  "papermill": {
460
- "duration": 0.103605,
461
- "end_time": "2026-02-02T13:04:24.234812",
460
+ "duration": 0.145821,
461
+ "end_time": "2026-02-03T01:48:47.827102",
462
462
  "exception": false,
463
- "start_time": "2026-02-02T13:04:24.131207",
463
+ "start_time": "2026-02-03T01:48:47.681281",
464
464
  "status": "completed"
465
465
  },
466
466
  "tags": []
@@ -528,16 +528,16 @@
528
528
  "id": "e8152776",
529
529
  "metadata": {
530
530
  "execution": {
531
- "iopub.execute_input": "2026-02-02T13:04:24.242988Z",
532
- "iopub.status.busy": "2026-02-02T13:04:24.242860Z",
533
- "iopub.status.idle": "2026-02-02T13:04:24.582353Z",
534
- "shell.execute_reply": "2026-02-02T13:04:24.581773Z"
531
+ "iopub.execute_input": "2026-02-03T01:48:47.847855Z",
532
+ "iopub.status.busy": "2026-02-03T01:48:47.847741Z",
533
+ "iopub.status.idle": "2026-02-03T01:48:48.211664Z",
534
+ "shell.execute_reply": "2026-02-03T01:48:48.211080Z"
535
535
  },
536
536
  "papermill": {
537
- "duration": 0.344716,
538
- "end_time": "2026-02-02T13:04:24.582901",
537
+ "duration": 0.375692,
538
+ "end_time": "2026-02-03T01:48:48.212510",
539
539
  "exception": false,
540
- "start_time": "2026-02-02T13:04:24.238185",
540
+ "start_time": "2026-02-03T01:48:47.836818",
541
541
  "status": "completed"
542
542
  },
543
543
  "tags": []
@@ -615,16 +615,16 @@
615
615
  "id": "5e641fbf",
616
616
  "metadata": {
617
617
  "execution": {
618
- "iopub.execute_input": "2026-02-02T13:04:24.591754Z",
619
- "iopub.status.busy": "2026-02-02T13:04:24.591626Z",
620
- "iopub.status.idle": "2026-02-02T13:04:24.625306Z",
621
- "shell.execute_reply": "2026-02-02T13:04:24.624779Z"
618
+ "iopub.execute_input": "2026-02-03T01:48:48.236069Z",
619
+ "iopub.status.busy": "2026-02-03T01:48:48.235956Z",
620
+ "iopub.status.idle": "2026-02-03T01:48:48.302761Z",
621
+ "shell.execute_reply": "2026-02-03T01:48:48.302316Z"
622
622
  },
623
623
  "papermill": {
624
- "duration": 0.039099,
625
- "end_time": "2026-02-02T13:04:24.625974",
624
+ "duration": 0.08026,
625
+ "end_time": "2026-02-03T01:48:48.303357",
626
626
  "exception": false,
627
- "start_time": "2026-02-02T13:04:24.586875",
627
+ "start_time": "2026-02-03T01:48:48.223097",
628
628
  "status": "completed"
629
629
  },
630
630
  "tags": []
@@ -667,10 +667,10 @@
667
667
  "id": "7cc7e27d",
668
668
  "metadata": {
669
669
  "papermill": {
670
- "duration": 0.003359,
671
- "end_time": "2026-02-02T13:04:24.633357",
670
+ "duration": 0.012194,
671
+ "end_time": "2026-02-03T01:48:48.326840",
672
672
  "exception": false,
673
- "start_time": "2026-02-02T13:04:24.629998",
673
+ "start_time": "2026-02-03T01:48:48.314646",
674
674
  "status": "completed"
675
675
  },
676
676
  "tags": []
@@ -688,16 +688,16 @@
688
688
  "id": "77e2ea51",
689
689
  "metadata": {
690
690
  "execution": {
691
- "iopub.execute_input": "2026-02-02T13:04:24.640766Z",
692
- "iopub.status.busy": "2026-02-02T13:04:24.640645Z",
693
- "iopub.status.idle": "2026-02-02T13:04:24.669286Z",
694
- "shell.execute_reply": "2026-02-02T13:04:24.668810Z"
691
+ "iopub.execute_input": "2026-02-03T01:48:48.351322Z",
692
+ "iopub.status.busy": "2026-02-03T01:48:48.351181Z",
693
+ "iopub.status.idle": "2026-02-03T01:48:48.384346Z",
694
+ "shell.execute_reply": "2026-02-03T01:48:48.383789Z"
695
695
  },
696
696
  "papermill": {
697
- "duration": 0.033239,
698
- "end_time": "2026-02-02T13:04:24.669913",
697
+ "duration": 0.046941,
698
+ "end_time": "2026-02-03T01:48:48.385079",
699
699
  "exception": false,
700
- "start_time": "2026-02-02T13:04:24.636674",
700
+ "start_time": "2026-02-03T01:48:48.338138",
701
701
  "status": "completed"
702
702
  },
703
703
  "tags": []
@@ -747,10 +747,10 @@
747
747
  "id": "de444011",
748
748
  "metadata": {
749
749
  "papermill": {
750
- "duration": 0.003852,
751
- "end_time": "2026-02-02T13:04:24.678592",
750
+ "duration": 0.011457,
751
+ "end_time": "2026-02-03T01:48:48.408490",
752
752
  "exception": false,
753
- "start_time": "2026-02-02T13:04:24.674740",
753
+ "start_time": "2026-02-03T01:48:48.397033",
754
754
  "status": "completed"
755
755
  },
756
756
  "tags": []
@@ -768,16 +768,16 @@
768
768
  "id": "a2dc6490",
769
769
  "metadata": {
770
770
  "execution": {
771
- "iopub.execute_input": "2026-02-02T13:04:24.686472Z",
772
- "iopub.status.busy": "2026-02-02T13:04:24.686358Z",
773
- "iopub.status.idle": "2026-02-02T13:04:24.728303Z",
774
- "shell.execute_reply": "2026-02-02T13:04:24.727841Z"
771
+ "iopub.execute_input": "2026-02-03T01:48:48.431299Z",
772
+ "iopub.status.busy": "2026-02-03T01:48:48.431180Z",
773
+ "iopub.status.idle": "2026-02-03T01:48:48.492013Z",
774
+ "shell.execute_reply": "2026-02-03T01:48:48.491094Z"
775
775
  },
776
776
  "papermill": {
777
- "duration": 0.04693,
778
- "end_time": "2026-02-02T13:04:24.728951",
777
+ "duration": 0.07382,
778
+ "end_time": "2026-02-03T01:48:48.493259",
779
779
  "exception": false,
780
- "start_time": "2026-02-02T13:04:24.682021",
780
+ "start_time": "2026-02-03T01:48:48.419439",
781
781
  "status": "completed"
782
782
  },
783
783
  "tags": []
@@ -810,10 +810,10 @@
810
810
  "id": "b79d4809",
811
811
  "metadata": {
812
812
  "papermill": {
813
- "duration": 0.003454,
814
- "end_time": "2026-02-02T13:04:24.736988",
813
+ "duration": 0.012414,
814
+ "end_time": "2026-02-03T01:48:48.517173",
815
815
  "exception": false,
816
- "start_time": "2026-02-02T13:04:24.733534",
816
+ "start_time": "2026-02-03T01:48:48.504759",
817
817
  "status": "completed"
818
818
  },
819
819
  "tags": []
@@ -828,16 +828,16 @@
828
828
  "id": "76fce665",
829
829
  "metadata": {
830
830
  "execution": {
831
- "iopub.execute_input": "2026-02-02T13:04:24.746062Z",
832
- "iopub.status.busy": "2026-02-02T13:04:24.745943Z",
833
- "iopub.status.idle": "2026-02-02T13:04:25.182792Z",
834
- "shell.execute_reply": "2026-02-02T13:04:25.182312Z"
831
+ "iopub.execute_input": "2026-02-03T01:48:48.539992Z",
832
+ "iopub.status.busy": "2026-02-03T01:48:48.539865Z",
833
+ "iopub.status.idle": "2026-02-03T01:48:49.154526Z",
834
+ "shell.execute_reply": "2026-02-03T01:48:49.154010Z"
835
835
  },
836
836
  "papermill": {
837
- "duration": 0.442072,
838
- "end_time": "2026-02-02T13:04:25.183386",
837
+ "duration": 0.627273,
838
+ "end_time": "2026-02-03T01:48:49.155081",
839
839
  "exception": false,
840
- "start_time": "2026-02-02T13:04:24.741314",
840
+ "start_time": "2026-02-03T01:48:48.527808",
841
841
  "status": "completed"
842
842
  },
843
843
  "tags": []
@@ -884,16 +884,16 @@
884
884
  "id": "3464d0e1",
885
885
  "metadata": {
886
886
  "execution": {
887
- "iopub.execute_input": "2026-02-02T13:04:25.192330Z",
888
- "iopub.status.busy": "2026-02-02T13:04:25.192081Z",
889
- "iopub.status.idle": "2026-02-02T13:04:25.197408Z",
890
- "shell.execute_reply": "2026-02-02T13:04:25.197016Z"
887
+ "iopub.execute_input": "2026-02-03T01:48:49.180699Z",
888
+ "iopub.status.busy": "2026-02-03T01:48:49.180403Z",
889
+ "iopub.status.idle": "2026-02-03T01:48:49.188702Z",
890
+ "shell.execute_reply": "2026-02-03T01:48:49.188088Z"
891
891
  },
892
892
  "papermill": {
893
- "duration": 0.010186,
894
- "end_time": "2026-02-02T13:04:25.197861",
893
+ "duration": 0.022011,
894
+ "end_time": "2026-02-03T01:48:49.189594",
895
895
  "exception": false,
896
- "start_time": "2026-02-02T13:04:25.187675",
896
+ "start_time": "2026-02-03T01:48:49.167583",
897
897
  "status": "completed"
898
898
  },
899
899
  "tags": []
@@ -912,16 +912,16 @@
912
912
  "id": "4e0595d4",
913
913
  "metadata": {
914
914
  "execution": {
915
- "iopub.execute_input": "2026-02-02T13:04:25.207529Z",
916
- "iopub.status.busy": "2026-02-02T13:04:25.207410Z",
917
- "iopub.status.idle": "2026-02-02T13:04:34.310396Z",
918
- "shell.execute_reply": "2026-02-02T13:04:34.309912Z"
915
+ "iopub.execute_input": "2026-02-03T01:48:49.214709Z",
916
+ "iopub.status.busy": "2026-02-03T01:48:49.214598Z",
917
+ "iopub.status.idle": "2026-02-03T01:49:02.972114Z",
918
+ "shell.execute_reply": "2026-02-03T01:49:02.971675Z"
919
919
  },
920
920
  "papermill": {
921
- "duration": 9.108894,
922
- "end_time": "2026-02-02T13:04:34.310996",
921
+ "duration": 13.771393,
922
+ "end_time": "2026-02-03T01:49:02.973084",
923
923
  "exception": false,
924
- "start_time": "2026-02-02T13:04:25.202102",
924
+ "start_time": "2026-02-03T01:48:49.201691",
925
925
  "status": "completed"
926
926
  },
927
927
  "tags": []
@@ -950,16 +950,16 @@
950
950
  "id": "f3be6aab",
951
951
  "metadata": {
952
952
  "execution": {
953
- "iopub.execute_input": "2026-02-02T13:04:34.320580Z",
954
- "iopub.status.busy": "2026-02-02T13:04:34.320441Z",
955
- "iopub.status.idle": "2026-02-02T13:04:34.531044Z",
956
- "shell.execute_reply": "2026-02-02T13:04:34.530558Z"
953
+ "iopub.execute_input": "2026-02-03T01:49:03.004485Z",
954
+ "iopub.status.busy": "2026-02-03T01:49:03.004363Z",
955
+ "iopub.status.idle": "2026-02-03T01:49:03.260460Z",
956
+ "shell.execute_reply": "2026-02-03T01:49:03.260082Z"
957
957
  },
958
958
  "papermill": {
959
- "duration": 0.216039,
960
- "end_time": "2026-02-02T13:04:34.531635",
959
+ "duration": 0.272475,
960
+ "end_time": "2026-02-03T01:49:03.261162",
961
961
  "exception": false,
962
- "start_time": "2026-02-02T13:04:34.315596",
962
+ "start_time": "2026-02-03T01:49:02.988687",
963
963
  "status": "completed"
964
964
  },
965
965
  "tags": []
@@ -985,16 +985,16 @@
985
985
  "id": "e7daa7dc",
986
986
  "metadata": {
987
987
  "execution": {
988
- "iopub.execute_input": "2026-02-02T13:04:34.542356Z",
989
- "iopub.status.busy": "2026-02-02T13:04:34.542238Z",
990
- "iopub.status.idle": "2026-02-02T13:04:34.548179Z",
991
- "shell.execute_reply": "2026-02-02T13:04:34.547705Z"
988
+ "iopub.execute_input": "2026-02-03T01:49:03.292667Z",
989
+ "iopub.status.busy": "2026-02-03T01:49:03.292550Z",
990
+ "iopub.status.idle": "2026-02-03T01:49:03.301028Z",
991
+ "shell.execute_reply": "2026-02-03T01:49:03.300548Z"
992
992
  },
993
993
  "papermill": {
994
- "duration": 0.011839,
995
- "end_time": "2026-02-02T13:04:34.548851",
994
+ "duration": 0.025596,
995
+ "end_time": "2026-02-03T01:49:03.301633",
996
996
  "exception": false,
997
- "start_time": "2026-02-02T13:04:34.537012",
997
+ "start_time": "2026-02-03T01:49:03.276037",
998
998
  "status": "completed"
999
999
  },
1000
1000
  "tags": []
@@ -1017,10 +1017,10 @@
1017
1017
  "id": "30791e92",
1018
1018
  "metadata": {
1019
1019
  "papermill": {
1020
- "duration": 0.004667,
1021
- "end_time": "2026-02-02T13:04:34.559340",
1020
+ "duration": 0.015416,
1021
+ "end_time": "2026-02-03T01:49:03.332956",
1022
1022
  "exception": false,
1023
- "start_time": "2026-02-02T13:04:34.554673",
1023
+ "start_time": "2026-02-03T01:49:03.317540",
1024
1024
  "status": "completed"
1025
1025
  },
1026
1026
  "tags": []
@@ -1035,16 +1035,16 @@
1035
1035
  "id": "cd8460ea",
1036
1036
  "metadata": {
1037
1037
  "execution": {
1038
- "iopub.execute_input": "2026-02-02T13:04:34.571206Z",
1039
- "iopub.status.busy": "2026-02-02T13:04:34.571077Z",
1040
- "iopub.status.idle": "2026-02-02T13:04:34.575971Z",
1041
- "shell.execute_reply": "2026-02-02T13:04:34.575461Z"
1038
+ "iopub.execute_input": "2026-02-03T01:49:03.364856Z",
1039
+ "iopub.status.busy": "2026-02-03T01:49:03.364710Z",
1040
+ "iopub.status.idle": "2026-02-03T01:49:03.370568Z",
1041
+ "shell.execute_reply": "2026-02-03T01:49:03.369971Z"
1042
1042
  },
1043
1043
  "papermill": {
1044
- "duration": 0.012058,
1045
- "end_time": "2026-02-02T13:04:34.576704",
1044
+ "duration": 0.023235,
1045
+ "end_time": "2026-02-03T01:49:03.371418",
1046
1046
  "exception": false,
1047
- "start_time": "2026-02-02T13:04:34.564646",
1047
+ "start_time": "2026-02-03T01:49:03.348183",
1048
1048
  "status": "completed"
1049
1049
  },
1050
1050
  "tags": []
@@ -1071,16 +1071,16 @@
1071
1071
  "id": "d14e806a",
1072
1072
  "metadata": {
1073
1073
  "execution": {
1074
- "iopub.execute_input": "2026-02-02T13:04:34.586759Z",
1075
- "iopub.status.busy": "2026-02-02T13:04:34.586648Z",
1076
- "iopub.status.idle": "2026-02-02T13:04:34.590204Z",
1077
- "shell.execute_reply": "2026-02-02T13:04:34.589718Z"
1074
+ "iopub.execute_input": "2026-02-03T01:49:03.404582Z",
1075
+ "iopub.status.busy": "2026-02-03T01:49:03.404446Z",
1076
+ "iopub.status.idle": "2026-02-03T01:49:03.407972Z",
1077
+ "shell.execute_reply": "2026-02-03T01:49:03.407464Z"
1078
1078
  },
1079
1079
  "papermill": {
1080
- "duration": 0.01003,
1081
- "end_time": "2026-02-02T13:04:34.591530",
1080
+ "duration": 0.021099,
1081
+ "end_time": "2026-02-03T01:49:03.408602",
1082
1082
  "exception": false,
1083
- "start_time": "2026-02-02T13:04:34.581500",
1083
+ "start_time": "2026-02-03T01:49:03.387503",
1084
1084
  "status": "completed"
1085
1085
  },
1086
1086
  "tags": []
@@ -1130,16 +1130,16 @@
1130
1130
  "id": "fd6aaaee",
1131
1131
  "metadata": {
1132
1132
  "execution": {
1133
- "iopub.execute_input": "2026-02-02T13:04:34.601322Z",
1134
- "iopub.status.busy": "2026-02-02T13:04:34.601195Z",
1135
- "iopub.status.idle": "2026-02-02T13:04:34.992570Z",
1136
- "shell.execute_reply": "2026-02-02T13:04:34.992096Z"
1133
+ "iopub.execute_input": "2026-02-03T01:49:03.439447Z",
1134
+ "iopub.status.busy": "2026-02-03T01:49:03.439322Z",
1135
+ "iopub.status.idle": "2026-02-03T01:49:04.036374Z",
1136
+ "shell.execute_reply": "2026-02-03T01:49:04.035703Z"
1137
1137
  },
1138
1138
  "papermill": {
1139
- "duration": 0.396932,
1140
- "end_time": "2026-02-02T13:04:34.993166",
1139
+ "duration": 0.613384,
1140
+ "end_time": "2026-02-03T01:49:04.036956",
1141
1141
  "exception": false,
1142
- "start_time": "2026-02-02T13:04:34.596234",
1142
+ "start_time": "2026-02-03T01:49:03.423572",
1143
1143
  "status": "completed"
1144
1144
  },
1145
1145
  "tags": []
@@ -1159,16 +1159,16 @@
1159
1159
  "id": "35a9e063",
1160
1160
  "metadata": {
1161
1161
  "execution": {
1162
- "iopub.execute_input": "2026-02-02T13:04:35.005568Z",
1163
- "iopub.status.busy": "2026-02-02T13:04:35.005433Z",
1164
- "iopub.status.idle": "2026-02-02T13:04:35.008375Z",
1165
- "shell.execute_reply": "2026-02-02T13:04:35.007656Z"
1162
+ "iopub.execute_input": "2026-02-03T01:49:04.073146Z",
1163
+ "iopub.status.busy": "2026-02-03T01:49:04.073021Z",
1164
+ "iopub.status.idle": "2026-02-03T01:49:04.075683Z",
1165
+ "shell.execute_reply": "2026-02-03T01:49:04.075368Z"
1166
1166
  },
1167
1167
  "papermill": {
1168
- "duration": 0.009752,
1169
- "end_time": "2026-02-02T13:04:35.008902",
1168
+ "duration": 0.021974,
1169
+ "end_time": "2026-02-03T01:49:04.076422",
1170
1170
  "exception": false,
1171
- "start_time": "2026-02-02T13:04:34.999150",
1171
+ "start_time": "2026-02-03T01:49:04.054448",
1172
1172
  "status": "completed"
1173
1173
  },
1174
1174
  "tags": []
@@ -1197,10 +1197,10 @@
1197
1197
  "id": "7a10e90a",
1198
1198
  "metadata": {
1199
1199
  "papermill": {
1200
- "duration": 0.005938,
1201
- "end_time": "2026-02-02T13:04:35.020817",
1200
+ "duration": 0.03103,
1201
+ "end_time": "2026-02-03T01:49:04.125212",
1202
1202
  "exception": false,
1203
- "start_time": "2026-02-02T13:04:35.014879",
1203
+ "start_time": "2026-02-03T01:49:04.094182",
1204
1204
  "status": "completed"
1205
1205
  },
1206
1206
  "tags": []
@@ -1215,16 +1215,16 @@
1215
1215
  "id": "2cee8606",
1216
1216
  "metadata": {
1217
1217
  "execution": {
1218
- "iopub.execute_input": "2026-02-02T13:04:35.033732Z",
1219
- "iopub.status.busy": "2026-02-02T13:04:35.033622Z",
1220
- "iopub.status.idle": "2026-02-02T13:04:35.036439Z",
1221
- "shell.execute_reply": "2026-02-02T13:04:35.036131Z"
1218
+ "iopub.execute_input": "2026-02-03T01:49:04.166047Z",
1219
+ "iopub.status.busy": "2026-02-03T01:49:04.165886Z",
1220
+ "iopub.status.idle": "2026-02-03T01:49:04.169358Z",
1221
+ "shell.execute_reply": "2026-02-03T01:49:04.168883Z"
1222
1222
  },
1223
1223
  "papermill": {
1224
- "duration": 0.010077,
1225
- "end_time": "2026-02-02T13:04:35.037185",
1224
+ "duration": 0.022768,
1225
+ "end_time": "2026-02-03T01:49:04.169990",
1226
1226
  "exception": false,
1227
- "start_time": "2026-02-02T13:04:35.027108",
1227
+ "start_time": "2026-02-03T01:49:04.147222",
1228
1228
  "status": "completed"
1229
1229
  },
1230
1230
  "tags": []
@@ -1250,16 +1250,16 @@
1250
1250
  "id": "988b6a72",
1251
1251
  "metadata": {
1252
1252
  "execution": {
1253
- "iopub.execute_input": "2026-02-02T13:04:35.048794Z",
1254
- "iopub.status.busy": "2026-02-02T13:04:35.048684Z",
1255
- "iopub.status.idle": "2026-02-02T13:04:35.171216Z",
1256
- "shell.execute_reply": "2026-02-02T13:04:35.170804Z"
1253
+ "iopub.execute_input": "2026-02-03T01:49:04.207456Z",
1254
+ "iopub.status.busy": "2026-02-03T01:49:04.207338Z",
1255
+ "iopub.status.idle": "2026-02-03T01:49:04.393396Z",
1256
+ "shell.execute_reply": "2026-02-03T01:49:04.392713Z"
1257
1257
  },
1258
1258
  "papermill": {
1259
- "duration": 0.129762,
1260
- "end_time": "2026-02-02T13:04:35.172645",
1259
+ "duration": 0.206243,
1260
+ "end_time": "2026-02-03T01:49:04.393938",
1261
1261
  "exception": false,
1262
- "start_time": "2026-02-02T13:04:35.042883",
1262
+ "start_time": "2026-02-03T01:49:04.187695",
1263
1263
  "status": "completed"
1264
1264
  },
1265
1265
  "tags": []
@@ -1279,16 +1279,16 @@
1279
1279
  "id": "7ce2bae4",
1280
1280
  "metadata": {
1281
1281
  "execution": {
1282
- "iopub.execute_input": "2026-02-02T13:04:35.186493Z",
1283
- "iopub.status.busy": "2026-02-02T13:04:35.186355Z",
1284
- "iopub.status.idle": "2026-02-02T13:04:35.446048Z",
1285
- "shell.execute_reply": "2026-02-02T13:04:35.445342Z"
1282
+ "iopub.execute_input": "2026-02-03T01:49:04.431393Z",
1283
+ "iopub.status.busy": "2026-02-03T01:49:04.431270Z",
1284
+ "iopub.status.idle": "2026-02-03T01:49:04.743934Z",
1285
+ "shell.execute_reply": "2026-02-03T01:49:04.743562Z"
1286
1286
  },
1287
1287
  "papermill": {
1288
- "duration": 0.267906,
1289
- "end_time": "2026-02-02T13:04:35.446873",
1288
+ "duration": 0.332004,
1289
+ "end_time": "2026-02-03T01:49:04.744539",
1290
1290
  "exception": false,
1291
- "start_time": "2026-02-02T13:04:35.178967",
1291
+ "start_time": "2026-02-03T01:49:04.412535",
1292
1292
  "status": "completed"
1293
1293
  },
1294
1294
  "tags": []
@@ -1307,10 +1307,10 @@
1307
1307
  "id": "773e6df6",
1308
1308
  "metadata": {
1309
1309
  "papermill": {
1310
- "duration": 0.007096,
1311
- "end_time": "2026-02-02T13:04:35.460861",
1310
+ "duration": 0.020125,
1311
+ "end_time": "2026-02-03T01:49:04.783838",
1312
1312
  "exception": false,
1313
- "start_time": "2026-02-02T13:04:35.453765",
1313
+ "start_time": "2026-02-03T01:49:04.763713",
1314
1314
  "status": "completed"
1315
1315
  },
1316
1316
  "tags": []
@@ -1325,16 +1325,16 @@
1325
1325
  "id": "99fec76d",
1326
1326
  "metadata": {
1327
1327
  "execution": {
1328
- "iopub.execute_input": "2026-02-02T13:04:35.474943Z",
1329
- "iopub.status.busy": "2026-02-02T13:04:35.474800Z",
1330
- "iopub.status.idle": "2026-02-02T13:04:35.487191Z",
1331
- "shell.execute_reply": "2026-02-02T13:04:35.486629Z"
1328
+ "iopub.execute_input": "2026-02-03T01:49:04.822968Z",
1329
+ "iopub.status.busy": "2026-02-03T01:49:04.822854Z",
1330
+ "iopub.status.idle": "2026-02-03T01:49:04.842435Z",
1331
+ "shell.execute_reply": "2026-02-03T01:49:04.841967Z"
1332
1332
  },
1333
1333
  "papermill": {
1334
- "duration": 0.020645,
1335
- "end_time": "2026-02-02T13:04:35.487797",
1334
+ "duration": 0.040137,
1335
+ "end_time": "2026-02-03T01:49:04.843066",
1336
1336
  "exception": false,
1337
- "start_time": "2026-02-02T13:04:35.467152",
1337
+ "start_time": "2026-02-03T01:49:04.802929",
1338
1338
  "status": "completed"
1339
1339
  },
1340
1340
  "tags": []
@@ -1368,10 +1368,10 @@
1368
1368
  "id": "91811812",
1369
1369
  "metadata": {
1370
1370
  "papermill": {
1371
- "duration": 0.006688,
1372
- "end_time": "2026-02-02T13:04:35.501600",
1371
+ "duration": 0.018654,
1372
+ "end_time": "2026-02-03T01:49:04.880314",
1373
1373
  "exception": false,
1374
- "start_time": "2026-02-02T13:04:35.494912",
1374
+ "start_time": "2026-02-03T01:49:04.861660",
1375
1375
  "status": "completed"
1376
1376
  },
1377
1377
  "tags": []
@@ -1402,14 +1402,14 @@
1402
1402
  },
1403
1403
  "papermill": {
1404
1404
  "default_parameters": {},
1405
- "duration": 18.648212,
1406
- "end_time": "2026-02-02T13:04:38.124707",
1405
+ "duration": 27.434005,
1406
+ "end_time": "2026-02-03T01:49:07.514169",
1407
1407
  "environment_variables": {},
1408
1408
  "exception": null,
1409
1409
  "input_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/11_scoring_validation.ipynb",
1410
1410
  "output_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/11_scoring_validation.ipynb",
1411
1411
  "parameters": {},
1412
- "start_time": "2026-02-02T13:04:19.476495",
1412
+ "start_time": "2026-02-03T01:48:40.080164",
1413
1413
  "version": "2.6.0"
1414
1414
  }
1415
1415
  },