cyberosa commited on
Commit ·
2a71201
1
Parent(s): e690c73
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
- 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:113d798b36a7d1ff66049e15c4e6fafbb811f29d856f5780953e04ffe88b1331
|
| 3 |
+
size 81877
|
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:2669920e7001bd8166df31baf3314c7198f76835ac4d8925e7d593ab85f1ea40
|
| 3 |
+
size 9256405
|
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:4e6c9cfa735cb750423d037489d76d1758ffcdb9186f71761bb62928c1ae02ac
|
| 3 |
+
size 130046
|
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:9f2d89f6dc3fd695cb46daf978d70951d3c1356e196272a90ba2d4950dc6a301
|
| 3 |
+
size 86893
|
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:9550339e0cdb68b99d155308f5758e1454b1e88b69887a405cc2846fa1844cf8
|
| 3 |
+
size 2586171
|
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:95c996d29028d2770c482a548e94411f1fb646c1f3b2f801213f226f1c38e6e6
|
| 3 |
+
size 10364
|
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:4466b0eb6fa3a17b1d16e9f4f931f2eb7bbf97af7f500619831021f95abe0f33
|
| 3 |
+
size 11847
|
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:2e1ee6685d03654badb4c773da1dd03b544f79e52d35889ac47980c74e24328d
|
| 3 |
+
size 8684461
|
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("2025-01-
|
| 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("2025-01-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:02e1b0a7a78847c58293a9e4216c3a45850ca9930705e4b0e9b9eb510cccd5be
|
| 3 |
+
size 199972
|
tools_accuracy.csv
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
tool,tool_accuracy,total_requests,min,max
|
| 2 |
-
claude-prediction-offline,62.
|
| 3 |
-
claude-prediction-online,63.
|
| 4 |
-
prediction-offline,
|
| 5 |
-
prediction-offline-sme,
|
| 6 |
-
prediction-online,
|
| 7 |
-
prediction-online-sme,
|
| 8 |
-
prediction-request-rag,
|
| 9 |
-
prediction-request-rag-claude,
|
| 10 |
-
prediction-request-reasoning,48.
|
| 11 |
-
prediction-request-reasoning-claude,
|
| 12 |
-
prediction-url-cot-claude,52.
|
| 13 |
-
superforcaster,57.
|
|
|
|
| 1 |
tool,tool_accuracy,total_requests,min,max
|
| 2 |
+
claude-prediction-offline,62.11188218812107,61386,2025-01-18 00:03:50,2025-03-18 00:27:00
|
| 3 |
+
claude-prediction-online,63.318462689462166,36089,2025-01-18 00:01:35,2025-03-18 02:34:25
|
| 4 |
+
prediction-offline,53.14219571909922,165012,2025-01-18 00:00:15,2025-03-18 17:45:50
|
| 5 |
+
prediction-offline-sme,52.17786760990399,9895,2025-01-18 00:10:50,2025-03-18 00:34:45
|
| 6 |
+
prediction-online,46.170033670033675,4752,2025-01-18 08:19:45,2025-03-17 19:36:35
|
| 7 |
+
prediction-online-sme,44.466600199401796,3009,2025-01-18 08:52:05,2025-03-17 18:16:35
|
| 8 |
+
prediction-request-rag,48.458149779735685,454,2025-01-18 12:04:20,2025-03-17 18:49:05
|
| 9 |
+
prediction-request-rag-claude,50.0,396,2025-01-18 11:07:00,2025-03-17 19:20:40
|
| 10 |
+
prediction-request-reasoning,48.97235371807619,67387,2025-01-18 08:00:20,2025-03-17 19:47:50
|
| 11 |
+
prediction-request-reasoning-claude,64.95327102803739,428,2025-01-18 10:36:15,2025-03-17 13:14:10
|
| 12 |
+
prediction-url-cot-claude,52.24609375,1024,2025-01-18 01:02:40,2025-03-17 22:08:35
|
| 13 |
+
superforcaster,57.50788643533124,9510,2025-01-18 00:45:10,2025-03-18 19:35: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:7e967c992fc7e5cf353c565f1c5a5f3161ec4cc6c5b875dc3801765783c99ec8
|
| 3 |
+
size 942546
|
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:93da009d5274c55d72a43f2fe36dd561926976c56b58b16fcbf96b6c05e8497e
|
| 3 |
+
size 57953
|
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:5c780d1e9b7fe21fd7f53d7f02c05377e4917e41965abdf281ba47071a91730c
|
| 3 |
+
size 11446
|