upgini 1.1.247__py3-none-any.whl → 1.1.248a1__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/dataset.py CHANGED
@@ -662,15 +662,15 @@ class Dataset: # (pd.DataFrame):
662
662
  # if self.task_type != ModelTaskType.MULTICLASS:
663
663
  # self.data[target] = self.data[target].apply(pd.to_numeric, errors="coerce")
664
664
 
665
- keys_to_validate = [
665
+ keys_to_validate = {
666
666
  key
667
667
  for search_group in self.search_keys_checked
668
668
  for key in search_group
669
669
  if self.columns_renaming.get(key) != EmailSearchKeyConverter.EMAIL_ONE_DOMAIN_COLUMN_NAME
670
- ]
671
- ipv4_column = self.etalon_def_checked.get(FileColumnMeaningType.IP_ADDRESS)
670
+ }
671
+ ipv4_column = self.etalon_def_checked.get(FileColumnMeaningType.IP_ADDRESS.value)
672
672
  if (
673
- FileColumnMeaningType.IPV6_ADDRESS in self.etalon_def_checked
673
+ FileColumnMeaningType.IPV6_ADDRESS.value in self.etalon_def_checked
674
674
  and ipv4_column is not None
675
675
  and ipv4_column in keys_to_validate
676
676
  ):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: upgini
3
- Version: 1.1.247
3
+ Version: 1.1.248a1
4
4
  Summary: Intelligent data search & enrichment for Machine Learning
5
5
  Home-page: https://upgini.com/
6
6
  Author: Upgini Developers
@@ -1,6 +1,6 @@
1
1
  upgini/__init__.py,sha256=asENHgEVHQBIkV-e_0IhE_ZWqkCG6398U3ZLrNzAH6k,407
2
2
  upgini/ads.py,sha256=mre6xn44wcC_fg63iLT_kTh4mViZqR9AKRJZAtpQz8Y,2592
3
- upgini/dataset.py,sha256=AsDJmEfVvdnBrIXQ2DSjitnTQ-5uu1H59YkhjhBRXcw,50424
3
+ upgini/dataset.py,sha256=8TE_NKdhNeL3mlU-S57bHFub4G0gmyOGtceqO-CRaMk,50436
4
4
  upgini/errors.py,sha256=pdzQl3MKuK52yvncxMWMRWeSIOGhUFzpQoszoRFBOk0,958
5
5
  upgini/features_enricher.py,sha256=xoaG_cEhQJciYHHE-UkjdkprfThNnxGRe9YvT0NVnoI,168617
6
6
  upgini/fingerprint.js,sha256=VygVIQlN1v4NGZfjHqtRogOw8zjTnnMNJg_f7M5iGQU,33442
@@ -55,8 +55,8 @@ upgini/utils/sklearn_ext.py,sha256=fvuTWJ5AnT3ED9KSaQu_yIgW2JR19hFlaGDoVP3k60g,4
55
55
  upgini/utils/target_utils.py,sha256=DH812qcZ7Pvf9WVVb33fbwQjb1W9h1hXRNCCiG7Y6tI,2563
56
56
  upgini/utils/track_info.py,sha256=EPcJ13Jqa17_T0JjM37Ac9kWDz5Zk0GVsIZKutOb8aU,5207
57
57
  upgini/utils/warning_counter.py,sha256=dIWBB4dI5XRRJZudvIlqlIYKEiwLLPcXarsZuYRt338,227
58
- upgini-1.1.247.dist-info/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
59
- upgini-1.1.247.dist-info/METADATA,sha256=nS09L2YljmcR5EeQ-nJsd4gs3EgY1AlEH60TEjT-6nE,48206
60
- upgini-1.1.247.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
61
- upgini-1.1.247.dist-info/top_level.txt,sha256=OFhTGiDIWKl5gFI49qvWq1R9IKflPaE2PekcbDXDtx4,7
62
- upgini-1.1.247.dist-info/RECORD,,
58
+ upgini-1.1.248a1.dist-info/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
59
+ upgini-1.1.248a1.dist-info/METADATA,sha256=leV6Cyrr3xf01Jd34x-1asI-e4rk2bjDPJvdUsaagNg,48208
60
+ upgini-1.1.248a1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
61
+ upgini-1.1.248a1.dist-info/top_level.txt,sha256=OFhTGiDIWKl5gFI49qvWq1R9IKflPaE2PekcbDXDtx4,7
62
+ upgini-1.1.248a1.dist-info/RECORD,,