upgini 1.2.38a3769.dev8__py3-none-any.whl → 1.2.38a3769.dev10__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.38a3769.dev8"
1
+ __version__ = "1.2.38a3769.dev10"
@@ -933,9 +933,10 @@ class FeaturesEnricher(TransformerMixin):
933
933
  estimator, validated_X, self.search_keys
934
934
  )
935
935
  search_keys_for_metrics.extend(
936
- [c for c in self.__get_renamed_id_columns() or [] if c not in search_keys_for_metrics]
936
+ [c for c in self.id_columns or [] if c not in search_keys_for_metrics]
937
937
  )
938
-
938
+ self.logger.info(f"Search keys for metrics: {search_keys_for_metrics}")
939
+
939
940
  prepared_data = self._prepare_data_for_metrics(
940
941
  trace_id=trace_id,
941
942
  X=X,
@@ -1456,6 +1457,8 @@ class FeaturesEnricher(TransformerMixin):
1456
1457
  excluded.add(sk)
1457
1458
  excluding_search_keys = [sk for sk in excluding_search_keys if sk not in excluded]
1458
1459
 
1460
+ self.logger.info(f"Excluding search keys: {excluding_search_keys}")
1461
+
1459
1462
  client_features = [
1460
1463
  c
1461
1464
  for c in X_sampled.columns.to_list()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: upgini
3
- Version: 1.2.38a3769.dev8
3
+ Version: 1.2.38a3769.dev10
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=CC220x-svaLNQ720kmg-FXJClpcVpjfggATaAuECXJY,33
1
+ upgini/__about__.py,sha256=UAQVa4N_ObO2ZeMnu4i9bV5JnfLR6zsQUjKWSOY32Jw,34
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=-3FeDMADnHxGb70rKFY_U96NCQO-TEUAXFicFl25CtY,33222
5
5
  upgini/errors.py,sha256=2b_Wbo0OYhLUbrZqdLIx5jBnAsiD1Mcenh-VjR4HCTw,950
6
- upgini/features_enricher.py,sha256=zi2BIxtbT-h0kouY2kkt-2lsdwfIH2Z_K081mSE_yVI,196342
6
+ upgini/features_enricher.py,sha256=vqvkIR571m3ViYDpRZYpcXdCGTg0efh3euiS__h7qMI,196507
7
7
  upgini/http.py,sha256=plZGTGoi1h2edd8Cnjt4eYB8t4NbBGnZz7DtPTByiNc,42885
8
8
  upgini/lazy_import.py,sha256=74gQ8JuA48BGRLxAo7lNHNKY2D2emMxrUxKGdxVGhuY,1012
9
9
  upgini/metadata.py,sha256=-ibqiNjD7dTagqg53FoEJNEqvAYbwgfyn9PGTRQ_YKU,12054
@@ -59,7 +59,7 @@ upgini/utils/sklearn_ext.py,sha256=13jQS_k7v0aUtudXV6nGUEWjttPQzAW9AFYL5wgEz9k,4
59
59
  upgini/utils/target_utils.py,sha256=RlpKGss9kMibVSlA8iZuO_qxmyeplqzn7X8g6hiGGGs,14341
60
60
  upgini/utils/track_info.py,sha256=G5Lu1xxakg2_TQjKZk4b5SvrHsATTXNVV3NbvWtT8k8,5663
61
61
  upgini/utils/warning_counter.py,sha256=-GRY8EUggEBKODPSuXAkHn9KnEQwAORC0mmz_tim-PM,254
62
- upgini-1.2.38a3769.dev8.dist-info/METADATA,sha256=76dOyIVY-e6JFMq7glccMY8EWLvK0DMovtJNXM4wA6M,48604
63
- upgini-1.2.38a3769.dev8.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
64
- upgini-1.2.38a3769.dev8.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
65
- upgini-1.2.38a3769.dev8.dist-info/RECORD,,
62
+ upgini-1.2.38a3769.dev10.dist-info/METADATA,sha256=hA_Y0a_MbicdV8T2WbGDylIdUT7rZI6zGlxaDwGuJsg,48605
63
+ upgini-1.2.38a3769.dev10.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
64
+ upgini-1.2.38a3769.dev10.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
65
+ upgini-1.2.38a3769.dev10.dist-info/RECORD,,