tsflex consists of two entities:
As shown above, there are 2 relevant classes for processing.
function
: the Callable processing-function - e.g. scipy.signal.detrendseries_names
: the name(s) of the series on which the processing function should be applied**kwargs
: the keyword arguments for the function.