upgini 1.2.99a3922.dev4__py3-none-any.whl → 1.2.100__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.
upgini/__about__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.2.99a3922.dev4"
1
+ __version__ = "1.2.100"
upgini/autofe/feature.py CHANGED
@@ -355,7 +355,8 @@ class Feature:
355
355
  def set_logger(self, logger: logging.Logger):
356
356
  self.op.set_logger(logger)
357
357
  for child in self.children:
358
- child.set_logger(logger)
358
+ if hasattr(child, "set_logger"):
359
+ child.set_logger(logger)
359
360
  return self
360
361
 
361
362
 
@@ -4481,7 +4481,9 @@ if response.status_code == 200:
4481
4481
  sample = df.head(100)
4482
4482
 
4483
4483
  def check_need_detect(search_key: SearchKey):
4484
- return not is_transform or search_key in self.fit_search_keys.values()
4484
+ return not is_transform or (
4485
+ search_key in self.fit_search_keys.values() and search_key not in search_keys.values()
4486
+ )
4485
4487
 
4486
4488
  # if SearchKey.POSTAL_CODE not in search_keys.values() and check_need_detect(SearchKey.POSTAL_CODE):
4487
4489
  if check_need_detect(SearchKey.POSTAL_CODE):
@@ -99,6 +99,7 @@ unsupported_date_type=Unsupported type of date column `{}`. Convert to datetime
99
99
  invalid_postal_code=All values of POSTAL_CODE column `{}` are invalid
100
100
  invalid_country=All values of COUNTRY column `{}` are invalid
101
101
  invalid_ip=All values of IP column `{}` are invalid
102
+ transform_search_keys_not_match_fit_keys=Search keys used in fit call {} are different from the search keys used in transform call. Please use the same search keys as in fit call.
102
103
  # X and y validation
103
104
  unsupported_x_type=Unsupported type of X: {}. Use pandas.DataFrame, pandas.Series or numpy.ndarray or list
104
105
  x_contains_dup_columns=X contains duplicate column names. Please rename or drop duplicates
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: upgini
3
- Version: 1.2.99a3922.dev4
3
+ Version: 1.2.100
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=5Lrxh5wP8aiUGT1GPRS8K7nPnEINmj_I5a_XBymupWQ,33
1
+ upgini/__about__.py,sha256=yGQoTIxbnl9rQMXGks2BmyjWZszpn8gJJ6S47_XCzoc,24
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=e6JDYTZ2AwC5aF-dqclKZKkiKrHo2f6cFmMQO2ZZmjM,32724
5
5
  upgini/errors.py,sha256=2b_Wbo0OYhLUbrZqdLIx5jBnAsiD1Mcenh-VjR4HCTw,950
6
- upgini/features_enricher.py,sha256=KSOEzO29nY79RIW0hdbf1qXQGxa3itKZ0PkcwVPPf9U,219954
6
+ upgini/features_enricher.py,sha256=nOCmeJcVc1NTmbnb8Vns45pGIgYtfblcnceWyzkPtLc,220029
7
7
  upgini/http.py,sha256=DNcoS7qdxG0mOJn6I8r6O5I6XdIJTdzDzW3hkz3NgG4,45443
8
8
  upgini/metadata.py,sha256=vsbbHyPCP3Rs8WkeDgQg99uAA_zmsbDStAT-NwDYhO4,12455
9
9
  upgini/metrics.py,sha256=gXr2aiw5j9QBWBo1hZp40Is679hef5q8MrT6LJfjsBk,45661
@@ -16,7 +16,7 @@ upgini/autofe/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  upgini/autofe/all_operators.py,sha256=rdjF5eaE4bC6Q4eu_el5Z7ekYt8DjOFermz2bePPbUc,333
17
17
  upgini/autofe/binary.py,sha256=oOEECc4nRzZN2tYaiqx8F2XHnfWpk1bVvb7ZkZJ0lO8,7709
18
18
  upgini/autofe/date.py,sha256=MM1S-6imNSzCDOhbNnmsc_bwSqUWBcS8vWAdHF8j1kY,11134
19
- upgini/autofe/feature.py,sha256=71IQXztYdG2nygVJ4AZ4mOsx5w8PN239rZguKy_4lnE,16250
19
+ upgini/autofe/feature.py,sha256=VbFV5er20-BM5rnqc5O8i89GVdkXOe8tKUqa-vNVd_U,16299
20
20
  upgini/autofe/groupby.py,sha256=IYmQV9uoCdRcpkeWZj_kI3ObzoNCNx3ff3h8sTL01tk,3603
21
21
  upgini/autofe/operator.py,sha256=WpMd3C-7FpiNXhVDs3MQy7Benz9B6iq6jvXohnCms9c,5178
22
22
  upgini/autofe/unary.py,sha256=FFtvkQaT0cu_zPZ1jCLcsjik-UUh12qQFF3tUW8NqsE,6675
@@ -38,7 +38,7 @@ upgini/normalizer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
38
38
  upgini/normalizer/normalize_utils.py,sha256=mDh2mBW3aQMB4EFP2aHbf2dGMVkOcWnp4sKKvKDBh8w,8511
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=UO6K0wwvutyOyClOnJYlFYAETzMSen6hHnj3--5AIAs,28497
41
+ upgini/resource_bundle/strings.properties,sha256=NyxRwzehkrL5LMoVyjkhN811MvalepavNfjlC9ubE0Q,28677
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
@@ -71,7 +71,7 @@ upgini/utils/target_utils.py,sha256=i3Xt5l9ybB2_nF_ma5cfPuL3OeFTs2dY2xDI0p4Azpg,
71
71
  upgini/utils/track_info.py,sha256=G5Lu1xxakg2_TQjKZk4b5SvrHsATTXNVV3NbvWtT8k8,5663
72
72
  upgini/utils/ts_utils.py,sha256=26vhC0pN7vLXK6R09EEkMK3Lwb9IVPH7LRdqFIQ3kPs,1383
73
73
  upgini/utils/warning_counter.py,sha256=-GRY8EUggEBKODPSuXAkHn9KnEQwAORC0mmz_tim-PM,254
74
- upgini-1.2.99a3922.dev4.dist-info/METADATA,sha256=wYgu44FVyY6Bfof83_UJ1tWMWxrKTUoY_m1Q0QHDqJ8,49538
75
- upgini-1.2.99a3922.dev4.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
76
- upgini-1.2.99a3922.dev4.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
77
- upgini-1.2.99a3922.dev4.dist-info/RECORD,,
74
+ upgini-1.2.100.dist-info/METADATA,sha256=wn7qSIJeEz7kYf82cKxXHZRn_FIIe0tRMptMRA1GJXo,49529
75
+ upgini-1.2.100.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
76
+ upgini-1.2.100.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
77
+ upgini-1.2.100.dist-info/RECORD,,