upgini 1.2.35__py3-none-any.whl → 1.2.36__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.35"
1
+ __version__ = "1.2.36"
@@ -2869,7 +2869,7 @@ class FeaturesEnricher(TransformerMixin):
2869
2869
  df=autofe_description,
2870
2870
  internal_df=autofe_description,
2871
2871
  header=self.bundle.get("autofe_descriptions_header"),
2872
- display_id="autofe_descriptions",
2872
+ display_id=f"autofe_descriptions_{uuid.uuid4()}",
2873
2873
  )
2874
2874
 
2875
2875
  if self._has_paid_features(exclude_features_sources):
@@ -2910,10 +2910,10 @@ class FeaturesEnricher(TransformerMixin):
2910
2910
  progress_callback,
2911
2911
  )
2912
2912
  except Exception:
2913
- self.report_button_handle = self.__show_report_button(display_id="report_button")
2913
+ self.report_button_handle = self.__show_report_button(display_id=f"report_button_{uuid.uuid4()}")
2914
2914
  raise
2915
2915
 
2916
- self.report_button_handle = self.__show_report_button(display_id="report_button")
2916
+ self.report_button_handle = self.__show_report_button(display_id=f"report_button_{uuid.uuid4()}")
2917
2917
 
2918
2918
  if not self.warning_counter.has_warnings():
2919
2919
  self.__display_support_link(self.bundle.get("all_ok_community_invite"))
@@ -3930,14 +3930,14 @@ class FeaturesEnricher(TransformerMixin):
3930
3930
  self.features_info,
3931
3931
  self._features_info_without_links,
3932
3932
  self.bundle.get("relevant_features_header"),
3933
- display_id="features_info",
3933
+ display_id=f"features_info_{uuid.uuid4()}",
3934
3934
  )
3935
3935
 
3936
3936
  self.data_sources_display_handle = display_html_dataframe(
3937
3937
  self.relevant_data_sources,
3938
3938
  self._relevant_data_sources_wo_links,
3939
3939
  self.bundle.get("relevant_data_sources_header"),
3940
- display_id="data_sources",
3940
+ display_id=f"data_sources_{uuid.uuid4()}",
3941
3941
  )
3942
3942
  else:
3943
3943
  msg = self.bundle.get("features_info_zero_important_features")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: upgini
3
- Version: 1.2.35
3
+ Version: 1.2.36
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=DFq3zkbtqvpKbm_9pkWGmM4xBMXuoM48FK5YrPHp-UM,23
1
+ upgini/__about__.py,sha256=O-hCuvuPdLrMJex2Xy_kgI2WTMCu-UN2gSRGQ4sN2x4,23
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=rUBE7_G7CLaaHAviFEyVPqjVSsX1DaLmi1dGFQR-eEo,32279
5
5
  upgini/errors.py,sha256=2b_Wbo0OYhLUbrZqdLIx5jBnAsiD1Mcenh-VjR4HCTw,950
6
- upgini/features_enricher.py,sha256=DDbQmOg8yA5j12iLrMeXRB26RhRxGdzCE3DLmTVuwdo,195033
6
+ upgini/features_enricher.py,sha256=uSv54b42GrbEysDAkfbj1w2oKBroii3pY-O9LfpvzG4,195113
7
7
  upgini/http.py,sha256=plZGTGoi1h2edd8Cnjt4eYB8t4NbBGnZz7DtPTByiNc,42885
8
8
  upgini/lazy_import.py,sha256=74gQ8JuA48BGRLxAo7lNHNKY2D2emMxrUxKGdxVGhuY,1012
9
9
  upgini/metadata.py,sha256=sB5uU-fdz_dA6g-PO6A8FzwIfDbkcFOewcpNs2xZzoY,11943
@@ -59,7 +59,7 @@ upgini/utils/sklearn_ext.py,sha256=13jQS_k7v0aUtudXV6nGUEWjttPQzAW9AFYL5wgEz9k,4
59
59
  upgini/utils/target_utils.py,sha256=Ed5IXkPjV9AfAZQAwCYksAmKaPGQliplvDYS_yeWdfk,11330
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.35.dist-info/METADATA,sha256=UYe1mKdxpF7nipxdxjX6uOH7ghJJw27zYgcofJ2_ckI,48594
63
- upgini-1.2.35.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
64
- upgini-1.2.35.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
65
- upgini-1.2.35.dist-info/RECORD,,
62
+ upgini-1.2.36.dist-info/METADATA,sha256=zOfiwYvpA-hrD88zJ6_L2PVwF4D_rfhvql90zpc3p7M,48594
63
+ upgini-1.2.36.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
64
+ upgini-1.2.36.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
65
+ upgini-1.2.36.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.24.2
2
+ Generator: hatchling 1.25.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any