Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilrajput03 committed Dec 18, 2024
1 parent c795b9f commit 0d76d85
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Hello world..

<!-- MARKDOWN-AUTO-DOCS:START (CODE:src=./myfile.js) -->
<!-- MARKDOWN-AUTO-DOCS:START (JSON_TO_HTML_TABLE:src=./data.json) -->
<!-- MARKDOWN-AUTO-DOCS:END -->

Please refer the original readme file at Readme-original.md file in this repo.
14 changes: 14 additions & 0 deletions data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"Ticker1": "AMZN",
"Future price after": "1 day",
"Predicted price for 2024-12-18": "236.95$",
"Mean absolute error": 0.8116941003273634,
"Accuracy score": 0.49238578680203043,
"Total buy profit": 15.043606817722408,
"Total sell profit": -58.39645421504976,
"Total profit": -43.35284739732735,
"Profit per trade": -0.03143788788783709,
"Generated": "2024-12-17 20:17:41.568753+08:00"
}
]
3 changes: 3 additions & 0 deletions readme-original.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- MARKDOWN-AUTO-DOCS:START (CODE:src=./myfile.js) -->
<!-- MARKDOWN-AUTO-DOCS:END -->

## Todo

- **TODO:** ❤️ Do the todo mentioned inside file `./using-markdown-autodocs.md`
Expand Down

0 comments on commit 0d76d85

Please sign in to comment.