ins-pricing 0.1.6__py3-none-any.whl → 0.1.8__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.
- ins_pricing/modelling/BayesOpt_entry.py +21 -0
- ins_pricing/setup.py +48 -15
- {ins_pricing-0.1.6.dist-info → ins_pricing-0.1.8.dist-info}/METADATA +35 -12
- {ins_pricing-0.1.6.dist-info → ins_pricing-0.1.8.dist-info}/RECORD +69 -69
- {ins_pricing-0.1.6.dist-info → ins_pricing-0.1.8.dist-info}/top_level.txt +1 -1
- {ins_pricing-0.1.6.dist-info → ins_pricing-0.1.8.dist-info}/WHEEL +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/__init__.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/governance/__init__.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/governance/approval.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/governance/audit.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/governance/registry.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/governance/release.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/Explain_Run.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/Pricing_Run.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/__init__.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/cli_common.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/config.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/config_preprocess.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/core.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/data_container.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/explain/__init__.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/explain/gradients.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/explain/metrics.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/explain/permutation.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/explain/shap_utils.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/features.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/model_manager.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/model_plotting.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/models.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/notebook_utils.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/plotting/__init__.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/plotting/common.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/plotting/curves.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/plotting/diagnostics.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/plotting/geo.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/plotting/importance.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/run_logging.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/tests/conftest.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/tests/test_cross_val_generic.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/tests/test_distributed_utils.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/tests/test_explain.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/tests/test_geo_tokens_split.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/tests/test_graph_cache.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/tests/test_plotting.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/tests/test_plotting_library.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/tests/test_preprocessor.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/trainers.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/utils.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/modelling/watchdog_run.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/pricing/__init__.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/pricing/calibration.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/pricing/data_quality.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/pricing/exposure.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/pricing/factors.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/pricing/monitoring.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/pricing/rate_table.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/production/__init__.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/production/drift.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/production/monitoring.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/production/scoring.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/reporting/__init__.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/reporting/report_builder.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/reporting/scheduler.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/scripts/BayesOpt_incremental.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/scripts/Explain_entry.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/scripts/__init__.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/scripts/train.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/setup.py +0 -0
- {ins_pricing v2 → ins_pricing_gemini}/smoke_test.py +0 -0
|
@@ -359,6 +359,24 @@ def train_from_config(args: argparse.Namespace) -> None:
|
|
|
359
359
|
dist_world_size = _safe_int_env("WORLD_SIZE", 1)
|
|
360
360
|
dist_rank = _safe_int_env("RANK", 0)
|
|
361
361
|
dist_active = dist_world_size > 1
|
|
362
|
+
def _ddp_barrier(reason: str) -> None:
|
|
363
|
+
if not dist_active:
|
|
364
|
+
return
|
|
365
|
+
torch_mod = getattr(ropt, "torch", None)
|
|
366
|
+
dist_mod = getattr(torch_mod, "distributed", None)
|
|
367
|
+
if dist_mod is None:
|
|
368
|
+
return
|
|
369
|
+
try:
|
|
370
|
+
if not getattr(dist_mod, "is_available", lambda: False)():
|
|
371
|
+
return
|
|
372
|
+
if not dist_mod.is_initialized():
|
|
373
|
+
ddp_ok, _, _, _ = ropt.DistributedUtils.setup_ddp()
|
|
374
|
+
if not ddp_ok or not dist_mod.is_initialized():
|
|
375
|
+
return
|
|
376
|
+
dist_mod.barrier()
|
|
377
|
+
except Exception as exc:
|
|
378
|
+
print(f"[DDP] barrier failed during {reason}: {exc}", flush=True)
|
|
379
|
+
raise
|
|
362
380
|
|
|
363
381
|
data_dir = Path(cfg["data_dir"])
|
|
364
382
|
data_dir.mkdir(parents=True, exist_ok=True)
|
|
@@ -536,6 +554,7 @@ def train_from_config(args: argparse.Namespace) -> None:
|
|
|
536
554
|
print(
|
|
537
555
|
f"[Rank {dist_rank}] Skip {model_name}/{key} because trainer is not DDP-enabled."
|
|
538
556
|
)
|
|
557
|
+
_ddp_barrier(f"skip_non_ddp_{model_name}_{key}")
|
|
539
558
|
continue
|
|
540
559
|
|
|
541
560
|
print(
|
|
@@ -545,6 +564,8 @@ def train_from_config(args: argparse.Namespace) -> None:
|
|
|
545
564
|
_plot_loss_curve_for_trainer(model_name, model.trainers[key])
|
|
546
565
|
if key in PYTORCH_TRAINERS:
|
|
547
566
|
ropt.free_cuda()
|
|
567
|
+
if dist_active and not trainer_uses_ddp:
|
|
568
|
+
_ddp_barrier(f"finish_non_ddp_{model_name}_{key}")
|
|
548
569
|
executed_keys.append(key)
|
|
549
570
|
|
|
550
571
|
if not executed_keys:
|
ins_pricing/setup.py
CHANGED
|
@@ -2,7 +2,8 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
def _discover_packages() -> list[str]:
|
|
5
|
-
root_packages = ["modelling", "pricing",
|
|
5
|
+
root_packages = ["modelling", "pricing",
|
|
6
|
+
"production", "governance", "reporting"]
|
|
6
7
|
packages = ["ins_pricing"]
|
|
7
8
|
for root in root_packages:
|
|
8
9
|
found = find_packages(where=".", include=[root, f"{root}.*"])
|
|
@@ -12,8 +13,8 @@ def _discover_packages() -> list[str]:
|
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
setup(
|
|
15
|
-
name="
|
|
16
|
-
version="0.1.
|
|
16
|
+
name="Ins-Pricing",
|
|
17
|
+
version="0.1.8",
|
|
17
18
|
description="Reusable modelling, pricing, governance, and reporting utilities.",
|
|
18
19
|
author="meishi125478",
|
|
19
20
|
license="Proprietary",
|
|
@@ -23,19 +24,51 @@ setup(
|
|
|
23
24
|
install_requires=[
|
|
24
25
|
"numpy>=1.20",
|
|
25
26
|
"pandas>=1.4",
|
|
26
|
-
"torch>=1.13",
|
|
27
|
-
"optuna>=3.0",
|
|
28
|
-
"xgboost>=1.6",
|
|
29
|
-
"scikit-learn>=1.1",
|
|
30
|
-
"statsmodels>=0.13",
|
|
31
|
-
"joblib>=1.2",
|
|
32
|
-
"matplotlib>=3.5",
|
|
33
|
-
"shap>=0.41",
|
|
34
|
-
"contextily>=1.3",
|
|
35
|
-
"pynndescent>=0.5",
|
|
36
|
-
"torch-geometric>=2.3",
|
|
37
27
|
],
|
|
28
|
+
extras_require={
|
|
29
|
+
"bayesopt": [
|
|
30
|
+
"torch>=1.13",
|
|
31
|
+
"optuna>=3.0",
|
|
32
|
+
"xgboost>=1.6",
|
|
33
|
+
"scikit-learn>=1.1",
|
|
34
|
+
"statsmodels>=0.13",
|
|
35
|
+
"joblib>=1.2",
|
|
36
|
+
"matplotlib>=3.5",
|
|
37
|
+
],
|
|
38
|
+
"plotting": [
|
|
39
|
+
"matplotlib>=3.5",
|
|
40
|
+
"scikit-learn>=1.1",
|
|
41
|
+
],
|
|
42
|
+
"explain": [
|
|
43
|
+
"torch>=1.13",
|
|
44
|
+
"shap>=0.41",
|
|
45
|
+
"scikit-learn>=1.1",
|
|
46
|
+
],
|
|
47
|
+
"geo": [
|
|
48
|
+
"contextily>=1.3",
|
|
49
|
+
"matplotlib>=3.5",
|
|
50
|
+
],
|
|
51
|
+
"gnn": [
|
|
52
|
+
"torch>=1.13",
|
|
53
|
+
"pynndescent>=0.5",
|
|
54
|
+
"torch-geometric>=2.3",
|
|
55
|
+
],
|
|
56
|
+
"all": [
|
|
57
|
+
"torch>=1.13",
|
|
58
|
+
"optuna>=3.0",
|
|
59
|
+
"xgboost>=1.6",
|
|
60
|
+
"scikit-learn>=1.1",
|
|
61
|
+
"statsmodels>=0.13",
|
|
62
|
+
"joblib>=1.2",
|
|
63
|
+
"matplotlib>=3.5",
|
|
64
|
+
"shap>=0.41",
|
|
65
|
+
"contextily>=1.3",
|
|
66
|
+
"pynndescent>=0.5",
|
|
67
|
+
"torch-geometric>=2.3",
|
|
68
|
+
],
|
|
69
|
+
},
|
|
38
70
|
include_package_data=True,
|
|
39
71
|
package_data={"ins_pricing": ["**/*.json", "**/*.md"]},
|
|
40
|
-
exclude_package_data={"ins_pricing": [
|
|
72
|
+
exclude_package_data={"ins_pricing": [
|
|
73
|
+
"modelling/demo/*", "modelling/demo/**/*"]},
|
|
41
74
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ins_pricing
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.8
|
|
4
4
|
Summary: Reusable modelling, pricing, governance, and reporting utilities.
|
|
5
5
|
Author: meishi125478
|
|
6
6
|
License: Proprietary
|
|
@@ -15,17 +15,40 @@ Requires-Python: >=3.9
|
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
Requires-Dist: numpy>=1.20
|
|
17
17
|
Requires-Dist: pandas>=1.4
|
|
18
|
-
|
|
19
|
-
Requires-Dist:
|
|
20
|
-
Requires-Dist:
|
|
21
|
-
Requires-Dist:
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
Requires-Dist:
|
|
24
|
-
Requires-Dist:
|
|
25
|
-
Requires-Dist:
|
|
26
|
-
|
|
27
|
-
Requires-Dist:
|
|
28
|
-
Requires-Dist:
|
|
18
|
+
Provides-Extra: bayesopt
|
|
19
|
+
Requires-Dist: torch>=1.13; extra == "bayesopt"
|
|
20
|
+
Requires-Dist: optuna>=3.0; extra == "bayesopt"
|
|
21
|
+
Requires-Dist: xgboost>=1.6; extra == "bayesopt"
|
|
22
|
+
Requires-Dist: scikit-learn>=1.1; extra == "bayesopt"
|
|
23
|
+
Requires-Dist: statsmodels>=0.13; extra == "bayesopt"
|
|
24
|
+
Requires-Dist: joblib>=1.2; extra == "bayesopt"
|
|
25
|
+
Requires-Dist: matplotlib>=3.5; extra == "bayesopt"
|
|
26
|
+
Provides-Extra: plotting
|
|
27
|
+
Requires-Dist: matplotlib>=3.5; extra == "plotting"
|
|
28
|
+
Requires-Dist: scikit-learn>=1.1; extra == "plotting"
|
|
29
|
+
Provides-Extra: explain
|
|
30
|
+
Requires-Dist: torch>=1.13; extra == "explain"
|
|
31
|
+
Requires-Dist: shap>=0.41; extra == "explain"
|
|
32
|
+
Requires-Dist: scikit-learn>=1.1; extra == "explain"
|
|
33
|
+
Provides-Extra: geo
|
|
34
|
+
Requires-Dist: contextily>=1.3; extra == "geo"
|
|
35
|
+
Requires-Dist: matplotlib>=3.5; extra == "geo"
|
|
36
|
+
Provides-Extra: gnn
|
|
37
|
+
Requires-Dist: torch>=1.13; extra == "gnn"
|
|
38
|
+
Requires-Dist: pynndescent>=0.5; extra == "gnn"
|
|
39
|
+
Requires-Dist: torch-geometric>=2.3; extra == "gnn"
|
|
40
|
+
Provides-Extra: all
|
|
41
|
+
Requires-Dist: torch>=1.13; extra == "all"
|
|
42
|
+
Requires-Dist: optuna>=3.0; extra == "all"
|
|
43
|
+
Requires-Dist: xgboost>=1.6; extra == "all"
|
|
44
|
+
Requires-Dist: scikit-learn>=1.1; extra == "all"
|
|
45
|
+
Requires-Dist: statsmodels>=0.13; extra == "all"
|
|
46
|
+
Requires-Dist: joblib>=1.2; extra == "all"
|
|
47
|
+
Requires-Dist: matplotlib>=3.5; extra == "all"
|
|
48
|
+
Requires-Dist: shap>=0.41; extra == "all"
|
|
49
|
+
Requires-Dist: contextily>=1.3; extra == "all"
|
|
50
|
+
Requires-Dist: pynndescent>=0.5; extra == "all"
|
|
51
|
+
Requires-Dist: torch-geometric>=2.3; extra == "all"
|
|
29
52
|
|
|
30
53
|
# Ins-Pricing Overview
|
|
31
54
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
ins_pricing/README.md,sha256=vufPPg719SZzrtcplnIN5BJvBsXKzIgxCUeCrWUzobM,2495
|
|
2
2
|
ins_pricing/__init__.py,sha256=hhZymgqtvilNC4WrZFXuT3-o0INSoVuRR-HA5EqyGAY,3085
|
|
3
|
-
ins_pricing/setup.py,sha256=
|
|
3
|
+
ins_pricing/setup.py,sha256=YHqqUtjbg2KrLkvXV_d_uGOCjzj9GUJaeCaR2omIknE,2034
|
|
4
4
|
ins_pricing/governance/README.md,sha256=XnXLS5RPzWhEiicJ3WtGmpN935jppHhPftA9Lo2DPnQ,511
|
|
5
5
|
ins_pricing/governance/__init__.py,sha256=d8tiDhOvHvAvgSohY1xv0vuEeHj8Gl1apQtw7ryEKM0,517
|
|
6
6
|
ins_pricing/governance/approval.py,sha256=cjJQjU1ziR-d-9wVSXyMyX6S5zijJqDWERZNxjqGAUE,2879
|
|
@@ -9,7 +9,7 @@ ins_pricing/governance/registry.py,sha256=2uxQL6qMGY5IYWJti9MpaV_auvL--piJaasFrX
|
|
|
9
9
|
ins_pricing/governance/release.py,sha256=ltyFIdeKbwj9fnEDxcQCURaQ5Zc_j0mqXFPNunmX_NQ,4743
|
|
10
10
|
ins_pricing/modelling/BayesOpt.py,sha256=i2tB3c6EeucjKAsHyicGDNU7DVVCTihg-TgSoM1y18E,3332
|
|
11
11
|
ins_pricing/modelling/BayesOpt_USAGE.md,sha256=x_CXot3RvGRYtt2xU2lrEfmtTbh2KGTryC3BJEZaoBw,39333
|
|
12
|
-
ins_pricing/modelling/BayesOpt_entry.py,sha256=
|
|
12
|
+
ins_pricing/modelling/BayesOpt_entry.py,sha256=DMr0EjMA7YsawOA6ihrHMgJ6ZO9HmmfVsM9PJ-zzm2s,22484
|
|
13
13
|
ins_pricing/modelling/BayesOpt_incremental.py,sha256=yE3qTXV63c8Jy8aKlY0vtx-Grv5uUbN-tuWRBk_osPE,28564
|
|
14
14
|
ins_pricing/modelling/Explain_Run.py,sha256=y-OKxmT475iRtDBukXh7jwiBiRmjh7ywCVhRFKk4EZw,962
|
|
15
15
|
ins_pricing/modelling/Explain_entry.py,sha256=e7EviU2fIWwyBsmoTq2ZM_rDKjZypQnFH68Q_rZVz1U,21330
|
|
@@ -62,69 +62,69 @@ ins_pricing/reporting/README.md,sha256=kTVdB6pNewwh1HlCHrI2SzWTgprtQoQprLRQ2qLdg
|
|
|
62
62
|
ins_pricing/reporting/__init__.py,sha256=Se5Cdomv9_RwkIDizkw1yx4iCMcjhjTHb4pZK6K895c,242
|
|
63
63
|
ins_pricing/reporting/report_builder.py,sha256=53ZFqGUx2isAoigT5IDwvXkek67zN7-6IgKeGpJhO7c,2241
|
|
64
64
|
ins_pricing/reporting/scheduler.py,sha256=9koG_1cmWvLqrS66uzMJuAlYI2VTkynV19ssB2TtcKU,1336
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
65
|
+
ins_pricing_gemini/__init__.py,sha256=Dt60WIr47kXjTz6xfE5Y_PEGlFwlYpB79KAolY-4jV8,672
|
|
66
|
+
ins_pricing_gemini/setup.py,sha256=xtN89Fchm9cZZzkeHzam8ju5k4U0pkQWYirsB22O9Po,1690
|
|
67
|
+
ins_pricing_gemini/smoke_test.py,sha256=kpqFpF-29wr35wMpL0YI_EP87xxbr7wONi7Zzc71OFE,1034
|
|
68
|
+
ins_pricing_gemini/governance/__init__.py,sha256=d8tiDhOvHvAvgSohY1xv0vuEeHj8Gl1apQtw7ryEKM0,517
|
|
69
|
+
ins_pricing_gemini/governance/approval.py,sha256=cjJQjU1ziR-d-9wVSXyMyX6S5zijJqDWERZNxjqGAUE,2879
|
|
70
|
+
ins_pricing_gemini/governance/audit.py,sha256=f0aw-LaOxH5NGzxwczeLrGMJcxO-JDRn99BpI55KRn4,1040
|
|
71
|
+
ins_pricing_gemini/governance/registry.py,sha256=2uxQL6qMGY5IYWJti9MpaV_auvL--piJaasFrX20ghk,3139
|
|
72
|
+
ins_pricing_gemini/governance/release.py,sha256=ltyFIdeKbwj9fnEDxcQCURaQ5Zc_j0mqXFPNunmX_NQ,4743
|
|
73
|
+
ins_pricing_gemini/modelling/Explain_Run.py,sha256=y-OKxmT475iRtDBukXh7jwiBiRmjh7ywCVhRFKk4EZw,962
|
|
74
|
+
ins_pricing_gemini/modelling/Pricing_Run.py,sha256=4BrUHhy4auzlbXopdocMV0Qn9_1b1Rjheq_sc5wM6D0,1009
|
|
75
|
+
ins_pricing_gemini/modelling/__init__.py,sha256=csrWBr8eaSstDhkAUK1Gyxmunjb3wHhNdWX-Ce2Uylk,3559
|
|
76
|
+
ins_pricing_gemini/modelling/cli_common.py,sha256=ynitazjJ1brbQ5t0u9w9xNwhngNRTANSecl-KnOtVh0,4679
|
|
77
|
+
ins_pricing_gemini/modelling/config.py,sha256=HVibEHzUzPYIFhZUEixI_3vG16nGb014jKWzz5bYKZI,8881
|
|
78
|
+
ins_pricing_gemini/modelling/config_preprocess.py,sha256=53B-5wiQxVwtm2YOqSjPRFh_N70M3NzgutV0Fm0PUZI,10268
|
|
79
|
+
ins_pricing_gemini/modelling/core.py,sha256=Pi898qZziIcK5VeHBCU3BRPNh27elV2mdYs9yfOYVEk,32120
|
|
80
|
+
ins_pricing_gemini/modelling/data_container.py,sha256=jOvZNEWRvY2pxHCwWI1YWN1XWUP7r4fKG5fu1-fTdgk,1657
|
|
81
|
+
ins_pricing_gemini/modelling/features.py,sha256=OzyR_RRVkESpzvrlq6o7VCweudgOT7574ZpMZDcdTUs,8862
|
|
82
|
+
ins_pricing_gemini/modelling/model_manager.py,sha256=UaIDi3f3BcXo_QIS3jdS77n6OAaGtIQI4NUYCPPTroc,7039
|
|
83
|
+
ins_pricing_gemini/modelling/model_plotting.py,sha256=cQfimNGdzvN3fweAx1L2NGus0MODpTNtNiS_c_7M_FE,16620
|
|
84
|
+
ins_pricing_gemini/modelling/models.py,sha256=WTzkgx4JaClf-N458gpvyqW_cf6KozBFAM_FfGvKNic,91183
|
|
85
|
+
ins_pricing_gemini/modelling/notebook_utils.py,sha256=zPyHjsyUWl-aDJwxPzpQrXrFjZzWA7yepYsQ0lFKnTY,10638
|
|
86
|
+
ins_pricing_gemini/modelling/run_logging.py,sha256=V3Wh2EV6c1Mo0QTvfe4hl2J4LOR6bdQsT210o__YBWk,3677
|
|
87
|
+
ins_pricing_gemini/modelling/trainers.py,sha256=ejIhdgZxrMkSX-8Dt_ClzeED8iscCrf05VKiXHa9wQs,103676
|
|
88
|
+
ins_pricing_gemini/modelling/utils.py,sha256=An-4yDrRChxyGP1bg9T2xxEsVPJPwAhzGyO_DZ5rf4M,41741
|
|
89
|
+
ins_pricing_gemini/modelling/watchdog_run.py,sha256=-gv72vcZqTYCvtDgnQTbSUWH_3icmraf7F09IX8_etI,6176
|
|
90
|
+
ins_pricing_gemini/modelling/explain/__init__.py,sha256=CPoGzGu8TTO3FOXjxoXC13VkuIDCf3YTH6L3BqJq3Ok,1171
|
|
91
|
+
ins_pricing_gemini/modelling/explain/gradients.py,sha256=9TqCws_p49nFxVMcjVxe4KCZ7frezeL0uV_LCdoM5yo,11088
|
|
92
|
+
ins_pricing_gemini/modelling/explain/metrics.py,sha256=K_xOY7ZrHWhbJ79RNB7eXN3VXeTe8vq68ZLH2BlZufA,5389
|
|
93
|
+
ins_pricing_gemini/modelling/explain/permutation.py,sha256=YErQQtCbYzv3AbaWgOb3vvrUBRgjA-_iTZrJPBFGnxU,5616
|
|
94
|
+
ins_pricing_gemini/modelling/explain/shap_utils.py,sha256=IkijzxBeawyDIXiVxUUkvcC0MrHnttSKsMYOjM-wt-k,4353
|
|
95
|
+
ins_pricing_gemini/modelling/plotting/__init__.py,sha256=BBQKcE7IYUYObFrjpSnfNS6rmzc80Lae7oEqxKz-vEk,1058
|
|
96
|
+
ins_pricing_gemini/modelling/plotting/common.py,sha256=_kFq7JMA0LnKIp4bqAFvr-24VaHjj9pegDMm1qP9_7Y,1439
|
|
97
|
+
ins_pricing_gemini/modelling/plotting/curves.py,sha256=hGjpuALDwO0wDyWkIsBHZ4rqDGwPnkNdDZCIdgLW4II,18419
|
|
98
|
+
ins_pricing_gemini/modelling/plotting/diagnostics.py,sha256=Tb1duBgLJRU_apK_1a68SxsgCgg_KJ4tHazi8wPOx1Y,4267
|
|
99
|
+
ins_pricing_gemini/modelling/plotting/geo.py,sha256=sRJTYOcAphNFM-oww4qbw9MoZneBCJtur96sYuqSNkw,11009
|
|
100
|
+
ins_pricing_gemini/modelling/plotting/importance.py,sha256=xs3l9uW_rCrakoA__fanIph6DK2jN_DugsKASAzteJU,3666
|
|
101
|
+
ins_pricing_gemini/modelling/tests/conftest.py,sha256=0KUXnkTgIGEIsf0J4uzIx5Kq4JkDyFo81Mv0qvIzW9k,180
|
|
102
|
+
ins_pricing_gemini/modelling/tests/test_cross_val_generic.py,sha256=iLZOFmdyrycB15lFWoQphkFlEjzZTozQXTLVOHLw2Qg,1721
|
|
103
|
+
ins_pricing_gemini/modelling/tests/test_distributed_utils.py,sha256=9cStpDw7jPdQwmm0Po-G2tB04uzSR1CoOUZMLuB61yI,466
|
|
104
|
+
ins_pricing_gemini/modelling/tests/test_explain.py,sha256=NZqKYuL-eSf9eC5ttjcMirfOc48ORMXZQm5PjmYk4jY,1445
|
|
105
|
+
ins_pricing_gemini/modelling/tests/test_geo_tokens_split.py,sha256=Ti57IynKB0aWOosr0g2RcZlDZyZC012XZ-hm6tWXBJg,1554
|
|
106
|
+
ins_pricing_gemini/modelling/tests/test_graph_cache.py,sha256=QEI5cLLtQ9_zwRR50KqUf8qxo9Jcp1WLxIGs4dSoMNk,821
|
|
107
|
+
ins_pricing_gemini/modelling/tests/test_plotting.py,sha256=OdN9YJGBauQtl5Il75YNpOAxN405Hx9gZwkwf7_hh5U,1868
|
|
108
|
+
ins_pricing_gemini/modelling/tests/test_plotting_library.py,sha256=SB5RjKTaPydK848V0xpqEaJtEWhRv6ZfnHmnnzjaPh4,4079
|
|
109
|
+
ins_pricing_gemini/modelling/tests/test_preprocessor.py,sha256=FqbKltV803Pd-ZY1xBc4XF1T-INDuUliaVcMIDPmBxI,1438
|
|
110
|
+
ins_pricing_gemini/pricing/__init__.py,sha256=XFplK3zkxPyNQZJd1Gn6_VvpwHLedMqxAd_Vn9tqsTE,881
|
|
111
|
+
ins_pricing_gemini/pricing/calibration.py,sha256=9j_kDW5Fxb9weDMaaRJE0QjAhT98lL0Ifhls6VIRnY0,1158
|
|
112
|
+
ins_pricing_gemini/pricing/data_quality.py,sha256=8FecBE60cABsTZE7HETuoKCEOXIrirGAFgg5wQCZrmU,4043
|
|
113
|
+
ins_pricing_gemini/pricing/exposure.py,sha256=rw8kKZ_1QdeGTCm13ck9NXrRBPt6TunxRw2s_qkHYkg,2575
|
|
114
|
+
ins_pricing_gemini/pricing/factors.py,sha256=RqZRXvW70rKkTIOxtK4MGeyDD3PrOFJ19hVc6rLYFzQ,2937
|
|
115
|
+
ins_pricing_gemini/pricing/monitoring.py,sha256=sGkPICaBYYwZPKGJtIeg6aURGs0dLhCBNudCTFeh3R4,3271
|
|
116
|
+
ins_pricing_gemini/pricing/rate_table.py,sha256=llDW95i7gR6cCtGFwcGqgpgFvOOPCURaJWmuQw1oce8,2473
|
|
117
|
+
ins_pricing_gemini/production/__init__.py,sha256=KLENzYi7WmVUMrL-GrvXK7tF5r_SCMq1-xLYUxk0URE,403
|
|
118
|
+
ins_pricing_gemini/production/drift.py,sha256=PwJk6dde9AEn-59PvF62f3_b3fQk4yeG5SQCh8F-c_A,774
|
|
119
|
+
ins_pricing_gemini/production/monitoring.py,sha256=A6Hyc5WSKhFkDZOIrqmFteuDee75CdcwdTq644vrk-U,4836
|
|
120
|
+
ins_pricing_gemini/production/scoring.py,sha256=yFmMmbYb7w_RC4uZOCMnAjLMRcjXQWIuT1nsfu-bwuc,1379
|
|
121
|
+
ins_pricing_gemini/reporting/__init__.py,sha256=Se5Cdomv9_RwkIDizkw1yx4iCMcjhjTHb4pZK6K895c,242
|
|
122
|
+
ins_pricing_gemini/reporting/report_builder.py,sha256=53ZFqGUx2isAoigT5IDwvXkek67zN7-6IgKeGpJhO7c,2241
|
|
123
|
+
ins_pricing_gemini/reporting/scheduler.py,sha256=9koG_1cmWvLqrS66uzMJuAlYI2VTkynV19ssB2TtcKU,1336
|
|
124
|
+
ins_pricing_gemini/scripts/BayesOpt_incremental.py,sha256=L6pKQqA_Crl0U7pLSgRBAR66TQjxeRm5R0BjACwrULo,28139
|
|
125
|
+
ins_pricing_gemini/scripts/Explain_entry.py,sha256=84uqBShImbwkjKInPjsI0zGY_NCxMznUjXZSMYBfT5I,21459
|
|
126
|
+
ins_pricing_gemini/scripts/__init__.py,sha256=xquWzO2DHKf6zh7btqAcD98T4bCTYT6NhCHspushwWs,49
|
|
127
|
+
ins_pricing_gemini/scripts/train.py,sha256=8MDpLpW74UfF79rS9TfWT5NrTtE7yjPD7u3GoduGJqI,21173
|
|
128
128
|
user_packages/__init__.py,sha256=2A4JJiIriqlBBQf-ssnV40BMEY_MW07x01v5fVZLEPI,3217
|
|
129
129
|
user_packages legacy/BayesOpt.py,sha256=T8gisEsAWDOB0Pt-fGnH1GsEyGPKBYK2cBjlGbFC6bk,240270
|
|
130
130
|
user_packages legacy/BayesOpt_entry.py,sha256=xOy8mFNk5jIrR_qTKqVV-BEt9zm9UA4lzu52Mm4E7ik,19123
|
|
@@ -163,7 +163,7 @@ user_packages legacy/Try/ModelBayesOptSearch.py,sha256=Co--dkbKxqpl-2tP9zEYmcEos
|
|
|
163
163
|
user_packages legacy/Try/ResNetBayesOptSearch.py,sha256=mp38lBs-TE3lAc8t8o4He5y1iwGIgrlPerurh_xRmqs,10942
|
|
164
164
|
user_packages legacy/Try/XgbBayesOptSearch.py,sha256=pWjlyT5FSK4zNnng0ZrpTIF5o-wBwuavxFA0LE4B4oE,5534
|
|
165
165
|
user_packages legacy/Try/xgbbayesopt.py,sha256=Vow-wrxcwozbTDPKJcl3ZzYgShd-4oks5Kzs74kXUvA,22754
|
|
166
|
-
ins_pricing-0.1.
|
|
167
|
-
ins_pricing-0.1.
|
|
168
|
-
ins_pricing-0.1.
|
|
169
|
-
ins_pricing-0.1.
|
|
166
|
+
ins_pricing-0.1.8.dist-info/METADATA,sha256=Mhx74nepsgksHz1xUQ4Al1rOPflNXSaOgqMKfT5QMkg,3650
|
|
167
|
+
ins_pricing-0.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
168
|
+
ins_pricing-0.1.8.dist-info/top_level.txt,sha256=CUUE4W0DghRtQubDfBbIr2Kcvhdu-rOXxDD8Atjm_-c,66
|
|
169
|
+
ins_pricing-0.1.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|