cyberosa commited on
Commit
b146ff2
1 Parent(s): 0d47555

Create README.md

Browse files

Adding a dataset card for the prediction market data

Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ ---
5
+ This is a dataset with trades made on the [*Omen*](https://omen.eth.link/) platform by automated [trading agents](https://github.com/valory-xyz/trader-quickstart).
6
+ There different files are generated from this [public repository](https://github.com/valory-xyz/scripts).
7
+
8
+ # Files
9
+ - `all_trades_profitability.csv`
10
+ This is the "prediction market data" dataset created by the profitability python script with trading data by trader and bet, including wins at trade level and roi among other information. Size: 72742 rows.
11
+
12
+ - `delivers.csv`
13
+ These are the mech deliveries obtained from querying the mech subgraph (link to the mech subgraph).
14
+
15
+ - `fpmmTrades.csv`
16
+ This is a data collection obtained by querying the [Omen subgraph](https://api.thegraph.com/subgraphs/name/protofire/omen-xdai) which contains information of the bets made by each trader. 75274 rows
17
+
18
+ - `fpmms.csv`
19
+ These are the open markets data in Omen.
20
+
21
+ - `requests.csv`
22
+ These are the mech requests obtained from querying the [mech subgraph] (https://valory-workspace.slack.com/archives/D06SK6KT5U1/p1713523649613809).
23
+
24
+ - `summary_profitability.csv`
25
+ This is also trading data information but aggregated resulty by trader.
26
+
27
+ - `tools.csv`
28
+ This is information about the requests made to the mech tools used for the different bets done by the traders. It captures the error rate as well as accuracy (wins) info.