feat: introduced cumulative features step for state definition

This commit is contained in:
2025-11-29 22:28:40 +01:00
parent d654bbf4b4
commit 955102090d
6 changed files with 135 additions and 181 deletions

View File

@@ -17,6 +17,8 @@ class FetchInteractionsStep(BaseContextStep):
)
df = df.dropna(subset=['eventName'])
# drop all where page has /admin/
df = df[~df['page'].str.contains('/admin/', na=False)]
# Remap dateIndex if present
if 'metadata_dateIndex' in df.columns: