cyberosa
commited on
Commit
·
00a7fbf
1
Parent(s):
23d3748
updating daily 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:1ae86c49bf6bda7cbe702f6d6d66cec19cd6ba3260836155646386228a6bc06c
|
3 |
+
size 81161
|
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:f41c1e943a4e22b04d9af2aba7a3bd5dd385565d072962daecdb4efeecad18dc
|
3 |
+
size 10032014
|
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:a5c7382621b5e34c1daa773b86fede9f0c913debda5ccbed2548d073b9e38b3d
|
3 |
+
size 135290
|
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:42ebddc667bc646773ac325cff5deaec16f0421e830d51eb29a08a80d27de485
|
3 |
+
size 84870
|
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:1508778ab62372f7fc91afa947a4ca2e935c92f8d7277c9b24c6e44e566a0976
|
3 |
+
size 2994630
|
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:890721074f98432267a7d4d853b199a5ecad86991809ecad18e11636112b2411
|
3 |
+
size 10581
|
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:7276e21c0d77d8ab147381e12495d12ed9ef79d1b2aeeab4969e7365865c3af9
|
3 |
+
size 12632
|
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:02b73605f1dcd51e550bf851b8c5a16bcc1cec76a2ed7158f13ded477d3ca3fb
|
3 |
+
size 767289
|
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:c97c9ae42c65ba6d90f150470f65ddc7a201357f8eacca762447d2adb7fc1105
|
3 |
+
size 8083683
|
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-13")
|
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:e5aee7113564b43b52720767c910d6ba0d7c15dd372f3b41be8ddbf523d51597
|
3 |
+
size 177163
|
tools_accuracy.csv
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
tool,tool_accuracy,total_requests,min,max
|
2 |
-
claude-prediction-offline,
|
3 |
-
claude-prediction-online,
|
4 |
-
prediction-offline,
|
5 |
-
prediction-offline-sme,50.
|
6 |
-
prediction-online,
|
7 |
-
prediction-online-sme,
|
8 |
-
prediction-request-rag,46.
|
9 |
-
prediction-request-rag-claude,
|
10 |
-
prediction-request-reasoning,
|
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.21785675272184,82389,2024-12-13 00:00:20,2025-02-13 00:00:35
|
3 |
+
claude-prediction-online,60.006515157321886,52186,2024-12-13 00:00:45,2025-02-13 06:16:45
|
4 |
+
prediction-offline,58.70730527334301,155025,2024-12-13 00:00:15,2025-02-13 16:24:45
|
5 |
+
prediction-offline-sme,50.009703085581215,25765,2024-12-13 00:01:30,2025-02-12 23:50:00
|
6 |
+
prediction-online,48.975588491717524,4588,2024-12-13 00:11:25,2025-02-12 17:47:40
|
7 |
+
prediction-online-sme,47.600896860986545,4460,2024-12-13 00:22:20,2025-02-12 18:12:25
|
8 |
+
prediction-request-rag,46.10552763819096,796,2024-12-13 01:12:55,2025-02-12 17:09:15
|
9 |
+
prediction-request-rag-claude,46.2111801242236,805,2024-12-13 00:35:25,2025-02-12 15:00:30
|
10 |
+
prediction-request-reasoning,51.79889214008355,108678,2024-12-13 00:54:20,2025-02-12 18:37:30
|
11 |
+
prediction-request-reasoning-claude,60.47058823529412,850,2024-12-13 02:00:45,2025-02-12 17:44:20
|
12 |
+
prediction-url-cot-claude,54.93562231759657,1631,2024-12-13 00:59:55,2025-02-12 21:59:15
|
13 |
+
superforcaster,53.97969210612512,9159,2024-12-13 00:15:50,2025-02-13 01:44:25
|
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:cb38b79a86d0006787e2d51266f1f17f180b08c33ce80491860b788ad98a2af4
|
3 |
+
size 471748
|
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:1df744c4cbaa4019bc99f21b3495f4e7e05237d07d533c25b3f525ba0d137c60
|
3 |
+
size 54655
|
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:a6e33dc6f18a8fc579afc62edd3cffd49f6d3b9eb6e4f55c7c22e3cc306c148b
|
3 |
+
size 12019
|