Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: add FeatureExtractor
FeatureExtractor is a class that takes a df contains only a single column with datetime values and adds features based on past knowledge. For example, if there is a value for 2020-04-05 in df; it adds a column of 2020-04-04 value of target_column as target_column_lag1 to it.
  • Loading branch information
Bahadir-Erdem committed Feb 17, 2025
commit f839e8a73b9b34095a74da7f89dfbe455dd56b28
Loading