mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-08-22 07:08:05 +00:00
8 lines
290 B
Markdown
8 lines
290 B
Markdown
# EURUSD Logistic 15m
|
|
|
|
Baseline directional classifier for EURUSD on 15 minute candles.
|
|
|
|
This is a clean first quant project: engineered candle features, three-class labels, and a simple `LogisticRegression` model.
|
|
|
|
Use it to validate the full PyP pipeline before moving to heavier models.
|