upgini 1.2.81a3832.dev4__py3-none-any.whl → 1.2.81a3832.dev5__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/__about__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.2.81a3832.dev4"
1
+ __version__ = "1.2.81a3832.dev5"
@@ -1041,9 +1041,7 @@ class FeaturesEnricher(TransformerMixin):
1041
1041
  enriched_cat_features = [f for f in cat_features if f in fitting_enriched_X.columns]
1042
1042
  if len(enriched_cat_features) < len(cat_features):
1043
1043
  missing_cat_features = [f for f in cat_features if f not in fitting_enriched_X.columns]
1044
- self.logger.warning(
1045
- f"Some cat_features were not found in enriched_X: {missing_cat_features}"
1046
- )
1044
+ self.logger.warning(f"Some cat_features were not found in enriched_X: {missing_cat_features}")
1047
1045
 
1048
1046
  _, metric, multiplier = define_scorer(model_task_type, scoring)
1049
1047
 
@@ -2750,7 +2748,9 @@ if response.status_code == 200:
2750
2748
  if self.id_columns is not None:
2751
2749
  for id_column in self.id_columns:
2752
2750
  if id_column not in validated_X.columns:
2753
- raise ValidationError(self.bundle.get("missing_id_column").format(id_column))
2751
+ raise ValidationError(
2752
+ self.bundle.get("missing_id_column").format(id_column, list(validated_X.columns))
2753
+ )
2754
2754
 
2755
2755
  validate_scoring_argument(scoring)
2756
2756
 
@@ -140,7 +140,7 @@ baseline_score_column_not_exists=baseline_score_column {} doesn't exist in input
140
140
  baseline_score_column_has_na=baseline_score_column contains NaN. Clear it and and retry
141
141
  missing_features_for_transform=Missing some features for transform that were presented on fit: {}
142
142
  missing_target_for_transform=Search contains features on target. Please add y to the call and try again
143
- missing_id_column=Id column {} not found in X
143
+ missing_id_column=Id column {} not found in X: {}
144
144
  # target validation
145
145
  empty_target=Target is empty in all rows
146
146
  # non_numeric_target=Binary target should be numerical type
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: upgini
3
- Version: 1.2.81a3832.dev4
3
+ Version: 1.2.81a3832.dev5
4
4
  Summary: Intelligent data search & enrichment for Machine Learning
5
5
  Project-URL: Bug Reports, https://github.com/upgini/upgini/issues
6
6
  Project-URL: Homepage, https://upgini.com/
@@ -1,9 +1,9 @@
1
- upgini/__about__.py,sha256=pCwu34y7lahquDqU9yxAiDAS0JO7ZeCM2pE16RyFW4w,33
1
+ upgini/__about__.py,sha256=ixqR9YBpWXVR7UIN7EjNA5u0StPom5moacbDEkTJTUs,33
2
2
  upgini/__init__.py,sha256=LXSfTNU0HnlOkE69VCxkgIKDhWP-JFo_eBQ71OxTr5Y,261
3
3
  upgini/ads.py,sha256=nvuRxRx5MHDMgPr9SiU-fsqRdFaBv8p4_v1oqiysKpc,2714
4
4
  upgini/dataset.py,sha256=aspri7ZAgwkNNUiIgQ1GRXvw8XQii3F4RfNXSrF4wrw,35365
5
5
  upgini/errors.py,sha256=2b_Wbo0OYhLUbrZqdLIx5jBnAsiD1Mcenh-VjR4HCTw,950
6
- upgini/features_enricher.py,sha256=WiSVfmlHI9oKJQbyf46FH0yY80hBJ6hheFpugw0f_vE,210583
6
+ upgini/features_enricher.py,sha256=JYMZG712gAJbk1iymcm_JB5VaXADtKhI_IuTUdMlmvM,210602
7
7
  upgini/http.py,sha256=AfaJ3c8z_tK2hZFEehNybDKE0mp1tYcyAP_l0_p8bLQ,43933
8
8
  upgini/metadata.py,sha256=Yd6iW2f7Wz6vUkg5uvR4xylN16ANnCKVKqAsAkap7p8,12354
9
9
  upgini/metrics.py,sha256=I3ad9pcB2ODf4HNETXtVeM6YA8aymUamWtYA0nvIt7Y,39720
@@ -38,7 +38,7 @@ upgini/normalizer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
38
38
  upgini/normalizer/normalize_utils.py,sha256=Ft2MwSgVoBilXAORAOYAuwPD79GOLfwn4qQE3IUFzzg,7218
39
39
  upgini/resource_bundle/__init__.py,sha256=S5F2G47pnJd2LDpmFsjDqEwiKkP8Hm-hcseDbMka6Ko,8345
40
40
  upgini/resource_bundle/exceptions.py,sha256=5fRvx0_vWdE1-7HcSgF0tckB4A9AKyf5RiinZkInTsI,621
41
- upgini/resource_bundle/strings.properties,sha256=o9iLgAJSxXm6mkQgtNwBVQKIRVwLF1__Dn9gSXb1kLY,27953
41
+ upgini/resource_bundle/strings.properties,sha256=GmkTgxowpykuuviubVH5cMF_lNFQJEqfRoBJaj3c72E,27957
42
42
  upgini/resource_bundle/strings_widget.properties,sha256=gOdqvZWntP2LCza_tyVk1_yRYcG4c04K9sQOAVhF_gw,1577
43
43
  upgini/sampler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
44
  upgini/sampler/base.py,sha256=7GpjYqjOp58vYcJLiX__1R5wjUlyQbxvHJ2klFnup_M,6389
@@ -70,7 +70,7 @@ upgini/utils/target_utils.py,sha256=LRN840dzx78-wg7ftdxAkp2c1eu8-JDvkACiRThm4HE,
70
70
  upgini/utils/track_info.py,sha256=G5Lu1xxakg2_TQjKZk4b5SvrHsATTXNVV3NbvWtT8k8,5663
71
71
  upgini/utils/ts_utils.py,sha256=26vhC0pN7vLXK6R09EEkMK3Lwb9IVPH7LRdqFIQ3kPs,1383
72
72
  upgini/utils/warning_counter.py,sha256=-GRY8EUggEBKODPSuXAkHn9KnEQwAORC0mmz_tim-PM,254
73
- upgini-1.2.81a3832.dev4.dist-info/METADATA,sha256=JTAyzDU5xBuTcqNjI4mkTOCWSKPMlANhADa9iTM-wxc,49172
74
- upgini-1.2.81a3832.dev4.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
75
- upgini-1.2.81a3832.dev4.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
76
- upgini-1.2.81a3832.dev4.dist-info/RECORD,,
73
+ upgini-1.2.81a3832.dev5.dist-info/METADATA,sha256=etw4taZHb8GlFA_w6POAXt0Wracb4cM4WNYE0SW6tI8,49172
74
+ upgini-1.2.81a3832.dev5.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
75
+ upgini-1.2.81a3832.dev5.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
76
+ upgini-1.2.81a3832.dev5.dist-info/RECORD,,