From 5dcab576c3ed5f943cc672f7df96abee3fa4273c Mon Sep 17 00:00:00 2001 From: ysheynin <42184007+ysheynin@users.noreply.github.com> Date: Sun, 2 Feb 2025 18:23:33 -0500 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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