upgini 1.2.113a4__py3-none-any.whl → 1.2.113a3974.dev1__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.113a4"
1
+ __version__ = "1.2.113a3974.dev1"
upgini/autofe/date.py CHANGED
@@ -318,6 +318,8 @@ class DatePercentile(DatePercentileBase):
318
318
 
319
319
  class DatePercentileMethod2(DatePercentileBase):
320
320
  name: str = "date_per_method2"
321
+ is_categorical: bool = True
322
+ output_type: Optional[str] = "category"
321
323
 
322
324
  def _get_bounds(self, date_col: pd.Series) -> pd.Series:
323
325
  pass