Is it possible to calculate features in a rolling window? In pandas rolling().apply() it is too slow.
Is it possible to calculate features in a rolling window? In pandas rolling().apply() it is too slow.