upgini 1.1.268a5__py3-none-any.whl → 1.1.269__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 upgini might be problematic. Click here for more details.
- upgini/features_enricher.py +4 -5
- {upgini-1.1.268a5.dist-info → upgini-1.1.269.dist-info}/METADATA +1 -1
- {upgini-1.1.268a5.dist-info → upgini-1.1.269.dist-info}/RECORD +6 -6
- {upgini-1.1.268a5.dist-info → upgini-1.1.269.dist-info}/LICENSE +0 -0
- {upgini-1.1.268a5.dist-info → upgini-1.1.269.dist-info}/WHEEL +0 -0
- {upgini-1.1.268a5.dist-info → upgini-1.1.269.dist-info}/top_level.txt +0 -0
upgini/features_enricher.py
CHANGED
|
@@ -3209,22 +3209,21 @@ class FeaturesEnricher(TransformerMixin):
|
|
|
3209
3209
|
return None
|
|
3210
3210
|
features_meta = self._search_task.get_all_features_metadata_v2()
|
|
3211
3211
|
|
|
3212
|
-
def
|
|
3212
|
+
def get_feature_by_name(name: str):
|
|
3213
3213
|
for m in features_meta:
|
|
3214
|
-
if m.name
|
|
3214
|
+
if m.name == name:
|
|
3215
3215
|
return m
|
|
3216
3216
|
|
|
3217
3217
|
descriptions = []
|
|
3218
3218
|
for m in autofe_meta:
|
|
3219
3219
|
autofe_feature = Feature.from_formula(m.formula)
|
|
3220
|
+
autofe_feature.set_display_index(m.display_index)
|
|
3220
3221
|
if autofe_feature.op.is_vector:
|
|
3221
3222
|
continue
|
|
3222
3223
|
|
|
3223
3224
|
description = dict()
|
|
3224
3225
|
|
|
3225
|
-
feature_meta =
|
|
3226
|
-
m.display_index, autofe_feature.op.alias or autofe_feature.op.name
|
|
3227
|
-
)
|
|
3226
|
+
feature_meta = get_feature_by_name(autofe_feature.get_display_name(shorten=True))
|
|
3228
3227
|
if feature_meta is None:
|
|
3229
3228
|
self.logger.warning(f"Feature meta for display index {m.display_index} not found")
|
|
3230
3229
|
continue
|
|
@@ -2,7 +2,7 @@ upgini/__init__.py,sha256=asENHgEVHQBIkV-e_0IhE_ZWqkCG6398U3ZLrNzAH6k,407
|
|
|
2
2
|
upgini/ads.py,sha256=mre6xn44wcC_fg63iLT_kTh4mViZqR9AKRJZAtpQz8Y,2592
|
|
3
3
|
upgini/dataset.py,sha256=xb4gIANyGbdcuM8Awyq2pJPiH_3k_LEbETApJgAoRBA,45529
|
|
4
4
|
upgini/errors.py,sha256=pdzQl3MKuK52yvncxMWMRWeSIOGhUFzpQoszoRFBOk0,958
|
|
5
|
-
upgini/features_enricher.py,sha256=
|
|
5
|
+
upgini/features_enricher.py,sha256=hdI3dRDyg9rKMGK3IyRTMTDxESEbF1xmtH6dp8k3srw,174132
|
|
6
6
|
upgini/fingerprint.js,sha256=VygVIQlN1v4NGZfjHqtRogOw8zjTnnMNJg_f7M5iGQU,33442
|
|
7
7
|
upgini/http.py,sha256=zaO86LBBLmkieGbgYifk29eVoPCxXimZQ8YkQtKcM0I,42244
|
|
8
8
|
upgini/metadata.py,sha256=fwVxtkR6Mn4iRoOqV6BfMJvJrx65I3YwZUMbZjhPyOI,9673
|
|
@@ -56,8 +56,8 @@ upgini/utils/sklearn_ext.py,sha256=e1aMNXk1zUt7uFnl0FcUF0zOnaXSE7z5xBHmJPknUVs,4
|
|
|
56
56
|
upgini/utils/target_utils.py,sha256=9K67tkY7LWhQMO-vbbPqBaO-KriAmg_6fVz5RQRaLQc,7802
|
|
57
57
|
upgini/utils/track_info.py,sha256=EPcJ13Jqa17_T0JjM37Ac9kWDz5Zk0GVsIZKutOb8aU,5207
|
|
58
58
|
upgini/utils/warning_counter.py,sha256=dIWBB4dI5XRRJZudvIlqlIYKEiwLLPcXarsZuYRt338,227
|
|
59
|
-
upgini-1.1.
|
|
60
|
-
upgini-1.1.
|
|
61
|
-
upgini-1.1.
|
|
62
|
-
upgini-1.1.
|
|
63
|
-
upgini-1.1.
|
|
59
|
+
upgini-1.1.269.dist-info/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
|
|
60
|
+
upgini-1.1.269.dist-info/METADATA,sha256=eabO8mMQA4qAV37lMnBhxe2gpllcmOWFI65Hhb7b5Ec,48156
|
|
61
|
+
upgini-1.1.269.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
62
|
+
upgini-1.1.269.dist-info/top_level.txt,sha256=OFhTGiDIWKl5gFI49qvWq1R9IKflPaE2PekcbDXDtx4,7
|
|
63
|
+
upgini-1.1.269.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|