upgini 1.1.198__py3-none-any.whl → 1.1.199__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.

@@ -2319,7 +2319,7 @@ class FeaturesEnricher(TransformerMixin):
2319
2319
  do_without_pandas_limits(print_datasets_sample)
2320
2320
 
2321
2321
  maybe_date_col = self._get_date_column(self.search_keys)
2322
- if X is not None and maybe_date_col is not None:
2322
+ if X is not None and maybe_date_col is not None and maybe_date_col in X.columns:
2323
2323
  min_date = X[maybe_date_col].min()
2324
2324
  max_date = X[maybe_date_col].max()
2325
2325
  self.logger.info(f"Dates interval is ({min_date}, {max_date})")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: upgini
3
- Version: 1.1.198
3
+ Version: 1.1.199
4
4
  Summary: Intelligent data search & enrichment for Machine Learning
5
5
  Home-page: https://upgini.com/
6
6
  Author: Upgini Developers
@@ -2,7 +2,7 @@ upgini/__init__.py,sha256=asENHgEVHQBIkV-e_0IhE_ZWqkCG6398U3ZLrNzAH6k,407
2
2
  upgini/ads.py,sha256=mre6xn44wcC_fg63iLT_kTh4mViZqR9AKRJZAtpQz8Y,2592
3
3
  upgini/dataset.py,sha256=hqinFMd0x3hMgFqsRohb2GZvGmoEbdSEgvBjD5n5zaM,47346
4
4
  upgini/errors.py,sha256=BqpvfhW2jJW5fa5KXj0alhXatGl-WK4xTl309-QNLp8,959
5
- upgini/features_enricher.py,sha256=h8Y5YlGnqFHZ81yQgA52d1GVy5YipJPIbd74jo1iULo,146503
5
+ upgini/features_enricher.py,sha256=b7yCgyyebhftP1D2Hf-XHSYmteJFniZpjqCTdvtUxuE,146535
6
6
  upgini/fingerprint.js,sha256=VygVIQlN1v4NGZfjHqtRogOw8zjTnnMNJg_f7M5iGQU,33442
7
7
  upgini/http.py,sha256=5t8t9KplLzZQhaoUbxVS-C0-Q78og-aAIUoAn_8dgdw,39538
8
8
  upgini/metadata.py,sha256=9Hm9L7efMGIRSfPUYZ_RUBW7_WMeeTL1fGhylMSvR7w,6135
@@ -45,8 +45,8 @@ upgini/utils/sklearn_ext.py,sha256=IMx2La70AXAggApVpT7sMEjWqVWon5AMZt4MARDsIMQ,4
45
45
  upgini/utils/target_utils.py,sha256=cu52icjhDIPpEStHYMXrD2hIl9gzvfnxZr0Ra5osV0k,1616
46
46
  upgini/utils/track_info.py,sha256=2IGGyHPXBLhWcLO8-Q-5qir52k_kD6DtdU-sv_Z2hHY,5325
47
47
  upgini/utils/warning_counter.py,sha256=vnmdFo5-7GBkU2bK9h_uC0K0Y_wtfcYstxOdeRfacO0,228
48
- upgini-1.1.198.dist-info/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
49
- upgini-1.1.198.dist-info/METADATA,sha256=-vio2rUscCwysbVTBTuSQ2aBVANdcHWnCdDt1jzs-xw,48306
50
- upgini-1.1.198.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
51
- upgini-1.1.198.dist-info/top_level.txt,sha256=OFhTGiDIWKl5gFI49qvWq1R9IKflPaE2PekcbDXDtx4,7
52
- upgini-1.1.198.dist-info/RECORD,,
48
+ upgini-1.1.199.dist-info/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
49
+ upgini-1.1.199.dist-info/METADATA,sha256=BADcsoeqF6vs1TLz1FX1Q3f6ofqwq-tJqIUzrixJsVQ,48306
50
+ upgini-1.1.199.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
51
+ upgini-1.1.199.dist-info/top_level.txt,sha256=OFhTGiDIWKl5gFI49qvWq1R9IKflPaE2PekcbDXDtx4,7
52
+ upgini-1.1.199.dist-info/RECORD,,