Datasets:
Create data/train.csv
Browse files- data/train.csv +11 -0
data/train.csv
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,population_shift,protocol_deviation_rate,site_variance_level,endpoint_fragility,signal,label
|
| 2 |
+
1,none,low,low,low,Population stable with low deviations and uniform sites. Endpoint robust,0
|
| 3 |
+
2,minor,medium,low,low,Small population shift with manageable deviations. Endpoint remains robust,1
|
| 4 |
+
3,minor,medium,medium,medium,Population shift plus site drift creates early endpoint fragility,1
|
| 5 |
+
4,major,high,medium,high,Major population shift with high deviations undermines endpoint validity,2
|
| 6 |
+
5,none,high,high,high,High deviations and site variance fragment endpoint despite stable population,2
|
| 7 |
+
6,major,low,medium,medium,Population shifts but deviations low. Endpoint pressured by site effects,1
|
| 8 |
+
7,major,medium,high,high,All nodes misalign. Endpoint becomes fragile and unstable,2
|
| 9 |
+
8,minor,low,high,medium,Population mostly stable but site variance drives fragility,1
|
| 10 |
+
9,none,medium,high,high,Site variance dominates and endpoint credibility breaks,2
|
| 11 |
+
10,minor,high,low,medium,Deviations rising with mild population shift creates endpoint fragility,2
|