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": "7074023b",
6
6
  "metadata": {
7
7
  "papermill": {
8
- "duration": 0.002564,
9
- "end_time": "2026-02-02T13:03:54.779668",
8
+ "duration": 0.006478,
9
+ "end_time": "2026-02-03T01:47:59.644705",
10
10
  "exception": false,
11
- "start_time": "2026-02-02T13:03:54.777104",
11
+ "start_time": "2026-02-03T01:47:59.638227",
12
12
  "status": "completed"
13
13
  },
14
14
  "tags": []
@@ -31,10 +31,10 @@
31
31
  "id": "6204d96d",
32
32
  "metadata": {
33
33
  "papermill": {
34
- "duration": 0.001754,
35
- "end_time": "2026-02-02T13:03:54.783320",
34
+ "duration": 0.005218,
35
+ "end_time": "2026-02-03T01:47:59.655511",
36
36
  "exception": false,
37
- "start_time": "2026-02-02T13:03:54.781566",
37
+ "start_time": "2026-02-03T01:47:59.650293",
38
38
  "status": "completed"
39
39
  },
40
40
  "tags": []
@@ -49,16 +49,16 @@
49
49
  "id": "36b7856f",
50
50
  "metadata": {
51
51
  "execution": {
52
- "iopub.execute_input": "2026-02-02T13:03:54.788245Z",
53
- "iopub.status.busy": "2026-02-02T13:03:54.788106Z",
54
- "iopub.status.idle": "2026-02-02T13:03:56.567208Z",
55
- "shell.execute_reply": "2026-02-02T13:03:56.566685Z"
52
+ "iopub.execute_input": "2026-02-03T01:47:59.666247Z",
53
+ "iopub.status.busy": "2026-02-03T01:47:59.666108Z",
54
+ "iopub.status.idle": "2026-02-03T01:48:02.086456Z",
55
+ "shell.execute_reply": "2026-02-03T01:48:02.085940Z"
56
56
  },
57
57
  "papermill": {
58
- "duration": 1.782784,
59
- "end_time": "2026-02-02T13:03:56.568124",
58
+ "duration": 2.426861,
59
+ "end_time": "2026-02-03T01:48:02.087532",
60
60
  "exception": false,
61
- "start_time": "2026-02-02T13:03:54.785340",
61
+ "start_time": "2026-02-03T01:47:59.660671",
62
62
  "status": "completed"
63
63
  },
64
64
  "tags": []
@@ -81,16 +81,16 @@
81
81
  "id": "820fd2e1",
82
82
  "metadata": {
83
83
  "execution": {
84
- "iopub.execute_input": "2026-02-02T13:03:56.572098Z",
85
- "iopub.status.busy": "2026-02-02T13:03:56.571946Z",
86
- "iopub.status.idle": "2026-02-02T13:03:56.796802Z",
87
- "shell.execute_reply": "2026-02-02T13:03:56.796402Z"
84
+ "iopub.execute_input": "2026-02-03T01:48:02.097508Z",
85
+ "iopub.status.busy": "2026-02-03T01:48:02.097361Z",
86
+ "iopub.status.idle": "2026-02-03T01:48:02.306934Z",
87
+ "shell.execute_reply": "2026-02-03T01:48:02.306500Z"
88
88
  },
89
89
  "papermill": {
90
- "duration": 0.227756,
91
- "end_time": "2026-02-02T13:03:56.797497",
90
+ "duration": 0.215954,
91
+ "end_time": "2026-02-03T01:48:02.307799",
92
92
  "exception": false,
93
- "start_time": "2026-02-02T13:03:56.569741",
93
+ "start_time": "2026-02-03T01:48:02.091845",
94
94
  "status": "completed"
95
95
  },
96
96
  "tags": []
@@ -136,10 +136,10 @@
136
136
  "id": "9c6ad68b",
137
137
  "metadata": {
138
138
  "papermill": {
139
- "duration": 0.001286,
140
- "end_time": "2026-02-02T13:03:56.800501",
139
+ "duration": 0.004,
140
+ "end_time": "2026-02-03T01:48:02.316173",
141
141
  "exception": false,
142
- "start_time": "2026-02-02T13:03:56.799215",
142
+ "start_time": "2026-02-03T01:48:02.312173",
143
143
  "status": "completed"
144
144
  },
145
145
  "tags": []
@@ -156,16 +156,16 @@
156
156
  "id": "a947050e",
157
157
  "metadata": {
158
158
  "execution": {
159
- "iopub.execute_input": "2026-02-02T13:03:56.804379Z",
160
- "iopub.status.busy": "2026-02-02T13:03:56.804249Z",
161
- "iopub.status.idle": "2026-02-02T13:03:56.806909Z",
162
- "shell.execute_reply": "2026-02-02T13:03:56.806232Z"
159
+ "iopub.execute_input": "2026-02-03T01:48:02.377674Z",
160
+ "iopub.status.busy": "2026-02-03T01:48:02.374500Z",
161
+ "iopub.status.idle": "2026-02-03T01:48:02.419859Z",
162
+ "shell.execute_reply": "2026-02-03T01:48:02.404175Z"
163
163
  },
164
164
  "papermill": {
165
- "duration": 0.00536,
166
- "end_time": "2026-02-02T13:03:56.807553",
165
+ "duration": 0.111983,
166
+ "end_time": "2026-02-03T01:48:02.439194",
167
167
  "exception": false,
168
- "start_time": "2026-02-02T13:03:56.802193",
168
+ "start_time": "2026-02-03T01:48:02.327211",
169
169
  "status": "completed"
170
170
  },
171
171
  "tags": []
@@ -190,10 +190,10 @@
190
190
  "id": "947806c0",
191
191
  "metadata": {
192
192
  "papermill": {
193
- "duration": 0.001199,
194
- "end_time": "2026-02-02T13:03:56.810126",
193
+ "duration": 0.004578,
194
+ "end_time": "2026-02-03T01:48:02.450985",
195
195
  "exception": false,
196
- "start_time": "2026-02-02T13:03:56.808927",
196
+ "start_time": "2026-02-03T01:48:02.446407",
197
197
  "status": "completed"
198
198
  },
199
199
  "tags": []
@@ -208,16 +208,16 @@
208
208
  "id": "aec679b2",
209
209
  "metadata": {
210
210
  "execution": {
211
- "iopub.execute_input": "2026-02-02T13:03:56.813855Z",
212
- "iopub.status.busy": "2026-02-02T13:03:56.813739Z",
213
- "iopub.status.idle": "2026-02-02T13:03:56.821979Z",
214
- "shell.execute_reply": "2026-02-02T13:03:56.821450Z"
211
+ "iopub.execute_input": "2026-02-03T01:48:02.465271Z",
212
+ "iopub.status.busy": "2026-02-03T01:48:02.465048Z",
213
+ "iopub.status.idle": "2026-02-03T01:48:02.474672Z",
214
+ "shell.execute_reply": "2026-02-03T01:48:02.474143Z"
215
215
  },
216
216
  "papermill": {
217
- "duration": 0.010836,
218
- "end_time": "2026-02-02T13:03:56.822560",
217
+ "duration": 0.022286,
218
+ "end_time": "2026-02-03T01:48:02.478863",
219
219
  "exception": false,
220
- "start_time": "2026-02-02T13:03:56.811724",
220
+ "start_time": "2026-02-03T01:48:02.456577",
221
221
  "status": "completed"
222
222
  },
223
223
  "tags": []
@@ -267,10 +267,10 @@
267
267
  "id": "5dc340a7",
268
268
  "metadata": {
269
269
  "papermill": {
270
- "duration": 0.001352,
271
- "end_time": "2026-02-02T13:03:56.825447",
270
+ "duration": 0.010161,
271
+ "end_time": "2026-02-03T01:48:02.496289",
272
272
  "exception": false,
273
- "start_time": "2026-02-02T13:03:56.824095",
273
+ "start_time": "2026-02-03T01:48:02.486128",
274
274
  "status": "completed"
275
275
  },
276
276
  "tags": []
@@ -285,16 +285,16 @@
285
285
  "id": "27e74568",
286
286
  "metadata": {
287
287
  "execution": {
288
- "iopub.execute_input": "2026-02-02T13:03:56.829419Z",
289
- "iopub.status.busy": "2026-02-02T13:03:56.829310Z",
290
- "iopub.status.idle": "2026-02-02T13:03:56.832011Z",
291
- "shell.execute_reply": "2026-02-02T13:03:56.831338Z"
288
+ "iopub.execute_input": "2026-02-03T01:48:02.509748Z",
289
+ "iopub.status.busy": "2026-02-03T01:48:02.509611Z",
290
+ "iopub.status.idle": "2026-02-03T01:48:02.515483Z",
291
+ "shell.execute_reply": "2026-02-03T01:48:02.514005Z"
292
292
  },
293
293
  "papermill": {
294
- "duration": 0.005715,
295
- "end_time": "2026-02-02T13:03:56.832732",
294
+ "duration": 0.01547,
295
+ "end_time": "2026-02-03T01:48:02.517705",
296
296
  "exception": false,
297
- "start_time": "2026-02-02T13:03:56.827017",
297
+ "start_time": "2026-02-03T01:48:02.502235",
298
298
  "status": "completed"
299
299
  },
300
300
  "tags": []
@@ -321,10 +321,10 @@
321
321
  "id": "154da6ba",
322
322
  "metadata": {
323
323
  "papermill": {
324
- "duration": 0.00148,
325
- "end_time": "2026-02-02T13:03:56.835906",
324
+ "duration": 0.004934,
325
+ "end_time": "2026-02-03T01:48:02.530734",
326
326
  "exception": false,
327
- "start_time": "2026-02-02T13:03:56.834426",
327
+ "start_time": "2026-02-03T01:48:02.525800",
328
328
  "status": "completed"
329
329
  },
330
330
  "tags": []
@@ -339,16 +339,16 @@
339
339
  "id": "f6682f6e",
340
340
  "metadata": {
341
341
  "execution": {
342
- "iopub.execute_input": "2026-02-02T13:03:56.839748Z",
343
- "iopub.status.busy": "2026-02-02T13:03:56.839615Z",
344
- "iopub.status.idle": "2026-02-02T13:03:56.844180Z",
345
- "shell.execute_reply": "2026-02-02T13:03:56.843643Z"
342
+ "iopub.execute_input": "2026-02-03T01:48:02.541492Z",
343
+ "iopub.status.busy": "2026-02-03T01:48:02.541373Z",
344
+ "iopub.status.idle": "2026-02-03T01:48:02.547240Z",
345
+ "shell.execute_reply": "2026-02-03T01:48:02.546727Z"
346
346
  },
347
347
  "papermill": {
348
- "duration": 0.007327,
349
- "end_time": "2026-02-02T13:03:56.844666",
348
+ "duration": 0.01215,
349
+ "end_time": "2026-02-03T01:48:02.547879",
350
350
  "exception": false,
351
- "start_time": "2026-02-02T13:03:56.837339",
351
+ "start_time": "2026-02-03T01:48:02.535729",
352
352
  "status": "completed"
353
353
  },
354
354
  "tags": []
@@ -388,10 +388,10 @@
388
388
  "id": "dadb506b",
389
389
  "metadata": {
390
390
  "papermill": {
391
- "duration": 0.00146,
392
- "end_time": "2026-02-02T13:03:56.847876",
391
+ "duration": 0.00513,
392
+ "end_time": "2026-02-03T01:48:02.558200",
393
393
  "exception": false,
394
- "start_time": "2026-02-02T13:03:56.846416",
394
+ "start_time": "2026-02-03T01:48:02.553070",
395
395
  "status": "completed"
396
396
  },
397
397
  "tags": []
@@ -406,16 +406,16 @@
406
406
  "id": "97c21062",
407
407
  "metadata": {
408
408
  "execution": {
409
- "iopub.execute_input": "2026-02-02T13:03:56.851591Z",
410
- "iopub.status.busy": "2026-02-02T13:03:56.851490Z",
411
- "iopub.status.idle": "2026-02-02T13:03:56.855665Z",
412
- "shell.execute_reply": "2026-02-02T13:03:56.855228Z"
409
+ "iopub.execute_input": "2026-02-03T01:48:02.570647Z",
410
+ "iopub.status.busy": "2026-02-03T01:48:02.570342Z",
411
+ "iopub.status.idle": "2026-02-03T01:48:02.576061Z",
412
+ "shell.execute_reply": "2026-02-03T01:48:02.575615Z"
413
413
  },
414
414
  "papermill": {
415
- "duration": 0.007099,
416
- "end_time": "2026-02-02T13:03:56.856357",
415
+ "duration": 0.013158,
416
+ "end_time": "2026-02-03T01:48:02.577403",
417
417
  "exception": false,
418
- "start_time": "2026-02-02T13:03:56.849258",
418
+ "start_time": "2026-02-03T01:48:02.564245",
419
419
  "status": "completed"
420
420
  },
421
421
  "tags": []
@@ -453,10 +453,10 @@
453
453
  "id": "d54fd4f3",
454
454
  "metadata": {
455
455
  "papermill": {
456
- "duration": 0.00165,
457
- "end_time": "2026-02-02T13:03:56.859839",
456
+ "duration": 0.005593,
457
+ "end_time": "2026-02-03T01:48:02.588711",
458
458
  "exception": false,
459
- "start_time": "2026-02-02T13:03:56.858189",
459
+ "start_time": "2026-02-03T01:48:02.583118",
460
460
  "status": "completed"
461
461
  },
462
462
  "tags": []
@@ -471,16 +471,16 @@
471
471
  "id": "6cba5547",
472
472
  "metadata": {
473
473
  "execution": {
474
- "iopub.execute_input": "2026-02-02T13:03:56.864013Z",
475
- "iopub.status.busy": "2026-02-02T13:03:56.863903Z",
476
- "iopub.status.idle": "2026-02-02T13:03:56.938199Z",
477
- "shell.execute_reply": "2026-02-02T13:03:56.937543Z"
474
+ "iopub.execute_input": "2026-02-03T01:48:02.600463Z",
475
+ "iopub.status.busy": "2026-02-03T01:48:02.600339Z",
476
+ "iopub.status.idle": "2026-02-03T01:48:02.673338Z",
477
+ "shell.execute_reply": "2026-02-03T01:48:02.672846Z"
478
478
  },
479
479
  "papermill": {
480
- "duration": 0.077367,
481
- "end_time": "2026-02-02T13:03:56.938923",
480
+ "duration": 0.07984,
481
+ "end_time": "2026-02-03T01:48:02.673925",
482
482
  "exception": false,
483
- "start_time": "2026-02-02T13:03:56.861556",
483
+ "start_time": "2026-02-03T01:48:02.594085",
484
484
  "status": "completed"
485
485
  },
486
486
  "tags": []
@@ -501,10 +501,10 @@
501
501
  "id": "18808635",
502
502
  "metadata": {
503
503
  "papermill": {
504
- "duration": 0.012662,
505
- "end_time": "2026-02-02T13:03:56.953575",
504
+ "duration": 0.005237,
505
+ "end_time": "2026-02-03T01:48:02.684742",
506
506
  "exception": false,
507
- "start_time": "2026-02-02T13:03:56.940913",
507
+ "start_time": "2026-02-03T01:48:02.679505",
508
508
  "status": "completed"
509
509
  },
510
510
  "tags": []
@@ -522,10 +522,10 @@
522
522
  "id": "f0b54317",
523
523
  "metadata": {
524
524
  "papermill": {
525
- "duration": 0.01307,
526
- "end_time": "2026-02-02T13:03:56.974482",
525
+ "duration": 0.005367,
526
+ "end_time": "2026-02-03T01:48:02.695988",
527
527
  "exception": false,
528
- "start_time": "2026-02-02T13:03:56.961412",
528
+ "start_time": "2026-02-03T01:48:02.690621",
529
529
  "status": "completed"
530
530
  },
531
531
  "tags": []
@@ -556,14 +556,14 @@
556
556
  },
557
557
  "papermill": {
558
558
  "default_parameters": {},
559
- "duration": 5.393777,
560
- "end_time": "2026-02-02T13:03:59.592619",
559
+ "duration": 6.563167,
560
+ "end_time": "2026-02-03T01:48:05.317652",
561
561
  "environment_variables": {},
562
562
  "exception": null,
563
563
  "input_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/09_business_alignment.ipynb",
564
564
  "output_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/09_business_alignment.ipynb",
565
565
  "parameters": {},
566
- "start_time": "2026-02-02T13:03:54.198842",
566
+ "start_time": "2026-02-03T01:47:58.754485",
567
567
  "version": "2.6.0"
568
568
  }
569
569
  },