upgini 1.2.99a3922.dev4__py3-none-any.whl → 1.2.99a3922.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.99a3922.dev4"
1
+ __version__ = "1.2.99a3922.dev5"
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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: upgini
3
- Version: 1.2.99a3922.dev4
3
+ Version: 1.2.99a3922.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,4 +1,4 @@
1
- upgini/__about__.py,sha256=5Lrxh5wP8aiUGT1GPRS8K7nPnEINmj_I5a_XBymupWQ,33
1
+ upgini/__about__.py,sha256=rTzc-FUOiLX5kwa40ogoeqBqvxZgxNYHuyqe4QMqGlY,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=e6JDYTZ2AwC5aF-dqclKZKkiKrHo2f6cFmMQO2ZZmjM,32724
@@ -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
@@ -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.99a3922.dev5.dist-info/METADATA,sha256=MkKG7yHgkCfVL-AqKELoKz1SQQKNQokxliOdLtRQP-w,49538
75
+ upgini-1.2.99a3922.dev5.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
76
+ upgini-1.2.99a3922.dev5.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
77
+ upgini-1.2.99a3922.dev5.dist-info/RECORD,,