January 2020
Beginner to intermediate
372 pages
10h
English
With Featuretools, we can also create features at the transaction level or aggregate features at a higher entity level with user-defined operations. Here, we will determine the number of local maxima and minima per customer using Featuretools. Let's get started:
from featuretools.primitives import make_agg_primitivefrom featuretools.variable_types import Numericfrom scipy.signal import find_peaks
Read now
Unlock full access