January 2020
Beginner to intermediate
372 pages
10h
English
Featuretools offers awesome functionality that we can use to aggregate features within a temporal window prior to user-defined cut-off times. This is usually set up ahead of the event we want to predict. To learn more about this functionality, take a look at the following links:
Another commonly used feature is the percentage change in value between the current and the precedent observation, which we can create automatically with pandas pct_change(). You can find an example of how to use this ...
Read now
Unlock full access