Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,56 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
+
pretty_name: Market Agent Capacity and Crowding Detection v0.1
|
| 6 |
+
dataset_name: market-agent-capacity-and-crowding-detection-v0.1
|
| 7 |
+
tags:
|
| 8 |
+
- clarusc64
|
| 9 |
+
- market
|
| 10 |
+
- agents
|
| 11 |
+
- positioning
|
| 12 |
+
- crowding
|
| 13 |
+
- risk
|
| 14 |
+
task_categories:
|
| 15 |
+
- tabular-classification
|
| 16 |
+
size_categories:
|
| 17 |
+
- 1K<n<10K
|
| 18 |
+
configs:
|
| 19 |
+
- config_name: default
|
| 20 |
+
data_files:
|
| 21 |
+
- split: train
|
| 22 |
+
path: data/train.csv
|
| 23 |
+
- split: test
|
| 24 |
+
path: data/test.csv
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
What this dataset tests
|
| 28 |
+
|
| 29 |
+
Whether a system can detect
|
| 30 |
+
when a market agent type is near capacity
|
| 31 |
+
and forced reversal risk rises.
|
| 32 |
+
|
| 33 |
+
This is constraint pressure.
|
| 34 |
+
Not opinion.
|
| 35 |
+
|
| 36 |
+
Required outputs
|
| 37 |
+
|
| 38 |
+
- crowded agent type
|
| 39 |
+
- capacity utilization score
|
| 40 |
+
- reversal risk score
|
| 41 |
+
- unwind trigger conditions
|
| 42 |
+
- time to capacity event
|
| 43 |
+
|
| 44 |
+
Constraints
|
| 45 |
+
|
| 46 |
+
Market only.
|
| 47 |
+
Use inferred positioning proxies and flow context.
|
| 48 |
+
Do not predict price direction.
|
| 49 |
+
|
| 50 |
+
Evaluation focus
|
| 51 |
+
|
| 52 |
+
High scores require
|
| 53 |
+
agent type named
|
| 54 |
+
numeric capacity and risk values
|
| 55 |
+
explicit unwind triggers
|
| 56 |
+
time estimate
|