cyberosa
commited on
Commit
·
f960fef
1
Parent(s):
285bbc1
daily data collection and datasets updated
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:b3d4a2b594574e40322bf74fe17277ed77d44e121f11c5ba50f6874c4ca75c15
|
3 |
+
size 81012
|
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:c5f6c03721df8b886a7d8882b55712a084d8d0c6480bc92c3805828021127864
|
3 |
+
size 10247213
|
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:0831ac59f9ebaa26717ecbafa559af2c4e613517713b6c4565ae154ab75b310a
|
3 |
+
size 131739
|
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:17c1a3346e5b774503eb7bd060df03a7522df100e7aed574d12a3075a0c8b261
|
3 |
+
size 84881
|
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:ed6159bfd51e056e2fec12ae7243e0edcc53f5eb56cfad344477d73de59f2519
|
3 |
+
size 2418142
|
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:be1a5db81c7065a57c458e7d273d67bb6ba1be983c3b039aa4403e02e89bc7a6
|
3 |
+
size 10628
|
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:1b91e39005727ca05aad14a1e1ade003fa6c6dd0945da53ec319dc026b7f3a12
|
3 |
+
size 12655
|
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:41cdaa45eedec939f8bfd2128a5a4eaf12d43325c9b8cfa8b247284f2601b835
|
3 |
+
size 759311
|
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:0c55dc31be1b4dace80cc4a83c592fab3beb83a0caf7e7857ecb6ad174839617
|
3 |
+
size 8330314
|
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-20")
|
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:934d8920e8ff132e97c2e4cfe90a88fa69b6b2e5121b4c5caa812ce51b370d4b
|
3 |
+
size 179575
|
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,
|
6 |
-
prediction-online,
|
7 |
-
prediction-online-sme,47.
|
8 |
-
prediction-request-rag,47.
|
9 |
-
prediction-request-rag-claude,
|
10 |
-
prediction-request-reasoning,
|
11 |
-
prediction-request-reasoning-claude,60.
|
12 |
-
prediction-url-cot-claude,53.
|
13 |
-
superforcaster,54.
|
|
|
1 |
tool,tool_accuracy,total_requests,min,max
|
2 |
+
claude-prediction-offline,59.01913383396769,77768,2024-12-20 00:04:10,2025-02-20 23:29:45
|
3 |
+
claude-prediction-online,59.690349946977726,47150,2024-12-20 00:00:35,2025-02-20 23:53:50
|
4 |
+
prediction-offline,52.74048483258261,137202,2024-12-20 00:01:00,2025-02-20 23:53:55
|
5 |
+
prediction-offline-sme,51.653363740022805,21925,2024-12-20 00:00:35,2025-02-20 21:52:45
|
6 |
+
prediction-online,49.09090909090909,4455,2024-12-20 10:19:15,2025-02-20 14:48:15
|
7 |
+
prediction-online-sme,47.09244532803181,4024,2024-12-20 09:53:15,2025-02-20 13:53:45
|
8 |
+
prediction-request-rag,47.96195652173913,736,2024-12-20 09:38:10,2025-02-20 17:04:45
|
9 |
+
prediction-request-rag-claude,44.13489736070381,682,2024-12-20 10:18:40,2025-02-20 23:24:55
|
10 |
+
prediction-request-reasoning,52.006094464195016,114202,2024-12-20 08:00:30,2025-02-20 18:04:55
|
11 |
+
prediction-request-reasoning-claude,60.64690026954178,742,2024-12-20 08:14:25,2025-02-20 16:57:20
|
12 |
+
prediction-url-cot-claude,53.75335120643432,1492,2024-12-20 00:41:45,2025-02-20 22:15:55
|
13 |
+
superforcaster,54.85472794506075,9465,2024-12-20 00:07:15,2025-02-20 22:36: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:e5313d4bf68d8be57524d781f7f64db245ee6bd635c798d91b5a12e9e68703d9
|
3 |
+
size 491612
|
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:5528ad3502f579b98402f0c1295bec680bd7be51a55095b97f9bd9169a703e21
|
3 |
+
size 54852
|
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:e9cc7388e9210f89193b25eab555f7818f2c9c5a468ec1094ffde4bcc5190d66
|
3 |
+
size 12009
|