upgini 1.1.296a3521.dev6__py3-none-any.whl → 1.1.296a3521.dev7__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.1.296a3521.dev6"
1
+ __version__ = "1.1.296a3521.dev7"
upgini/autofe/date.py CHANGED
@@ -185,6 +185,15 @@ class DatePercentileBase(PandasOperand, abc.ABC):
185
185
  else:
186
186
  return np.nan
187
187
 
188
+ def get_params(self) -> Dict[str, Optional[str]]:
189
+ res = super().get_params()
190
+ res.update(
191
+ {
192
+ "date_unit": self.date_unit,
193
+ }
194
+ )
195
+ return res
196
+
188
197
 
189
198
  class DatePercentile(DatePercentileBase):
190
199
  name = "date_per"
@@ -198,7 +207,6 @@ class DatePercentile(DatePercentileBase):
198
207
  res = super().get_params()
199
208
  res.update(
200
209
  {
201
- "date_unit": self.date_unit,
202
210
  "zero_month": self.zero_month,
203
211
  "zero_year": self.zero_year,
204
212
  "zero_bounds": self.zero_bounds,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: upgini
3
- Version: 1.1.296a3521.dev6
3
+ Version: 1.1.296a3521.dev7
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=vuiTMFDXd-Uj2m9CjRGkX93LkhAKHAq3F6nJOvl__xA,34
1
+ upgini/__about__.py,sha256=cWFCdhTzFoDAJAXMobAoO0n0qJcv9M0Dd1tLcw345Mo,34
2
2
  upgini/__init__.py,sha256=ObEtjFkIssl83qeKNMLpIQygfwK8TzztwiI43YTsAP0,353
3
3
  upgini/ads.py,sha256=nvuRxRx5MHDMgPr9SiU-fsqRdFaBv8p4_v1oqiysKpc,2714
4
4
  upgini/dataset.py,sha256=7TLVVhGtjgx_9yaiaIUK3kZSe_R9wg5dY0d4F5qCGM4,45636
@@ -16,7 +16,7 @@ upgini/ads_management/ads_manager.py,sha256=igVbN2jz80Umb2BUJixmJVj-zx8unoKpecVo
16
16
  upgini/autofe/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  upgini/autofe/all_operands.py,sha256=WJOiNVNVyrWc3vYGMvJtrpGRrLEQ237YMTsWnkUbLNw,2502
18
18
  upgini/autofe/binary.py,sha256=8FXPJxN7fnC5wphO0Dp1tQCa0lFMSDGQGvBMkSIVAcE,4155
19
- upgini/autofe/date.py,sha256=va28wBqELETjn1CqZ7bHvz5CcJg8sijFyo9Ti7P-HLw,7711
19
+ upgini/autofe/date.py,sha256=CgzkV86ua5nN0SOxF5VF-90rI3Snz5lamgCicpG7FHQ,7878
20
20
  upgini/autofe/feature.py,sha256=OBR0K_pLYlowmSe54knhv5nwFBjTXiDdW_r9BT9ZxiU,13747
21
21
  upgini/autofe/groupby.py,sha256=4WjDzQxqpZxB79Ih4ihMMI5GDxaFqiH6ZelfV82ClT4,3091
22
22
  upgini/autofe/operand.py,sha256=MKEsl3zxpWzRDpTkE0sNJxTu62U20sWOvEKhPjUWS6s,2915
@@ -57,7 +57,7 @@ upgini/utils/sklearn_ext.py,sha256=13jQS_k7v0aUtudXV6nGUEWjttPQzAW9AFYL5wgEz9k,4
57
57
  upgini/utils/target_utils.py,sha256=Y96_PJ5cC-WsEbeqg20v9uqywDQobLoTb-xoP7S3o4E,7807
58
58
  upgini/utils/track_info.py,sha256=G5Lu1xxakg2_TQjKZk4b5SvrHsATTXNVV3NbvWtT8k8,5663
59
59
  upgini/utils/warning_counter.py,sha256=dIWBB4dI5XRRJZudvIlqlIYKEiwLLPcXarsZuYRt338,227
60
- upgini-1.1.296a3521.dev6.dist-info/METADATA,sha256=-nAXUtssutekN2NJUmIaE8xwekNuAKKxZWwzpNswsDU,48127
61
- upgini-1.1.296a3521.dev6.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
62
- upgini-1.1.296a3521.dev6.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
63
- upgini-1.1.296a3521.dev6.dist-info/RECORD,,
60
+ upgini-1.1.296a3521.dev7.dist-info/METADATA,sha256=QIR5PbmMPJZvBSZd_tihGXEQFJ42j_t19fHSOcxCLI4,48127
61
+ upgini-1.1.296a3521.dev7.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
62
+ upgini-1.1.296a3521.dev7.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
63
+ upgini-1.1.296a3521.dev7.dist-info/RECORD,,