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": "cell-0",
6
6
  "metadata": {
7
7
  "papermill": {
8
- "duration": 0.002321,
9
- "end_time": "2026-02-02T13:00:34.189136",
8
+ "duration": 0.006297,
9
+ "end_time": "2026-02-03T01:43:17.455187",
10
10
  "exception": false,
11
- "start_time": "2026-02-02T13:00:34.186815",
11
+ "start_time": "2026-02-03T01:43:17.448890",
12
12
  "status": "completed"
13
13
  },
14
14
  "tags": []
@@ -33,10 +33,10 @@
33
33
  "id": "cell-1",
34
34
  "metadata": {
35
35
  "papermill": {
36
- "duration": 0.001561,
37
- "end_time": "2026-02-02T13:00:34.192541",
36
+ "duration": 0.005497,
37
+ "end_time": "2026-02-03T01:43:17.466612",
38
38
  "exception": false,
39
- "start_time": "2026-02-02T13:00:34.190980",
39
+ "start_time": "2026-02-03T01:43:17.461115",
40
40
  "status": "completed"
41
41
  },
42
42
  "tags": []
@@ -53,16 +53,16 @@
53
53
  "id": "cell-2",
54
54
  "metadata": {
55
55
  "execution": {
56
- "iopub.execute_input": "2026-02-02T13:00:34.196468Z",
57
- "iopub.status.busy": "2026-02-02T13:00:34.196335Z",
58
- "iopub.status.idle": "2026-02-02T13:00:35.320889Z",
59
- "shell.execute_reply": "2026-02-02T13:00:35.320316Z"
56
+ "iopub.execute_input": "2026-02-03T01:43:17.478551Z",
57
+ "iopub.status.busy": "2026-02-03T01:43:17.478403Z",
58
+ "iopub.status.idle": "2026-02-03T01:43:18.650240Z",
59
+ "shell.execute_reply": "2026-02-03T01:43:18.649686Z"
60
60
  },
61
61
  "papermill": {
62
- "duration": 1.127344,
63
- "end_time": "2026-02-02T13:00:35.321623",
62
+ "duration": 1.178849,
63
+ "end_time": "2026-02-03T01:43:18.651261",
64
64
  "exception": false,
65
- "start_time": "2026-02-02T13:00:34.194279",
65
+ "start_time": "2026-02-03T01:43:17.472412",
66
66
  "status": "completed"
67
67
  },
68
68
  "tags": []
@@ -88,10 +88,10 @@
88
88
  "id": "cell-3",
89
89
  "metadata": {
90
90
  "papermill": {
91
- "duration": 0.0013,
92
- "end_time": "2026-02-02T13:00:35.324448",
91
+ "duration": 0.003775,
92
+ "end_time": "2026-02-03T01:43:18.659257",
93
93
  "exception": false,
94
- "start_time": "2026-02-02T13:00:35.323148",
94
+ "start_time": "2026-02-03T01:43:18.655482",
95
95
  "status": "completed"
96
96
  },
97
97
  "tags": []
@@ -125,16 +125,16 @@
125
125
  "id": "cell-4",
126
126
  "metadata": {
127
127
  "execution": {
128
- "iopub.execute_input": "2026-02-02T13:00:35.327665Z",
129
- "iopub.status.busy": "2026-02-02T13:00:35.327501Z",
130
- "iopub.status.idle": "2026-02-02T13:00:35.331134Z",
131
- "shell.execute_reply": "2026-02-02T13:00:35.330708Z"
128
+ "iopub.execute_input": "2026-02-03T01:43:18.669006Z",
129
+ "iopub.status.busy": "2026-02-03T01:43:18.668779Z",
130
+ "iopub.status.idle": "2026-02-03T01:43:18.673476Z",
131
+ "shell.execute_reply": "2026-02-03T01:43:18.672755Z"
132
132
  },
133
133
  "papermill": {
134
- "duration": 0.005895,
135
- "end_time": "2026-02-02T13:00:35.331579",
134
+ "duration": 0.010931,
135
+ "end_time": "2026-02-03T01:43:18.674251",
136
136
  "exception": false,
137
- "start_time": "2026-02-02T13:00:35.325684",
137
+ "start_time": "2026-02-03T01:43:18.663320",
138
138
  "status": "completed"
139
139
  },
140
140
  "tags": []
@@ -184,10 +184,10 @@
184
184
  "id": "cell-5",
185
185
  "metadata": {
186
186
  "papermill": {
187
- "duration": 0.001471,
188
- "end_time": "2026-02-02T13:00:35.334367",
187
+ "duration": 0.004041,
188
+ "end_time": "2026-02-03T01:43:18.682278",
189
189
  "exception": false,
190
- "start_time": "2026-02-02T13:00:35.332896",
190
+ "start_time": "2026-02-03T01:43:18.678237",
191
191
  "status": "completed"
192
192
  },
193
193
  "tags": []
@@ -209,16 +209,16 @@
209
209
  "id": "cell-6",
210
210
  "metadata": {
211
211
  "execution": {
212
- "iopub.execute_input": "2026-02-02T13:00:35.337782Z",
213
- "iopub.status.busy": "2026-02-02T13:00:35.337684Z",
214
- "iopub.status.idle": "2026-02-02T13:00:35.340233Z",
215
- "shell.execute_reply": "2026-02-02T13:00:35.339622Z"
212
+ "iopub.execute_input": "2026-02-03T01:43:18.690490Z",
213
+ "iopub.status.busy": "2026-02-03T01:43:18.690354Z",
214
+ "iopub.status.idle": "2026-02-03T01:43:18.693008Z",
215
+ "shell.execute_reply": "2026-02-03T01:43:18.692386Z"
216
216
  },
217
217
  "papermill": {
218
- "duration": 0.005057,
219
- "end_time": "2026-02-02T13:00:35.340826",
218
+ "duration": 0.007536,
219
+ "end_time": "2026-02-03T01:43:18.693594",
220
220
  "exception": false,
221
- "start_time": "2026-02-02T13:00:35.335769",
221
+ "start_time": "2026-02-03T01:43:18.686058",
222
222
  "status": "completed"
223
223
  },
224
224
  "tags": []
@@ -244,10 +244,10 @@
244
244
  "id": "cell-7",
245
245
  "metadata": {
246
246
  "papermill": {
247
- "duration": 0.001181,
248
- "end_time": "2026-02-02T13:00:35.343523",
247
+ "duration": 0.004441,
248
+ "end_time": "2026-02-03T01:43:18.701934",
249
249
  "exception": false,
250
- "start_time": "2026-02-02T13:00:35.342342",
250
+ "start_time": "2026-02-03T01:43:18.697493",
251
251
  "status": "completed"
252
252
  },
253
253
  "tags": []
@@ -267,16 +267,16 @@
267
267
  "id": "cell-8",
268
268
  "metadata": {
269
269
  "execution": {
270
- "iopub.execute_input": "2026-02-02T13:00:35.346825Z",
271
- "iopub.status.busy": "2026-02-02T13:00:35.346711Z",
272
- "iopub.status.idle": "2026-02-02T13:00:35.349664Z",
273
- "shell.execute_reply": "2026-02-02T13:00:35.349348Z"
270
+ "iopub.execute_input": "2026-02-03T01:43:18.709942Z",
271
+ "iopub.status.busy": "2026-02-03T01:43:18.709827Z",
272
+ "iopub.status.idle": "2026-02-03T01:43:18.713252Z",
273
+ "shell.execute_reply": "2026-02-03T01:43:18.712664Z"
274
274
  },
275
275
  "papermill": {
276
- "duration": 0.005532,
277
- "end_time": "2026-02-02T13:00:35.350238",
276
+ "duration": 0.00855,
277
+ "end_time": "2026-02-03T01:43:18.714037",
278
278
  "exception": false,
279
- "start_time": "2026-02-02T13:00:35.344706",
279
+ "start_time": "2026-02-03T01:43:18.705487",
280
280
  "status": "completed"
281
281
  },
282
282
  "tags": []
@@ -315,10 +315,10 @@
315
315
  "id": "cell-9",
316
316
  "metadata": {
317
317
  "papermill": {
318
- "duration": 0.001147,
319
- "end_time": "2026-02-02T13:00:35.352728",
318
+ "duration": 0.003592,
319
+ "end_time": "2026-02-03T01:43:18.721625",
320
320
  "exception": false,
321
- "start_time": "2026-02-02T13:00:35.351581",
321
+ "start_time": "2026-02-03T01:43:18.718033",
322
322
  "status": "completed"
323
323
  },
324
324
  "tags": []
@@ -334,16 +334,16 @@
334
334
  "id": "cell-10",
335
335
  "metadata": {
336
336
  "execution": {
337
- "iopub.execute_input": "2026-02-02T13:00:35.355581Z",
338
- "iopub.status.busy": "2026-02-02T13:00:35.355499Z",
339
- "iopub.status.idle": "2026-02-02T13:00:35.357855Z",
340
- "shell.execute_reply": "2026-02-02T13:00:35.357514Z"
337
+ "iopub.execute_input": "2026-02-03T01:43:18.729843Z",
338
+ "iopub.status.busy": "2026-02-03T01:43:18.729732Z",
339
+ "iopub.status.idle": "2026-02-03T01:43:18.732430Z",
340
+ "shell.execute_reply": "2026-02-03T01:43:18.731952Z"
341
341
  },
342
342
  "papermill": {
343
- "duration": 0.004551,
344
- "end_time": "2026-02-02T13:00:35.358370",
343
+ "duration": 0.007586,
344
+ "end_time": "2026-02-03T01:43:18.733043",
345
345
  "exception": false,
346
- "start_time": "2026-02-02T13:00:35.353819",
346
+ "start_time": "2026-02-03T01:43:18.725457",
347
347
  "status": "completed"
348
348
  },
349
349
  "tags": []
@@ -374,10 +374,10 @@
374
374
  "id": "cell-11",
375
375
  "metadata": {
376
376
  "papermill": {
377
- "duration": 0.001208,
378
- "end_time": "2026-02-02T13:00:35.360994",
377
+ "duration": 0.003812,
378
+ "end_time": "2026-02-03T01:43:18.740948",
379
379
  "exception": false,
380
- "start_time": "2026-02-02T13:00:35.359786",
380
+ "start_time": "2026-02-03T01:43:18.737136",
381
381
  "status": "completed"
382
382
  },
383
383
  "tags": []
@@ -392,16 +392,16 @@
392
392
  "id": "cell-12",
393
393
  "metadata": {
394
394
  "execution": {
395
- "iopub.execute_input": "2026-02-02T13:00:35.363924Z",
396
- "iopub.status.busy": "2026-02-02T13:00:35.363841Z",
397
- "iopub.status.idle": "2026-02-02T13:00:35.529859Z",
398
- "shell.execute_reply": "2026-02-02T13:00:35.529268Z"
395
+ "iopub.execute_input": "2026-02-03T01:43:18.749733Z",
396
+ "iopub.status.busy": "2026-02-03T01:43:18.749570Z",
397
+ "iopub.status.idle": "2026-02-03T01:43:18.945326Z",
398
+ "shell.execute_reply": "2026-02-03T01:43:18.944780Z"
399
399
  },
400
400
  "papermill": {
401
- "duration": 0.168363,
402
- "end_time": "2026-02-02T13:00:35.530489",
401
+ "duration": 0.202174,
402
+ "end_time": "2026-02-03T01:43:18.947173",
403
403
  "exception": false,
404
- "start_time": "2026-02-02T13:00:35.362126",
404
+ "start_time": "2026-02-03T01:43:18.744999",
405
405
  "status": "completed"
406
406
  },
407
407
  "tags": []
@@ -432,10 +432,10 @@
432
432
  "id": "597wey6ay6f",
433
433
  "metadata": {
434
434
  "papermill": {
435
- "duration": 0.001513,
436
- "end_time": "2026-02-02T13:00:35.534172",
435
+ "duration": 0.003833,
436
+ "end_time": "2026-02-03T01:43:18.955432",
437
437
  "exception": false,
438
- "start_time": "2026-02-02T13:00:35.532659",
438
+ "start_time": "2026-02-03T01:43:18.951599",
439
439
  "status": "completed"
440
440
  },
441
441
  "tags": []
@@ -597,10 +597,10 @@
597
597
  "id": "ubychqgwi4f",
598
598
  "metadata": {
599
599
  "papermill": {
600
- "duration": 0.00124,
601
- "end_time": "2026-02-02T13:00:35.536689",
600
+ "duration": 0.003804,
601
+ "end_time": "2026-02-03T01:43:18.963775",
602
602
  "exception": false,
603
- "start_time": "2026-02-02T13:00:35.535449",
603
+ "start_time": "2026-02-03T01:43:18.959971",
604
604
  "status": "completed"
605
605
  },
606
606
  "tags": []
@@ -631,14 +631,14 @@
631
631
  },
632
632
  "papermill": {
633
633
  "default_parameters": {},
634
- "duration": 2.413615,
635
- "end_time": "2026-02-02T13:00:35.753031",
634
+ "duration": 3.535261,
635
+ "end_time": "2026-02-03T01:43:19.791342",
636
636
  "environment_variables": {},
637
637
  "exception": null,
638
638
  "input_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/00_start_here.ipynb",
639
639
  "output_path": "/Users/Vital/python/CustomerRetention/exploration_notebooks/00_start_here.ipynb",
640
640
  "parameters": {},
641
- "start_time": "2026-02-02T13:00:33.339416",
641
+ "start_time": "2026-02-03T01:43:16.256081",
642
642
  "version": "2.6.0"
643
643
  }
644
644
  },