cyberosa
commited on
Commit
·
285bbc1
1
Parent(s):
adcca5f
updating trading and tools information for daily dashboards
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
- daily_mech_requests.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:0172aa10c7295be17f5a29551031150b5a8eb8d2f02ccb0f5d9aa59e55b22c49
|
3 |
+
size 78080
|
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:a2937a26a5d66fa36b79d2d4ce3e96b3f3fdd35b74c01dc71582c25c3d97a87a
|
3 |
+
size 10326197
|
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:9f761914486d20decba76cc13a692d8c6572070c9729a4207488a2dce73b5627
|
3 |
+
size 134073
|
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:1ebc9b9a0c07077f048665e587280350eb0c5f7617a4ee415bb54041e7a710c6
|
3 |
+
size 84819
|
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:b4753d9e255a41acd6096c50686003bf733a2760598793c1fed11d66d28c58ab
|
3 |
+
size 2622533
|
daily_mech_requests.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:2e7f071319951d42753e25e1c9ed0f9bef4c8ba1299fb5e0b6767b03d2fd454d
|
3 |
+
size 10622
|
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:ddc3b7b6b5095844007f4b77ec85c2880a7feb44fc28805973bcf9febe31e477
|
3 |
+
size 12509
|
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:00548e2644016990440ddcc36f306965d02852396f15a7065c9f5bfabdea7f08
|
3 |
+
size 759975
|
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:f7b9e54cb31d93cddacb9698b951228197a685418ad82f5c47ef5410b8a57aaf
|
3 |
+
size 8200725
|
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-18")
|
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:90f6b89811759379951be37cb92660b3df89a668dd23f787b0fc0e397b563e6b
|
3 |
+
size 179200
|
tools_accuracy.csv
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
tool,tool_accuracy,total_requests,min,max
|
2 |
-
claude-prediction-offline,
|
3 |
-
claude-prediction-online,59.
|
4 |
-
prediction-offline,
|
5 |
-
prediction-offline-sme,50.
|
6 |
-
prediction-online,48.
|
7 |
-
prediction-online-sme,47.
|
8 |
-
prediction-request-rag,47.
|
9 |
-
prediction-request-rag-claude,
|
10 |
-
prediction-request-reasoning,51.
|
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,58.77478063048424,80002,2024-12-18 00:15:55,2025-02-18 00:15:35
|
3 |
+
claude-prediction-online,59.174161225411694,48702,2024-12-18 00:00:35,2025-02-18 01:39:10
|
4 |
+
prediction-offline,51.848077281926884,139334,2024-12-18 00:00:30,2025-02-18 16:25:25
|
5 |
+
prediction-offline-sme,50.35220453952518,22998,2024-12-18 00:00:50,2025-02-18 01:20:15
|
6 |
+
prediction-online,48.439955106621774,4455,2024-12-18 00:55:05,2025-02-17 19:09:05
|
7 |
+
prediction-online-sme,47.035957240038876,4116,2024-12-18 00:08:00,2025-02-17 19:04:10
|
8 |
+
prediction-request-rag,47.11409395973155,745,2024-12-18 00:40:55,2025-02-17 16:14:50
|
9 |
+
prediction-request-rag-claude,45.3551912568306,732,2024-12-18 01:45:50,2025-02-17 20:15:10
|
10 |
+
prediction-request-reasoning,51.9706634888367,114124,2024-12-18 00:09:55,2025-02-17 20:35:10
|
11 |
+
prediction-request-reasoning-claude,60.85825747724317,769,2024-12-18 02:53:25,2025-02-16 15:14:45
|
12 |
+
prediction-url-cot-claude,53.90524967989757,1562,2024-12-18 04:17:05,2025-02-17 23:20:40
|
13 |
+
superforcaster,54.57910321489001,9456,2024-12-18 00:48:10,2025-02-18 01:39:40
|
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:67e54bf81b3f4a2eb6e3f1c32375c08f02d7c1aecf3d95713738938f23de6305
|
3 |
+
size 473093
|
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:85c8979bd3d68c711aa557e24646bca63b85e64e700e417f28d3c671a93f67d0
|
3 |
+
size 54860
|
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:5618c742c3b913df31ff133341c1e629e3e1825090bfdb441bf879856f63635e
|
3 |
+
size 11893
|