rosacastillo
commited on
Commit
·
2759d32
1
Parent(s):
0249c18
Updating notebooks
Browse files
app.py
CHANGED
@@ -303,7 +303,7 @@ with demo:
|
|
303 |
with gr.Row():
|
304 |
gr.Markdown("# Daily distribution of invalid trades")
|
305 |
with gr.Row():
|
306 |
-
plot_daily_dist_invalid_trades(invalid_trades)
|
307 |
|
308 |
# with gr.Row():
|
309 |
# gr.Markdown("# Ratio of invalid trades per market")
|
|
|
303 |
with gr.Row():
|
304 |
gr.Markdown("# Daily distribution of invalid trades")
|
305 |
with gr.Row():
|
306 |
+
daily_trades = plot_daily_dist_invalid_trades(invalid_trades)
|
307 |
|
308 |
# with gr.Row():
|
309 |
# gr.Markdown("# Ratio of invalid trades per market")
|
notebooks/invalid_markets.ipynb
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
notebooks/weekly_analysis.ipynb
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
notebooks/weighted_accuracy_ranking.ipynb
CHANGED
The diff for this file is too large to render.
See raw diff
|
|