ClarusC64 commited on
Commit
64cfcf3
·
verified ·
1 Parent(s): 6213d7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -3
README.md CHANGED
@@ -1,3 +1,55 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ pretty_name: Pilot–Vehicle Adaptive Intervention and Recovery Mapping v0.1
6
+ dataset_name: aviation-pilot-vehicle-adaptive-intervention-and-recovery-mapping-v0.1
7
+ tags:
8
+ - clarusc64
9
+ - aviation
10
+ - flight-safety
11
+ - human-machine
12
+ - adaptive-control
13
+ - crew-alerting
14
+ task_categories:
15
+ - tabular-classification
16
+ - tabular-regression
17
+ size_categories:
18
+ - n<1K
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train.csv
24
+ - split: test
25
+ path: data/test.csv
26
+ ---
27
+
28
+ What this dataset tests
29
+
30
+ Whether a system can turn loop decoherence
31
+ into stabilizing action under time pressure.
32
+
33
+ It must estimate:
34
+ risk
35
+ recovery window
36
+ best adaptive intervention
37
+ expected post-action stability.
38
+
39
+ Required outputs
40
+
41
+ - loss_of_control_risk
42
+ - recovery_window_seconds
43
+ - recommended_adaptive_action
44
+ - intervention_priority
45
+ - recovery_confidence
46
+ - post_action_stability_expectation
47
+
48
+ Use case
49
+
50
+ Layer three of Pilot–Vehicle Loop Coherence Under Stress.
51
+
52
+ Supports:
53
+ - enhanced crew alerting
54
+ - adaptive control law selection
55
+ - graceful stabilization before LOC