cyberosa commited on
Commit
21ea4d6
·
1 Parent(s): b6dd782

weekly data updated

Browse files
active_traders.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:132c1209982fa479bc130c2c19bfb563f26dc25dc9f7bece296779681a18697c
3
- size 81372
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3306c6a3b5d5c9ed3b00818fae640c442344c2e7cc85e34234dc9c4745a4ec2
3
+ size 81703
all_trades_profitability.parquet.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eacd64eac4d799b17d414d0927564e68ec9ce863a694a356701f23647937de8f
3
- size 8983318
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5b93bb13a5af19733ea467afbf3cdd70ca35fba10e4df77ef0dc7a70826fc1e
3
+ size 9412516
closed_market_metrics.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91fd793fd3267568e83d457e1787d6b4ca9c7208a4b07b5160e684828561136e
3
- size 130058
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13e67b7c2ef59dd982f5ff560c1d17e32dcb1fcee265c15758abd9543d283c0b
3
+ size 129464
closed_markets_div.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6858fea3e21c0ede8a209f8d6979d57e950323c0b325983cfeae377b2601e07c
3
- size 84537
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3169785cfefbdc69826dcfa23abc7cf23534d9f0113a1efbc45948e78be14448
3
+ size 86641
daily_info.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:566d495aaa1231bcb909e9f7391dda3db1ac620976fc6f6781f0a3965e44294f
3
- size 2509639
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da67fe7a0972ed252ff10cf3f5e7aa8f8fecae91d4d82ca9b3a9599ca273d341
3
+ size 2456667
daily_mech_requests.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50f84d57dbdc7a21c55b4277569cbc834d1bbac907c8fb417e68d07753c524c8
3
- size 10377
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ef755ae0084a3c23157cfddca92988a8483c2b45cecbe6648660f2cc9c271ef
3
+ size 10322
error_by_markets.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53bfa9e9dd8cdbe4d95534fb63bb8b4bc26d48fed39aaf71f6c21e5aa6e0554e
3
- size 12054
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:059b327d3d7975edbce1d5069222a5b6bd9fbbf8c6c5e4f9c962f54cbc107b33
3
+ size 11696
invalid_trades.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:80f97cb8c7be49bca894a13491537a478c88d74a849a2eeeb61b33f0b35cb202
3
- size 127337
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3791653969f9bc69c14458dc23192ca78b14b367f971338a91ebba3bbd443b3
3
+ size 127404
retention_activity.parquet.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec1c40bad0973f5d75a7c2e118fba2db6d7c648b3f14b1be91a8c020ac1edbe7
3
- size 8796445
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3e1fcf7175babfbe733ac5f428c4f9a395f878883587077ec25aaebccddaac
3
+ size 8711890
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-11")
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-16")
139
  except Exception as e:
140
  print("Error cleaning the oldest information from parquet files")
141
  print(f"reason = {e}")
scripts/staking.py CHANGED
@@ -128,7 +128,7 @@ def get_service_data(service_registry: Any, service_id: int) -> dict:
128
  return tmp_map
129
 
130
 
131
- def update_service_map(start: int = 1, end: int = 2000):
132
  if os.path.exists(ROOT_DIR / "service_map.pkl"):
133
  with open(ROOT_DIR / "service_map.pkl", "rb") as f:
134
  service_map = pickle.load(f)
@@ -268,11 +268,15 @@ def check_list_addresses(address_list: list):
268
  found_key = key
269
  mapping[trader_address] = "Olas"
270
  trader_types.append("Olas")
 
 
271
  break
272
 
273
  if found_key == -1:
274
  mapping[trader_address] = "non_Olas"
275
  trader_types.append("non_Olas")
 
 
276
  return mapping
277
 
278
 
 
128
  return tmp_map
129
 
130
 
131
+ def update_service_map(start: int = 1, end: int = 2500):
132
  if os.path.exists(ROOT_DIR / "service_map.pkl"):
133
  with open(ROOT_DIR / "service_map.pkl", "rb") as f:
134
  service_map = pickle.load(f)
 
268
  found_key = key
269
  mapping[trader_address] = "Olas"
270
  trader_types.append("Olas")
271
+ if trader_address == "0xfd2b6aa1b58a9647d485625dca27b0ebb249c043":
272
+ print("Olas trader found")
273
  break
274
 
275
  if found_key == -1:
276
  mapping[trader_address] = "non_Olas"
277
  trader_types.append("non_Olas")
278
+ if trader_address == "0xfd2b6aa1b58a9647d485625dca27b0ebb249c043":
279
+ print("Non-Olas trader found")
280
  return mapping
281
 
282
 
service_map.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67255d6a24e2f2a89198ff656e2bc51600b6a22648a76858e1181fb785502e7f
3
- size 196591
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab5f8385bf4daadaf997e8328e408d4aad0ba6a32a4c96ec225374b6c0761eab
3
+ size 198052
tools_accuracy.csv CHANGED
@@ -1,13 +1,13 @@
1
  tool,tool_accuracy,total_requests,min,max
2
- claude-prediction-offline,62.0094482354031,64774,2025-01-11 00:01:30,2025-03-11 00:39:40
3
- claude-prediction-online,63.197480741203414,38424,2025-01-11 00:00:35,2025-03-11 01:51:10
4
- prediction-offline,52.13658573348574,159226,2025-01-11 00:02:00,2025-03-11 17:17:10
5
- prediction-offline-sme,50.97604259094942,11270,2025-01-11 00:01:35,2025-03-10 23:17:55
6
- prediction-online,46.85763146643865,4678,2025-01-11 01:44:25,2025-03-10 20:27:20
7
- prediction-online-sme,44.88583046606193,3197,2025-01-11 00:14:35,2025-03-10 20:03:25
8
- prediction-request-rag,46.908315565031984,469,2025-01-11 12:13:50,2025-03-10 18:23:10
9
- prediction-request-rag-claude,49.6437054631829,421,2025-01-11 08:05:15,2025-03-10 19:04:35
10
- prediction-request-reasoning,50.422045680238334,76532,2025-01-11 00:00:20,2025-03-10 21:08:40
11
- prediction-request-reasoning-claude,65.71428571428571,455,2025-01-11 17:17:40,2025-03-10 19:42:00
12
- prediction-url-cot-claude,51.113172541743964,1078,2025-01-11 00:20:50,2025-03-10 23:11:15
13
- superforcaster,57.1516582811377,9739,2025-01-11 00:21:05,2025-03-11 00:40:25
 
1
  tool,tool_accuracy,total_requests,min,max
2
+ claude-prediction-offline,62.253709269595916,62883,2025-01-16 00:05:35,2025-03-15 22:07:10
3
+ claude-prediction-online,63.716766288913526,36973,2025-01-16 00:01:25,2025-03-16 00:04:50
4
+ prediction-offline,52.96297417577427,165155,2025-01-16 00:00:40,2025-03-16 17:38:20
5
+ prediction-offline-sme,51.37596899224807,10320,2025-01-16 00:02:20,2025-03-15 19:54:50
6
+ prediction-online,45.5020920502092,4780,2025-01-16 08:52:05,2025-03-15 16:56:55
7
+ prediction-online-sme,43.68078175895766,3070,2025-01-16 08:59:25,2025-03-16 16:35:25
8
+ prediction-request-rag,46.81318681318681,455,2025-01-16 13:25:20,2025-03-14 16:59:35
9
+ prediction-request-rag-claude,48.78048780487805,410,2025-01-16 13:57:25,2025-03-15 15:30:15
10
+ prediction-request-reasoning,48.52748691099477,70288,2025-01-16 08:00:05,2025-03-15 18:03:15
11
+ prediction-request-reasoning-claude,65.82568807339449,436,2025-01-16 11:07:25,2025-03-14 17:24:20
12
+ prediction-url-cot-claude,52.43553008595988,1047,2025-01-16 00:14:50,2025-03-15 20:26:00
13
+ superforcaster,57.95726941115164,9595,2025-01-16 00:22:10,2025-03-16 15:14:25
unknown_traders.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df2e33773413c5676b40d6649d158dfb1304e58be2557b2ff567de101a272e7c
3
- size 834091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5ce30b21234e0ab2cc627dc4f1fb06557f5fbf715053a8a54d9287d93697a69
3
+ size 923094
weekly_mech_calls.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a5ead386fd0f1af37a05aaa580cbd9b8653d7c8cf460844f322b079e70480bf
3
- size 57968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07c6f6cccefc0074995cc41b965705d1fa4c399bff84a02c8f35caaef08ee960
3
+ size 57514
winning_df.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68958546dea5468f60c4baac9d4cfa4e8e77ca42bdcb2c8fde4834458c7c5889
3
- size 11391
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e95924e4b79aa60ddc28d322eefc8e1cf3c005245c4881f6bf5e06ce26f6be0
3
+ size 11163