cyberosa commited on
Commit
f15eb0b
·
1 Parent(s): e1358b2

adding daily information of trades?

Browse files
active_traders.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab103db04f7495e518122fb261f466baa56f7dd159119ee7f754e3fa4cf0c4d3
3
- size 128246
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d40ab67e1b2f5a1a6edc2392d0db8f0d4e7b6631aef264508c746908eb8866e2
3
+ size 128791
all_trades_profitability.parquet.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b49eb6aeb88e843dbd347d5834f7bc28a938305400cf37b52a699d846687a136
3
- size 8470999
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7320e15480dec8218e1530ca6d5294d579568174df96131bd52102165972e8a3
3
+ size 8563246
closed_market_metrics.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed014ab85bdb71ed09c81710ee58afe494ce7db2860d1e5c45847f5c8d52f224
3
- size 127882
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2ae429d122caae992db16f02218f1c5fc0a9d92ba9db48a4fcaf205bedaad63
3
+ size 126777
closed_markets_div.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d8a787805a33b83e6de236bebe6b0c33e671d87fb9cfdeeea6d90f6dedf6099d
3
- size 79891
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:718e0777a97e98b34cbd95d61ef73905383e20264ad945957b798b1962ed79c6
3
+ size 78149
daily_info.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a548a4345d002f38eabb509330ea6fc8a33b7967eae98a8e7e969e4b06c9c8c0
3
- size 3092987
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc12f50433f52dd280d3df9770171f38918dcfb991d62b1b3408e65e49616e01
3
+ size 2959225
daily_mech_requests.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e34c4ff06d7045a98150711447824a15686e8597d1b78ab1597c4b25e2ceed53
3
- size 10808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4b14180986d605f7791c636c5aa66cb7fe42f6d5a07b154ad674bd1fa976769
3
+ size 10767
error_by_markets.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:17fb05e28ac8e13b248a4b2474ef0ada5055a3a4dd8d6dce0d5ba1ffa0feed43
3
- size 11903
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:553e351c81fca6a101df232a56053cda15ebe9b6a2ffc0a1fc00463952cce35d
3
+ size 11928
errors_by_mech.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1eb935b14920718a001110c7d7fb94f198ace4addf30602751baa4f91ff2fee
3
- size 5569
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:202f7e0c9451d3454c299adf6c62c3eccda1dda9b10280c010f6b7a5a1534fc7
3
+ size 5588
invalid_trades.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3411e6a921040bfa95733ec92ad226a64d250af17c8e2579f7a454492a4f3149
3
- size 100593
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52d46cc241fef8d6724f9d928b7cfcaf48f5e3b45fdf61aedc7d92633f37322d
3
+ size 100373
retention_activity.parquet.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f48220fddd7a2269d45bb7363decf160b3f1f6f1258a609cf923a41d9bbf3335
3
- size 7054078
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b8cad342dd362f8607f61ac09638ee96417a97785d7e678d9a73f3408ee940c
3
+ size 7090400
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-02-27")
139
  clean_old_data_from_json_files()
140
  except Exception as e:
141
  print("Error cleaning the oldest information from parquet files")
 
135
 
136
  save_historical_data()
137
  try:
138
+ clean_old_data_from_parquet_files("2025-02-28")
139
  clean_old_data_from_json_files()
140
  except Exception as e:
141
  print("Error cleaning the oldest information from parquet files")
service_map.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:007bebef8fdfca18408ac4145964b0ec06e718fc7c2745d1b419225f1afb4ebf
3
- size 204235
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dced0a5c4c51a4893e47b3c3f2f5e54f09c9366e72ec8eb764bbca7a3399cbc1
3
+ size 204487
tools_accuracy.csv CHANGED
@@ -1,13 +1,13 @@
1
  tool,tool_accuracy,total_requests,min,max
2
- claude-prediction-offline,61.978404829658786,75202,2025-02-27 00:29:25,2025-04-27 21:52:55
3
- claude-prediction-online,64.25790093271756,44172,2025-02-27 00:32:00,2025-04-28 01:32:05
4
- prediction-offline,55.84941750337366,323092,2025-02-27 00:01:25,2025-04-28 23:31:30
5
- prediction-offline-sme,44.794871794871796,3900,2025-02-27 00:58:55,2025-04-27 22:49:05
6
- prediction-online,43.458790915875895,9379,2025-02-27 08:08:30,2025-04-28 22:37:50
7
- prediction-online-sme,46.32243684992571,5384,2025-02-27 07:58:15,2025-04-28 23:26:30
8
- prediction-request-rag,39.19308357348703,347,2025-02-27 11:25:20,2025-04-26 17:36:30
9
- prediction-request-rag-claude,50.17301038062284,289,2025-02-27 13:50:00,2025-04-27 11:24:25
10
- prediction-request-reasoning,51.65085793456251,93830,2025-02-27 07:59:45,2025-04-28 23:44:40
11
- prediction-request-reasoning-claude,65.16129032258064,310,2025-02-27 11:36:35,2025-04-27 14:42:25
12
- prediction-url-cot-claude,61.422222222222224,1125,2025-02-27 02:18:05,2025-04-27 22:06:10
13
- superforcaster,54.05258056699782,16508,2025-02-27 00:03:40,2025-04-28 21:23:00
 
1
  tool,tool_accuracy,total_requests,min,max
2
+ claude-prediction-offline,62.273679686240804,74452,2025-02-28 00:00:05,2025-04-28 23:47:50
3
+ claude-prediction-online,64.62614779186707,43453,2025-02-28 00:00:15,2025-04-29 02:08:00
4
+ prediction-offline,55.87724232764548,319980,2025-02-28 00:00:15,2025-04-29 23:29:20
5
+ prediction-offline-sme,44.938016528925615,3872,2025-02-28 01:26:25,2025-04-29 01:16:45
6
+ prediction-online,42.75539491867758,9407,2025-02-28 09:15:20,2025-04-29 22:11:10
7
+ prediction-online-sme,45.77752976190476,5376,2025-02-28 08:09:15,2025-04-29 21:57:30
8
+ prediction-request-rag,39.349112426035504,338,2025-02-28 12:49:45,2025-04-28 20:24:40
9
+ prediction-request-rag-claude,50.17667844522968,283,2025-02-28 14:25:10,2025-04-28 20:08:35
10
+ prediction-request-reasoning,51.54638074286081,93638,2025-02-28 08:17:20,2025-04-29 23:06:20
11
+ prediction-request-reasoning-claude,67.98679867986799,303,2025-02-28 08:52:50,2025-04-28 20:17:40
12
+ prediction-url-cot-claude,61.496350364963504,1096,2025-02-28 00:31:25,2025-04-28 19:20:20
13
+ superforcaster,54.05745175686718,15909,2025-02-28 00:02:10,2025-04-29 20:58:45
unknown_traders.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6d23ff7e2ec05549b901688bdb2a6e259d7efa8420a8218aca8a4c2b5b078d9
3
- size 1232249
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a1cee4509993982d156cd25ee60d3f142ed8d433c79cc8be2088349347faaf0
3
+ size 1218388
weekly_mech_calls.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b36a9195773d53b90970d147e5382c9af9f8e888b9cd83efa9e9b7080d37c898
3
- size 56451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:528442d4c89830ed71555d73af62072c4b9ae89370e3858658e98f8e501842d3
3
+ size 56319
winning_df.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:180b3004a9a60d304efb61774de2824995ea3a51586b636a20c3ad72cd3acbfd
3
- size 11689
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d97f704a111b2c6142720253ac0826af2d8a7c2134c91d9ca1fba98241ecf7e2
3
+ size 11710