fix(ml): parse datetime column and fix TA-Lib pattern names

- Add parse_dates parameter when loading enriched CSV
- Strip timezone from annotation timestamps to match data
- Fix pattern names: CDLTHREEWHITESOLDIERS -> CDL3WHITESOLDIERS
- Fix pattern names: CDLTHREEBLACKCROWS -> CDL3BLACKCROWS
This commit is contained in:
Marko Djordjevic 2026-02-15 21:13:20 +01:00
parent 2b86524436
commit ceb4103ec4
10 changed files with 5 additions and 5 deletions

View file

@ -86,8 +86,8 @@ stages:
- "CDLHARAMI"
- "CDLPIERCING"
- "CDLDARKCLOUDCOVER"
- "CDLTHREEWHITESOLDIERS"
- "CDLTHREEBLACKCROWS"
- "CDL3WHITESOLDIERS"
- "CDL3BLACKCROWS"
# Label merge strategy: "human_priority", "programmatic_priority", "both"
merge_strategy: "human_priority"