alteryx / alteryx/featuretools
Add Primitive attribute to indicate importance of ordering
Open
- Dominant language
- Python
- Stars
- 7.7k
- Forks
- 915
- PR merge metrics
- No merged PRs in 30d
Description
- As a user of Featuretools, I want to know which primitives are affected by the ordering of the data.
- We can add `ordering_is_important` to the base Primitive class.
- Default to False
- Make it True for:
- AbsoluteDiff, CumMax, GreaterThanPrevious, IsMaxSoFar, RollingMean, Lag, NumericBin.
Contributor guide
Assessment
This issue has not been assessed yet.