cyberosa commited on
Commit ·
7d78a26
1
Parent(s): f149546
updating weekly data for prediction live dashboard
Browse files- active_traders.parquet +2 -2
- all_trades_profitability.parquet.gz +2 -2
- closed_market_metrics.parquet +2 -2
- closed_markets_div.parquet +2 -2
- daily_info.parquet +2 -2
- error_by_markets.parquet +2 -2
- invalid_trades.parquet +2 -2
- retention_activity.parquet.gz +2 -2
- scripts/pull_data.py +1 -1
- service_map.pkl +2 -2
- tools_accuracy.csv +12 -12
- unknown_traders.parquet +2 -2
- weekly_mech_calls.parquet +2 -2
- winning_df.parquet +2 -2
active_traders.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1a789e5c8b56c8ca2111bac15d10d0b983096e4272c0127412739ae38966f79
|
| 3 |
+
size 78433
|
all_trades_profitability.parquet.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:221ba0fdfe731fb4f59440a33f7677053a79f729f086fd06f74913d51f71c470
|
| 3 |
+
size 10364349
|
closed_market_metrics.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26e19928cb7c8eb959a388eddab7e5f9e751d43b12da713e1126fc06c5beee40
|
| 3 |
+
size 134822
|
closed_markets_div.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eafbbfc41ed3ed223d7f8172b41820002771d64fb94772e00d746326bd6735b4
|
| 3 |
+
size 85651
|
daily_info.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70f65c11a8c5ea1a97784d3194c1ce0f3b1480229be0cfc2a96efd9c22d5a357
|
| 3 |
+
size 2614575
|
error_by_markets.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7311ac85a3fccb2f4df39a06a846d08a2c3ef344cec74db64929903ad87705c0
|
| 3 |
+
size 12323
|
invalid_trades.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79a44c60e53adeb33ad17c8ccf0be2924e4e55036855f6f04ae51211c1fafefb
|
| 3 |
+
size 787199
|
retention_activity.parquet.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e24203282fc02c81c3b5593efc52ba5fa4d5aebd08a93842f39254db42defde
|
| 3 |
+
size 7797761
|
scripts/pull_data.py
CHANGED
|
@@ -135,7 +135,7 @@ def only_new_weekly_analysis():
|
|
| 135 |
|
| 136 |
save_historical_data()
|
| 137 |
try:
|
| 138 |
-
clean_old_data_from_parquet_files("2024-12-
|
| 139 |
except Exception as e:
|
| 140 |
print("Error cleaning the oldest information from parquet files")
|
| 141 |
print(f"reason = {e}")
|
|
|
|
| 135 |
|
| 136 |
save_historical_data()
|
| 137 |
try:
|
| 138 |
+
clean_old_data_from_parquet_files("2024-12-09")
|
| 139 |
except Exception as e:
|
| 140 |
print("Error cleaning the oldest information from parquet files")
|
| 141 |
print(f"reason = {e}")
|
service_map.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69776932572717100694b8a92d81d3569b69e1221e8a4423728c033645fee964
|
| 3 |
+
size 174960
|
tools_accuracy.csv
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
tool,tool_accuracy,total_requests,min,max
|
| 2 |
-
claude-prediction-offline,57.
|
| 3 |
-
claude-prediction-online,
|
| 4 |
-
prediction-offline,
|
| 5 |
-
prediction-offline-sme,50.
|
| 6 |
-
prediction-online,50.
|
| 7 |
-
prediction-online-sme,
|
| 8 |
-
prediction-request-rag,47.
|
| 9 |
-
prediction-request-rag-claude,
|
| 10 |
-
prediction-request-reasoning,52.
|
| 11 |
-
prediction-request-reasoning-claude,
|
| 12 |
-
prediction-url-cot-claude,53.
|
| 13 |
-
superforcaster,
|
|
|
|
| 1 |
tool,tool_accuracy,total_requests,min,max
|
| 2 |
+
claude-prediction-offline,57.42090202393503,86317,2024-12-09 00:03:40,2025-02-08 22:53:10
|
| 3 |
+
claude-prediction-online,58.005167004982475,54190,2024-12-09 00:00:15,2025-02-09 01:41:10
|
| 4 |
+
prediction-offline,59.210526315789465,161576,2024-12-09 00:00:05,2025-02-09 02:15:50
|
| 5 |
+
prediction-offline-sme,50.1501708841095,28967,2024-12-09 00:03:25,2025-02-08 15:31:00
|
| 6 |
+
prediction-online,50.49545829892651,4844,2024-12-09 00:40:50,2025-02-08 17:36:10
|
| 7 |
+
prediction-online-sme,49.05218317358893,4695,2024-12-09 00:05:50,2025-02-08 17:01:45
|
| 8 |
+
prediction-request-rag,47.74678111587983,932,2024-12-09 00:13:15,2025-02-07 19:02:55
|
| 9 |
+
prediction-request-rag-claude,46.95187165775401,935,2024-12-09 00:30:50,2025-02-08 16:07:25
|
| 10 |
+
prediction-request-reasoning,52.584455511407555,111242,2024-12-09 00:01:10,2025-02-08 18:21:40
|
| 11 |
+
prediction-request-reasoning-claude,62.217659137576995,974,2024-12-09 02:09:10,2025-02-08 16:02:55
|
| 12 |
+
prediction-url-cot-claude,53.17820658342792,1762,2024-12-09 00:05:25,2025-02-08 19:16:35
|
| 13 |
+
superforcaster,53.81277795856384,9219,2024-12-09 00:16:25,2025-02-08 22:33:45
|
unknown_traders.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa1a70695d52376308149c0773289457fb9c1651433e87aabf33ea1fac262928
|
| 3 |
+
size 452105
|
weekly_mech_calls.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a66d6db9f10d069fb2c8ea151bff47bc71d1082953400c6eef7110a3308d6102
|
| 3 |
+
size 54223
|
winning_df.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ce7cc983ceeb8ac45020ca1b6e18b9f1442ceb6093f6e5342029163fd176ec6
|
| 3 |
+
size 11664
|