cyberosa
commited on
Commit
·
adcca5f
1
Parent(s):
00a7fbf
updating files with new weekly data
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:103655639dd0574e1a56c1bfc9e655dd0709593a146ec5ad76194d61f8f97a6b
|
3 |
+
size 78148
|
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:3d069ef42906c9e77d2fcfef8cf7f94bac1413088c30ec7006dea9308bc6f908
|
3 |
+
size 10112079
|
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:34e84ddbfd855be44f19bc26d39cfc3968660aa73771f8d32a128f44b8e22993
|
3 |
+
size 134667
|
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:b42ac197026b3a6eab568846e816d34db6cd7e7b8ce0af71ada4131cf16b7d05
|
3 |
+
size 85363
|
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:43868ff18d2ecd1b9cb3f2045e47792dff66927fd9377822ada688efbf24d9de
|
3 |
+
size 2714767
|
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:71bc1109d0ef126d75f43d15dbca4b35fcf9d290d88e7eac3070304049e2c272
|
3 |
+
size 10602
|
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:8ff9cb071d330c27509ea47907fc715b4435e9275a2f2a2e3f4646159ab678a3
|
3 |
+
size 12326
|
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:71fb7c8718861a5dacbd907b4c9f35719a0f715b23b94ddae6be3c48ad3735af
|
3 |
+
size 759626
|
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:260e59c4c8be2f870dae63cdad3c337546566b28f8aca699ebc6547fe7be3bdf
|
3 |
+
size 8209075
|
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-16")
|
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:a6c085ae7172aff320dde2e301cdc00ea6461ff97daf0e49049bb1b72ff2e260
|
3 |
+
size 178474
|
tools_accuracy.csv
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
tool,tool_accuracy,total_requests,min,max
|
2 |
-
claude-prediction-offline,59.
|
3 |
-
claude-prediction-online,
|
4 |
-
prediction-offline,
|
5 |
-
prediction-offline-sme,50.
|
6 |
-
prediction-online,48.
|
7 |
-
prediction-online-sme,47.
|
8 |
-
prediction-request-rag,
|
9 |
-
prediction-request-rag-claude,
|
10 |
-
prediction-request-reasoning,51.
|
11 |
-
prediction-request-reasoning-claude,
|
12 |
-
prediction-url-cot-claude,
|
13 |
-
superforcaster,53.
|
|
|
1 |
tool,tool_accuracy,total_requests,min,max
|
2 |
+
claude-prediction-offline,59.02887106571298,80669,2024-12-16 00:03:35,2025-02-16 01:54:05
|
3 |
+
claude-prediction-online,59.464056996477744,49968,2024-12-16 00:00:35,2025-02-16 03:26:55
|
4 |
+
prediction-offline,54.17012594103989,142130,2024-12-16 00:00:10,2025-02-16 01:21:00
|
5 |
+
prediction-offline-sme,50.24658885418379,24332,2024-12-16 00:02:40,2025-02-14 23:00:05
|
6 |
+
prediction-online,48.75922199865862,4473,2024-12-16 00:12:30,2025-02-15 23:14:10
|
7 |
+
prediction-online-sme,47.29439809296782,4195,2024-12-16 00:08:20,2025-02-15 20:24:45
|
8 |
+
prediction-request-rag,47.127937336814625,766,2024-12-16 01:32:40,2025-02-13 19:13:50
|
9 |
+
prediction-request-rag-claude,44.74034620505992,751,2024-12-16 01:46:15,2025-02-15 22:20:40
|
10 |
+
prediction-request-reasoning,51.91428698712522,112235,2024-12-16 00:59:15,2025-02-15 23:39:45
|
11 |
+
prediction-request-reasoning-claude,61.04218362282878,806,2024-12-16 02:55:50,2025-02-15 22:13:30
|
12 |
+
prediction-url-cot-claude,53.81222432262129,1587,2024-12-16 00:09:35,2025-02-16 01:48:35
|
13 |
+
superforcaster,53.96996867235605,9257,2024-12-16 00:09:35,2025-02-16 03:30:50
|
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:afa367b60022280fb347403ffc8cc397442fcce4a55e7503e5c4b7b2bd8037bb
|
3 |
+
size 487761
|
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:947b3eaa7373bc4380ff8c1550258152b858969085ba1e9d83257ba76943aff4
|
3 |
+
size 54567
|
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:8fa2498968e51fe45ab4ef315b5c462bbc8a74d29da10318280fd5dcd727bdb7
|
3 |
+
size 11519
|