churnkit 0.75.0a3__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 (45) hide show
  1. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/00_start_here.ipynb +72 -72
  2. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01_data_discovery.ipynb +134 -134
  3. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01a_temporal_deep_dive.ipynb +207 -207
  4. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01b_temporal_quality.ipynb +109 -109
  5. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01c_temporal_patterns.ipynb +283 -283
  6. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01d_event_aggregation.ipynb +145 -145
  7. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/02_column_deep_dive.ipynb +126 -126
  8. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/03_quality_assessment.ipynb +149 -149
  9. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/04_relationship_analysis.ipynb +172 -172
  10. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/05_multi_dataset.ipynb +130 -130
  11. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/06_feature_opportunities.ipynb +163 -163
  12. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/07_modeling_readiness.ipynb +99 -99
  13. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/08_baseline_experiments.ipynb +126 -126
  14. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/09_business_alignment.ipynb +89 -89
  15. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/10_spec_generation.ipynb +132 -132
  16. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/11_scoring_validation.ipynb +197 -197
  17. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/12_view_documentation.ipynb +27 -27
  18. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a1.dist-info}/METADATA +2 -2
  19. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a1.dist-info}/RECORD +45 -45
  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/stages/features/behavioral_features.py +3 -3
  26. customer_retention/stages/features/customer_segmentation.py +10 -10
  27. customer_retention/stages/features/feature_selector.py +2 -2
  28. customer_retention/stages/profiling/relationship_recommender.py +2 -2
  29. customer_retention/stages/profiling/temporal_feature_analyzer.py +3 -3
  30. customer_retention/stages/profiling/temporal_pattern_analyzer.py +10 -10
  31. customer_retention/stages/profiling/temporal_quality_checks.py +6 -6
  32. customer_retention/stages/profiling/time_series_profiler.py +13 -7
  33. customer_retention/stages/profiling/time_window_aggregator.py +22 -15
  34. customer_retention/stages/transformation/categorical_encoder.py +2 -2
  35. customer_retention/stages/transformation/pipeline.py +2 -2
  36. customer_retention/stages/validation/data_quality_gate.py +5 -5
  37. customer_retention/stages/validation/data_validators.py +3 -3
  38. customer_retention/stages/validation/leakage_gate.py +4 -4
  39. customer_retention/stages/validation/timeseries_detector.py +6 -6
  40. customer_retention/transforms/ops.py +2 -2
  41. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/01a_a_temporal_text_deep_dive.ipynb +0 -0
  42. {churnkit-0.75.0a3.data → churnkit-0.75.1a1.data}/data/share/churnkit/exploration_notebooks/02a_text_columns_deep_dive.ipynb +0 -0
  43. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a1.dist-info}/WHEEL +0 -0
  44. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a1.dist-info}/entry_points.txt +0 -0
  45. {churnkit-0.75.0a3.dist-info → churnkit-0.75.1a1.dist-info}/licenses/LICENSE +0 -0
@@ -5,10 +5,10 @@
5
5
  "id": "aed6419c",
6
6
  "metadata": {
7
7
  "papermill": {
8
- "duration": 0.002447,
9
- "end_time": "2026-02-02T13:03:35.667377",
8
+ "duration": 0.005813,
9
+ "end_time": "2026-02-03T01:47:35.203416",
10
10
  "exception": false,
11
- "start_time": "2026-02-02T13:03:35.664930",
11
+ "start_time": "2026-02-03T01:47:35.197603",
12
12
  "status": "completed"
13
13
  },
14
14
  "tags": []
@@ -47,10 +47,10 @@
47
47
  "id": "449360f6",
48
48
  "metadata": {
49
49
  "papermill": {
50
- "duration": 0.002167,
51
- "end_time": "2026-02-02T13:03:35.671795",
50
+ "duration": 0.004597,
51
+ "end_time": "2026-02-03T01:47:35.213039",
52
52
  "exception": false,
53
- "start_time": "2026-02-02T13:03:35.669628",
53
+ "start_time": "2026-02-03T01:47:35.208442",
54
54
  "status": "completed"
55
55
  },
56
56
  "tags": []
@@ -65,16 +65,16 @@
65
65
  "id": "f691e37e",
66
66
  "metadata": {
67
67
  "execution": {
68
- "iopub.execute_input": "2026-02-02T13:03:35.676385Z",
69
- "iopub.status.busy": "2026-02-02T13:03:35.676255Z",
70
- "iopub.status.idle": "2026-02-02T13:03:37.921967Z",
71
- "shell.execute_reply": "2026-02-02T13:03:37.921217Z"
68
+ "iopub.execute_input": "2026-02-03T01:47:35.224558Z",
69
+ "iopub.status.busy": "2026-02-03T01:47:35.224416Z",
70
+ "iopub.status.idle": "2026-02-03T01:47:39.515610Z",
71
+ "shell.execute_reply": "2026-02-03T01:47:39.508788Z"
72
72
  },
73
73
  "papermill": {
74
- "duration": 2.248892,
75
- "end_time": "2026-02-02T13:03:37.922664",
74
+ "duration": 4.298775,
75
+ "end_time": "2026-02-03T01:47:39.517111",
76
76
  "exception": false,
77
- "start_time": "2026-02-02T13:03:35.673772",
77
+ "start_time": "2026-02-03T01:47:35.218336",
78
78
  "status": "completed"
79
79
  },
80
80
  "tags": []
@@ -102,16 +102,16 @@
102
102
  "id": "5a3b408e",
103
103
  "metadata": {
104
104
  "execution": {
105
- "iopub.execute_input": "2026-02-02T13:03:37.927421Z",
106
- "iopub.status.busy": "2026-02-02T13:03:37.927148Z",
107
- "iopub.status.idle": "2026-02-02T13:03:38.207116Z",
108
- "shell.execute_reply": "2026-02-02T13:03:38.206590Z"
105
+ "iopub.execute_input": "2026-02-03T01:47:39.529146Z",
106
+ "iopub.status.busy": "2026-02-03T01:47:39.528818Z",
107
+ "iopub.status.idle": "2026-02-03T01:47:39.833419Z",
108
+ "shell.execute_reply": "2026-02-03T01:47:39.832774Z"
109
109
  },
110
110
  "papermill": {
111
- "duration": 0.283322,
112
- "end_time": "2026-02-02T13:03:38.207772",
111
+ "duration": 0.311868,
112
+ "end_time": "2026-02-03T01:47:39.834213",
113
113
  "exception": false,
114
- "start_time": "2026-02-02T13:03:37.924450",
114
+ "start_time": "2026-02-03T01:47:39.522345",
115
115
  "status": "completed"
116
116
  },
117
117
  "tags": []
@@ -178,10 +178,10 @@
178
178
  "id": "b06f1920",
179
179
  "metadata": {
180
180
  "papermill": {
181
- "duration": 0.002205,
182
- "end_time": "2026-02-02T13:03:38.211956",
181
+ "duration": 0.004768,
182
+ "end_time": "2026-02-03T01:47:39.844021",
183
183
  "exception": false,
184
- "start_time": "2026-02-02T13:03:38.209751",
184
+ "start_time": "2026-02-03T01:47:39.839253",
185
185
  "status": "completed"
186
186
  },
187
187
  "tags": []
@@ -196,16 +196,16 @@
196
196
  "id": "5e2c1373",
197
197
  "metadata": {
198
198
  "execution": {
199
- "iopub.execute_input": "2026-02-02T13:03:38.216137Z",
200
- "iopub.status.busy": "2026-02-02T13:03:38.216008Z",
201
- "iopub.status.idle": "2026-02-02T13:03:38.223092Z",
202
- "shell.execute_reply": "2026-02-02T13:03:38.222694Z"
199
+ "iopub.execute_input": "2026-02-03T01:47:39.855714Z",
200
+ "iopub.status.busy": "2026-02-03T01:47:39.855590Z",
201
+ "iopub.status.idle": "2026-02-03T01:47:39.865384Z",
202
+ "shell.execute_reply": "2026-02-03T01:47:39.864833Z"
203
203
  },
204
204
  "papermill": {
205
- "duration": 0.00999,
206
- "end_time": "2026-02-02T13:03:38.223767",
205
+ "duration": 0.016381,
206
+ "end_time": "2026-02-03T01:47:39.866144",
207
207
  "exception": false,
208
- "start_time": "2026-02-02T13:03:38.213777",
208
+ "start_time": "2026-02-03T01:47:39.849763",
209
209
  "status": "completed"
210
210
  },
211
211
  "tags": []
@@ -242,10 +242,10 @@
242
242
  "id": "2e7b9faa",
243
243
  "metadata": {
244
244
  "papermill": {
245
- "duration": 0.001522,
246
- "end_time": "2026-02-02T13:03:38.227106",
245
+ "duration": 0.005158,
246
+ "end_time": "2026-02-03T01:47:39.877076",
247
247
  "exception": false,
248
- "start_time": "2026-02-02T13:03:38.225584",
248
+ "start_time": "2026-02-03T01:47:39.871918",
249
249
  "status": "completed"
250
250
  },
251
251
  "tags": []
@@ -270,16 +270,16 @@
270
270
  "id": "9b9d7edc",
271
271
  "metadata": {
272
272
  "execution": {
273
- "iopub.execute_input": "2026-02-02T13:03:38.231909Z",
274
- "iopub.status.busy": "2026-02-02T13:03:38.231790Z",
275
- "iopub.status.idle": "2026-02-02T13:03:38.248222Z",
276
- "shell.execute_reply": "2026-02-02T13:03:38.247617Z"
273
+ "iopub.execute_input": "2026-02-03T01:47:39.889448Z",
274
+ "iopub.status.busy": "2026-02-03T01:47:39.889304Z",
275
+ "iopub.status.idle": "2026-02-03T01:47:39.908037Z",
276
+ "shell.execute_reply": "2026-02-03T01:47:39.907448Z"
277
277
  },
278
278
  "papermill": {
279
- "duration": 0.020094,
280
- "end_time": "2026-02-02T13:03:38.248940",
279
+ "duration": 0.02696,
280
+ "end_time": "2026-02-03T01:47:39.909203",
281
281
  "exception": false,
282
- "start_time": "2026-02-02T13:03:38.228846",
282
+ "start_time": "2026-02-03T01:47:39.882243",
283
283
  "status": "completed"
284
284
  },
285
285
  "tags": []
@@ -349,10 +349,10 @@
349
349
  "id": "9451b433",
350
350
  "metadata": {
351
351
  "papermill": {
352
- "duration": 0.003069,
353
- "end_time": "2026-02-02T13:03:38.255316",
352
+ "duration": 0.01356,
353
+ "end_time": "2026-02-03T01:47:39.937095",
354
354
  "exception": false,
355
- "start_time": "2026-02-02T13:03:38.252247",
355
+ "start_time": "2026-02-03T01:47:39.923535",
356
356
  "status": "completed"
357
357
  },
358
358
  "tags": []
@@ -377,16 +377,16 @@
377
377
  "id": "3574ad19",
378
378
  "metadata": {
379
379
  "execution": {
380
- "iopub.execute_input": "2026-02-02T13:03:38.262810Z",
381
- "iopub.status.busy": "2026-02-02T13:03:38.262698Z",
382
- "iopub.status.idle": "2026-02-02T13:03:38.279246Z",
383
- "shell.execute_reply": "2026-02-02T13:03:38.278657Z"
380
+ "iopub.execute_input": "2026-02-03T01:47:39.966680Z",
381
+ "iopub.status.busy": "2026-02-03T01:47:39.966535Z",
382
+ "iopub.status.idle": "2026-02-03T01:47:39.983610Z",
383
+ "shell.execute_reply": "2026-02-03T01:47:39.982835Z"
384
384
  },
385
385
  "papermill": {
386
- "duration": 0.021268,
387
- "end_time": "2026-02-02T13:03:38.280069",
386
+ "duration": 0.033642,
387
+ "end_time": "2026-02-03T01:47:39.984493",
388
388
  "exception": false,
389
- "start_time": "2026-02-02T13:03:38.258801",
389
+ "start_time": "2026-02-03T01:47:39.950851",
390
390
  "status": "completed"
391
391
  },
392
392
  "tags": []
@@ -430,10 +430,10 @@
430
430
  "id": "4f2a31f3",
431
431
  "metadata": {
432
432
  "papermill": {
433
- "duration": 0.003132,
434
- "end_time": "2026-02-02T13:03:38.287171",
433
+ "duration": 0.015065,
434
+ "end_time": "2026-02-03T01:47:40.016127",
435
435
  "exception": false,
436
- "start_time": "2026-02-02T13:03:38.284039",
436
+ "start_time": "2026-02-03T01:47:40.001062",
437
437
  "status": "completed"
438
438
  },
439
439
  "tags": []
@@ -448,16 +448,16 @@
448
448
  "id": "defee56e",
449
449
  "metadata": {
450
450
  "execution": {
451
- "iopub.execute_input": "2026-02-02T13:03:38.294240Z",
452
- "iopub.status.busy": "2026-02-02T13:03:38.294128Z",
453
- "iopub.status.idle": "2026-02-02T13:03:38.296979Z",
454
- "shell.execute_reply": "2026-02-02T13:03:38.296492Z"
451
+ "iopub.execute_input": "2026-02-03T01:47:40.054607Z",
452
+ "iopub.status.busy": "2026-02-03T01:47:40.054487Z",
453
+ "iopub.status.idle": "2026-02-03T01:47:40.057635Z",
454
+ "shell.execute_reply": "2026-02-03T01:47:40.056868Z"
455
455
  },
456
456
  "papermill": {
457
- "duration": 0.007292,
458
- "end_time": "2026-02-02T13:03:38.297588",
457
+ "duration": 0.025285,
458
+ "end_time": "2026-02-03T01:47:40.058475",
459
459
  "exception": false,
460
- "start_time": "2026-02-02T13:03:38.290296",
460
+ "start_time": "2026-02-03T01:47:40.033190",
461
461
  "status": "completed"
462
462
  },
463
463
  "tags": []
@@ -483,10 +483,10 @@
483
483
  "id": "e611b0f7",
484
484
  "metadata": {
485
485
  "papermill": {
486
- "duration": 0.04253,
487
- "end_time": "2026-02-02T13:03:38.343412",
486
+ "duration": 0.015519,
487
+ "end_time": "2026-02-03T01:47:40.088829",
488
488
  "exception": false,
489
- "start_time": "2026-02-02T13:03:38.300882",
489
+ "start_time": "2026-02-03T01:47:40.073310",
490
490
  "status": "completed"
491
491
  },
492
492
  "tags": []
@@ -501,16 +501,16 @@
501
501
  "id": "a1ea6872",
502
502
  "metadata": {
503
503
  "execution": {
504
- "iopub.execute_input": "2026-02-02T13:03:38.351535Z",
505
- "iopub.status.busy": "2026-02-02T13:03:38.351409Z",
506
- "iopub.status.idle": "2026-02-02T13:03:38.354295Z",
507
- "shell.execute_reply": "2026-02-02T13:03:38.353563Z"
504
+ "iopub.execute_input": "2026-02-03T01:47:40.119513Z",
505
+ "iopub.status.busy": "2026-02-03T01:47:40.119116Z",
506
+ "iopub.status.idle": "2026-02-03T01:47:40.124509Z",
507
+ "shell.execute_reply": "2026-02-03T01:47:40.123464Z"
508
508
  },
509
509
  "papermill": {
510
- "duration": 0.007388,
511
- "end_time": "2026-02-02T13:03:38.354961",
510
+ "duration": 0.023693,
511
+ "end_time": "2026-02-03T01:47:40.125876",
512
512
  "exception": false,
513
- "start_time": "2026-02-02T13:03:38.347573",
513
+ "start_time": "2026-02-03T01:47:40.102183",
514
514
  "status": "completed"
515
515
  },
516
516
  "tags": []
@@ -543,10 +543,10 @@
543
543
  "id": "0e24b56c",
544
544
  "metadata": {
545
545
  "papermill": {
546
- "duration": 0.002984,
547
- "end_time": "2026-02-02T13:03:38.361310",
546
+ "duration": 0.014956,
547
+ "end_time": "2026-02-03T01:47:40.154661",
548
548
  "exception": false,
549
- "start_time": "2026-02-02T13:03:38.358326",
549
+ "start_time": "2026-02-03T01:47:40.139705",
550
550
  "status": "completed"
551
551
  },
552
552
  "tags": []
@@ -563,16 +563,16 @@
563
563
  "id": "d70e8643",
564
564
  "metadata": {
565
565
  "execution": {
566
- "iopub.execute_input": "2026-02-02T13:03:38.368589Z",
567
- "iopub.status.busy": "2026-02-02T13:03:38.368474Z",
568
- "iopub.status.idle": "2026-02-02T13:03:38.371508Z",
569
- "shell.execute_reply": "2026-02-02T13:03:38.371048Z"
566
+ "iopub.execute_input": "2026-02-03T01:47:40.183728Z",
567
+ "iopub.status.busy": "2026-02-03T01:47:40.183600Z",
568
+ "iopub.status.idle": "2026-02-03T01:47:40.187167Z",
569
+ "shell.execute_reply": "2026-02-03T01:47:40.186389Z"
570
570
  },
571
571
  "papermill": {
572
- "duration": 0.007445,
573
- "end_time": "2026-02-02T13:03:38.372190",
572
+ "duration": 0.018982,
573
+ "end_time": "2026-02-03T01:47:40.187811",
574
574
  "exception": false,
575
- "start_time": "2026-02-02T13:03:38.364745",
575
+ "start_time": "2026-02-03T01:47:40.168829",
576
576
  "status": "completed"
577
577
  },
578
578
  "tags": []
@@ -606,10 +606,10 @@
606
606
  "id": "0b483740",
607
607
  "metadata": {
608
608
  "papermill": {
609
- "duration": 0.003681,
610
- "end_time": "2026-02-02T13:03:38.379463",
609
+ "duration": 0.013913,
610
+ "end_time": "2026-02-03T01:47:40.215618",
611
611
  "exception": false,
612
- "start_time": "2026-02-02T13:03:38.375782",
612
+ "start_time": "2026-02-03T01:47:40.201705",
613
613
  "status": "completed"
614
614
  },
615
615
  "tags": []
@@ -651,10 +651,10 @@
651
651
  "id": "172b0b13",
652
652
  "metadata": {
653
653
  "papermill": {
654
- "duration": 0.003265,
655
- "end_time": "2026-02-02T13:03:38.385925",
654
+ "duration": 0.013656,
655
+ "end_time": "2026-02-03T01:47:40.243519",
656
656
  "exception": false,
657
- "start_time": "2026-02-02T13:03:38.382660",
657
+ "start_time": "2026-02-03T01:47:40.229863",
658
658
  "status": "completed"
659
659
  },
660
660
  "tags": []
@@ -678,16 +678,16 @@
678
678
  "id": "60fb86d5",
679
679
  "metadata": {
680
680
  "execution": {
681
- "iopub.execute_input": "2026-02-02T13:03:38.393401Z",
682
- "iopub.status.busy": "2026-02-02T13:03:38.393233Z",
683
- "iopub.status.idle": "2026-02-02T13:03:38.402284Z",
684
- "shell.execute_reply": "2026-02-02T13:03:38.401776Z"
681
+ "iopub.execute_input": "2026-02-03T01:47:40.271940Z",
682
+ "iopub.status.busy": "2026-02-03T01:47:40.271823Z",
683
+ "iopub.status.idle": "2026-02-03T01:47:40.288809Z",
684
+ "shell.execute_reply": "2026-02-03T01:47:40.288240Z"
685
685
  },
686
686
  "papermill": {
687
- "duration": 0.013548,
688
- "end_time": "2026-02-02T13:03:38.402821",
687
+ "duration": 0.032049,
688
+ "end_time": "2026-02-03T01:47:40.289713",
689
689
  "exception": false,
690
- "start_time": "2026-02-02T13:03:38.389273",
690
+ "start_time": "2026-02-03T01:47:40.257664",
691
691
  "status": "completed"
692
692
  },
693
693
  "tags": []
@@ -730,10 +730,10 @@
730
730
  "id": "5cb6819c",
731
731
  "metadata": {
732
732
  "papermill": {
733
- "duration": 0.002913,
734
- "end_time": "2026-02-02T13:03:38.409033",
733
+ "duration": 0.018467,
734
+ "end_time": "2026-02-03T01:47:40.323830",
735
735
  "exception": false,
736
- "start_time": "2026-02-02T13:03:38.406120",
736
+ "start_time": "2026-02-03T01:47:40.305363",
737
737
  "status": "completed"
738
738
  },
739
739
  "tags": []
@@ -764,14 +764,14 @@
764
764
  },
765
765
  "papermill": {
766
766
  "default_parameters": {},
767
- "duration": 5.906739,
768
- "end_time": "2026-02-02T13:03:41.029412",
767
+ "duration": 8.552943,
768
+ "end_time": "2026-02-03T01:47:42.954519",
769
769
  "environment_variables": {},
770
770
  "exception": null,
771
771
  "input_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/07_modeling_readiness.ipynb",
772
772
  "output_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/07_modeling_readiness.ipynb",
773
773
  "parameters": {},
774
- "start_time": "2026-02-02T13:03:35.122673",
774
+ "start_time": "2026-02-03T01:47:34.401576",
775
775
  "version": "2.6.0"
776
776
  }
777
777
  },