virgo-modules 0.3.1__py3-none-any.whl → 0.3.2__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.
Potentially problematic release.
This version of virgo-modules might be problematic. Click here for more details.
- virgo_modules/src/re_utils.py +2 -0
- {virgo_modules-0.3.1.dist-info → virgo_modules-0.3.2.dist-info}/METADATA +1 -1
- {virgo_modules-0.3.1.dist-info → virgo_modules-0.3.2.dist-info}/RECORD +6 -6
- {virgo_modules-0.3.1.dist-info → virgo_modules-0.3.2.dist-info}/LICENSE +0 -0
- {virgo_modules-0.3.1.dist-info → virgo_modules-0.3.2.dist-info}/WHEEL +0 -0
- {virgo_modules-0.3.1.dist-info → virgo_modules-0.3.2.dist-info}/top_level.txt +0 -0
virgo_modules/src/re_utils.py
CHANGED
|
@@ -1545,6 +1545,8 @@ def create_feature_edge(model, data,feature_name, threshold, target_variables):
|
|
|
1545
1545
|
'''
|
|
1546
1546
|
label_prediction = ['proba_'+x for x in target_variables]
|
|
1547
1547
|
predictions = model.predict_proba(data)
|
|
1548
|
+
if isinstance(predictions, list):
|
|
1549
|
+
predictions = np.array([ x[:,1].T for x in predictions]).T
|
|
1548
1550
|
predictions = pd.DataFrame(predictions, columns = label_prediction, index = data.index)
|
|
1549
1551
|
|
|
1550
1552
|
result_df = pd.concat([data, predictions], axis=1)
|
|
@@ -4,15 +4,15 @@ virgo_modules/src/aws_utils.py,sha256=q0l7D7ofo09Lu1QQjv-esheQ06uiSy1Pdq3xMul8zv
|
|
|
4
4
|
virgo_modules/src/backtester.py,sha256=OhiWyzDX0PthXGuhChyWUmDN3cLkzVYe95zS4nGtia8,22106
|
|
5
5
|
virgo_modules/src/hmm_utils.py,sha256=fFWxmh9q3rjiKRHnxNk9k7O4fDrxVxkmp3pbpLvktjc,21116
|
|
6
6
|
virgo_modules/src/pull_artifacts.py,sha256=5OPrgR7pcMSdpbevDRhf0ebk7g7ZRjff4NpTIIWAKjE,1989
|
|
7
|
-
virgo_modules/src/re_utils.py,sha256=
|
|
7
|
+
virgo_modules/src/re_utils.py,sha256=Exqe5eVGOpyb2j3veAsnFzXh-hXMwHe1zGTa_hO0wjI,73970
|
|
8
8
|
virgo_modules/src/ticketer_source.py,sha256=4vT8YweRtS28Zs66DBUG2rZ5EcFk9S0hiqNS_fz_I1c,100017
|
|
9
9
|
virgo_modules/src/transformer_utils.py,sha256=LLwKYZRq5hrPVimnq3taD0Lh-q3Bq21fy1I4Icbnxi8,7677
|
|
10
10
|
virgo_modules/src/edge_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
virgo_modules/src/edge_utils/conformal_utils.py,sha256=4gAOh2vxeWGR7iMF3TKnfQcLHlaH9M5B2lcmzo7V8AY,3755
|
|
12
12
|
virgo_modules/src/edge_utils/edge_utils.py,sha256=U3GVyLgz0gEaR7AGjWseFcWt-IOusZvXJjwpBFknxNs,15643
|
|
13
13
|
virgo_modules/src/edge_utils/shap_utils.py,sha256=OMKVO-4gtOng9GeSuhEgAEQe4FF3AtqXjm-GUBLqYFc,3349
|
|
14
|
-
virgo_modules-0.3.
|
|
15
|
-
virgo_modules-0.3.
|
|
16
|
-
virgo_modules-0.3.
|
|
17
|
-
virgo_modules-0.3.
|
|
18
|
-
virgo_modules-0.3.
|
|
14
|
+
virgo_modules-0.3.2.dist-info/LICENSE,sha256=pNgFyCYgmimaw0o6V20JupZLROycAnOA_HDDh1tX2V4,1097
|
|
15
|
+
virgo_modules-0.3.2.dist-info/METADATA,sha256=SCyxt58FaVICvGsaF4O5nzmAlTdOsuXxZ-JkyW-Z_Q0,883
|
|
16
|
+
virgo_modules-0.3.2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
17
|
+
virgo_modules-0.3.2.dist-info/top_level.txt,sha256=ZjI-qEkDtT-8mFwGAWnXfqPOKEGlIhWRW1es1VyXc60,14
|
|
18
|
+
virgo_modules-0.3.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|