Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 394 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 394 Bytes

Time-related features

Python package for generating features related to time:

  • exponential_window module: Exponentially weighted moving window aggregations.
  • rolling_window module: Standard rolling window aggregations.
  • time_deltas module: Time differences between two events.

See the time_related_features/examples folder for notebooks showing how to calculate these features.