upgini 1.1.231a1__py3-none-any.whl → 1.1.231a2__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.

@@ -2911,13 +2911,19 @@ class FeaturesEnricher(TransformerMixin):
2911
2911
 
2912
2912
  descriptions = []
2913
2913
  for m in autofe_meta:
2914
+ autofe_feature = Feature.from_formula(m.formula)
2915
+ if autofe_feature.op.is_vector:
2916
+ continue
2917
+
2914
2918
  description = dict()
2915
2919
 
2916
2920
  feature_meta = get_feature_by_display_index(m.display_index)
2917
2921
  if feature_meta is None:
2918
2922
  self.logger.warning(f"Feature meta for display index {m.display_index} not found")
2919
2923
  continue
2920
- description["Sources"] = feature_meta.data_source.replace("AutoFE: features from ", "")
2924
+ description["Sources"] = feature_meta.data_source\
2925
+ .replace("AutoFE: features from ", "")\
2926
+ .replace("AutoFE: feature from ", "")
2921
2927
  description["Feature name"] = feature_meta.name
2922
2928
 
2923
2929
  feature_idx = 1
@@ -2925,7 +2931,6 @@ class FeaturesEnricher(TransformerMixin):
2925
2931
  description[f"Feature {feature_idx}"] = bc.hashed_name
2926
2932
  feature_idx += 1
2927
2933
 
2928
- autofe_feature = Feature.from_formula(m.formula)
2929
2934
  description["Function"] = autofe_feature.op.name
2930
2935
 
2931
2936
  descriptions.append(description)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: upgini
3
- Version: 1.1.231a1
3
+ Version: 1.1.231a2
4
4
  Summary: Intelligent data search & enrichment for Machine Learning
5
5
  Home-page: https://upgini.com/
6
6
  Author: Upgini Developers
@@ -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=7z9zbVvd1_MiufmoZlCwEHwQ25Q2DX_0g9PFcSMlqMY,49764
4
4
  upgini/errors.py,sha256=BqpvfhW2jJW5fa5KXj0alhXatGl-WK4xTl309-QNLp8,959
5
- upgini/features_enricher.py,sha256=Tiv6XgBEb6Seb3aU3PPb-BMawt2qlYiI2avpZFMN8WA,158491
5
+ upgini/features_enricher.py,sha256=vPol2Oi_Mm-4F_iQBA9L_bm_bWdv_SU0Jmu9sVJK9YM,158650
6
6
  upgini/fingerprint.js,sha256=VygVIQlN1v4NGZfjHqtRogOw8zjTnnMNJg_f7M5iGQU,33442
7
7
  upgini/http.py,sha256=HzUSZudCdISJGUqHC1gAT1v_x1n_dIFVDJW4z3Q7DCs,41204
8
8
  upgini/metadata.py,sha256=FZ5CQluLLWrfrBVThSIes1SW6wcs7n50aNZwzYnHiF0,9584
@@ -53,8 +53,8 @@ upgini/utils/sklearn_ext.py,sha256=IMx2La70AXAggApVpT7sMEjWqVWon5AMZt4MARDsIMQ,4
53
53
  upgini/utils/target_utils.py,sha256=cu52icjhDIPpEStHYMXrD2hIl9gzvfnxZr0Ra5osV0k,1616
54
54
  upgini/utils/track_info.py,sha256=DVNVZmXUb4f25DSPEuUNEFx49hNEBfmuY9iSW5jkMnI,5708
55
55
  upgini/utils/warning_counter.py,sha256=vnmdFo5-7GBkU2bK9h_uC0K0Y_wtfcYstxOdeRfacO0,228
56
- upgini-1.1.231a1.dist-info/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
57
- upgini-1.1.231a1.dist-info/METADATA,sha256=C_LmaNxoC1MxjwFLCKXMgmStg_70ad8WchHDc8mRXV0,48400
58
- upgini-1.1.231a1.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
59
- upgini-1.1.231a1.dist-info/top_level.txt,sha256=OFhTGiDIWKl5gFI49qvWq1R9IKflPaE2PekcbDXDtx4,7
60
- upgini-1.1.231a1.dist-info/RECORD,,
56
+ upgini-1.1.231a2.dist-info/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
57
+ upgini-1.1.231a2.dist-info/METADATA,sha256=RRZJq05KPtLkixg7feODcdrsAdwioqWdEM-D9aJnffY,48400
58
+ upgini-1.1.231a2.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
59
+ upgini-1.1.231a2.dist-info/top_level.txt,sha256=OFhTGiDIWKl5gFI49qvWq1R9IKflPaE2PekcbDXDtx4,7
60
+ upgini-1.1.231a2.dist-info/RECORD,,