Add V2 release README
Browse files- v2/README_v2_release.md +23 -0
v2/README_v2_release.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# V2 Release (Polymarket Trading-Layer, pre80m)
|
| 2 |
+
|
| 3 |
+
This V2 release contains the finalized trading-layer tables used for modeling.
|
| 4 |
+
|
| 5 |
+
## Files
|
| 6 |
+
|
| 7 |
+
1. `v2/v2_behavior_features_merged_pospnl_kline_v1.parquet`
|
| 8 |
+
- Final modeling table (behavior + position/pnl features + 12h/2h Kline features).
|
| 9 |
+
|
| 10 |
+
2. `v2/v2_behavior_main_pre80m_normal_final_cap30_pricecovered.parquet`
|
| 11 |
+
- Final behavior base table after filtering (normal users, cap30, price-covered markets).
|
| 12 |
+
|
| 13 |
+
3. `v2/v2_market_semantic_from_behavior_cap30_pricecovered.parquet`
|
| 14 |
+
- Market semantic lookup aligned with the final behavior table.
|
| 15 |
+
|
| 16 |
+
4. `v2/v2_trade_price_matched_pre80m_cap30.parquet`
|
| 17 |
+
- Matched trade-price table restricted to the final market universe.
|
| 18 |
+
|
| 19 |
+
## Scope
|
| 20 |
+
|
| 21 |
+
- Time cutoff: pre80m
|
| 22 |
+
- User-market cap: 30
|
| 23 |
+
- Markets included: only price-covered markets
|