diff --git a/README.md b/README.md new file mode 100644 index 0000000..37e70aa --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +poetry run python main.py \ + --symbol BTC-USD \ + --start-date 2025-01-28 \ + --end-date 2025-01-31 \ + --interval 5m \ + --training-window 60 \ + --inference-window 12 \ + --inference-offset 0 \ + --output predictions.csv