Skip to content

Commit

Permalink
Report generated to README
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 3, 2025
1 parent 876ba39 commit ce7564d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Note: the project is currently running on GitHub Actions, you can take a look at
{
"Ticker": "AMZN",
"Future price after": "1 day",
"Predicted price for 2025-01-03": "221.57$",
"Mean absolute error": 0.7891096334555847,
"Accuracy score": 0.5068790731354091,
"Total buy profit": 42.48759344220163,
"Total sell profit": -26.238841563463208,
"Total profit": 16.24875187873842,
"Profit per trade": 0.011765931845574526,
"Generated": "2025-01-02 20:16:07.561851+08:00"
"Predicted price for 2025-01-04": "223.18$",
"Mean absolute error": 0.7923409660836717,
"Accuracy score": 0.49239681390296886,
"Total buy profit": 21.391985446214704,
"Total sell profit": -51.18445566296576,
"Total profit": -29.792470216751056,
"Profit per trade": -0.021573113842687223,
"Generated": "2025-01-03 20:16:04.670219+08:00"
}
]
```
Expand All @@ -38,7 +38,7 @@ Note: the project is currently running on GitHub Actions, you can take a look at

## **Generated report**
<!-- MARKDOWN-AUTO-DOCS:START (JSON_TO_HTML_TABLE:src=./data.json) -->
<table class="JSON-TO-HTML-TABLE"><thead><tr><th class="ticker-th">Ticker</th><th class="future-price-after-th">Future price after</th><th class="predicted-price-for-2025-01-03-th">Predicted price for 2025-01-03</th><th class="mean-absolute-error-th">Mean absolute error</th><th class="accuracy-score-th">Accuracy score</th><th class="total-buy-profit-th">Total buy profit</th><th class="total-sell-profit-th">Total sell profit</th><th class="total-profit-th">Total profit</th><th class="profit-per-trade-th">Profit per trade</th><th class="generated-th">Generated</th></tr></thead><tbody ><tr ><td class="ticker-td td_text">AMZN</td><td class="future-price-after-td td_text">1 day</td><td class="predicted-price-for-2025-01-03-td td_text">221.57$</td><td class="mean-absolute-error-td td_num">0.7891096334555847</td><td class="accuracy-score-td td_num">0.5068790731354091</td><td class="total-buy-profit-td td_num">42.48759344220163</td><td class="total-sell-profit-td td_num">-26.238841563463208</td><td class="total-profit-td td_num">16.24875187873842</td><td class="profit-per-trade-td td_num">0.011765931845574526</td><td class="generated-td td_text">2025-01-02 20:16:07.561851+08:00</td></tr></tbody></table>
<table class="JSON-TO-HTML-TABLE"><thead><tr><th class="ticker-th">Ticker</th><th class="future-price-after-th">Future price after</th><th class="predicted-price-for-2025-01-04-th">Predicted price for 2025-01-04</th><th class="mean-absolute-error-th">Mean absolute error</th><th class="accuracy-score-th">Accuracy score</th><th class="total-buy-profit-th">Total buy profit</th><th class="total-sell-profit-th">Total sell profit</th><th class="total-profit-th">Total profit</th><th class="profit-per-trade-th">Profit per trade</th><th class="generated-th">Generated</th></tr></thead><tbody ><tr ><td class="ticker-td td_text">AMZN</td><td class="future-price-after-td td_text">1 day</td><td class="predicted-price-for-2025-01-04-td td_text">223.18$</td><td class="mean-absolute-error-td td_num">0.7923409660836717</td><td class="accuracy-score-td td_num">0.49239681390296886</td><td class="total-buy-profit-td td_num">21.391985446214704</td><td class="total-sell-profit-td td_num">-51.18445566296576</td><td class="total-profit-td td_num">-29.792470216751056</td><td class="profit-per-trade-td td_num">-0.021573113842687223</td><td class="generated-td td_text">2025-01-03 20:16:04.670219+08:00</td></tr></tbody></table>
<!-- MARKDOWN-AUTO-DOCS:END -->

## **Graphs**
Expand Down

0 comments on commit ce7564d

Please sign in to comment.