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 Oct 22, 2023
1 parent 612294f commit 3c9b03e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 2023-10-22": "125.93$",
"Mean absolute error": 0.6896428617679083,
"Predicted price for 2023-10-23": "125.93$",
"Mean absolute error": 0.689642948614066,
"Accuracy score": 0.5049205147615443,
"Total buy profit": 39.8290951028467,
"Total sell profit": -27.85057039558883,
"Total profit": 11.978524707257872,
"Profit per trade": 0.009067770406705429,
"Generated": "2023-10-21 20:11:24.862425+08:00"
"Generated": "2023-10-22 20:10:36.843107+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-2023-10-22-th">Predicted price for 2023-10-22</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-2023-10-22-td td_text">125.93$</td><td class="mean-absolute-error-td td_num">0.6896428617679083</td><td class="accuracy-score-td td_num">0.5049205147615443</td><td class="total-buy-profit-td td_num">39.8290951028467</td><td class="total-sell-profit-td td_num">-27.85057039558883</td><td class="total-profit-td td_num">11.978524707257872</td><td class="profit-per-trade-td td_num">0.009067770406705429</td><td class="generated-td td_text">2023-10-21 20:11:24.862425+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-2023-10-23-th">Predicted price for 2023-10-23</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-2023-10-23-td td_text">125.93$</td><td class="mean-absolute-error-td td_num">0.689642948614066</td><td class="accuracy-score-td td_num">0.5049205147615443</td><td class="total-buy-profit-td td_num">39.8290951028467</td><td class="total-sell-profit-td td_num">-27.85057039558883</td><td class="total-profit-td td_num">11.978524707257872</td><td class="profit-per-trade-td td_num">0.009067770406705429</td><td class="generated-td td_text">2023-10-22 20:10:36.843107+08:00</td></tr></tbody></table>
<!-- MARKDOWN-AUTO-DOCS:END -->

## **Graphs**
Expand Down

0 comments on commit 3c9b03e

Please sign in to comment.