ClarusC64 commited on
Commit
23c43b2
·
verified ·
1 Parent(s): 8c21fe8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -3
README.md CHANGED
@@ -1,3 +1,62 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ pretty_name: Aviation Flight Control Phase-Space Baseline Modeling v0.1
6
+ dataset_name: aviation-flight-control-phase-space-baseline-modeling-v0.1
7
+ tags:
8
+ - clarusc64
9
+ - aviation
10
+ - flight-control
11
+ - fly-by-wire
12
+ - predictive-maintenance
13
+ - coherence
14
+ task_categories:
15
+ - tabular-regression
16
+ - time-series-forecasting
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 model the normal control phase-space attractor
31
+ for fly-by-wire surface channels.
32
+
33
+ The target is phase-space geometry:
34
+ dispersion
35
+ hysteresis
36
+ overshoot
37
+ lag
38
+ energy efficiency.
39
+
40
+ Required outputs
41
+
42
+ - phase_space_coherence_index
43
+ - baseline_dispersion_envelope
44
+ - command_response_lag_profile
45
+ - control_energy_efficiency
46
+ - baseline_confidence
47
+
48
+ Scoring conventions
49
+
50
+ - indices range 0 to 1
51
+ - dispersion envelope is a low-high interval
52
+ - lag profile is p50 and p95 in milliseconds
53
+ - energy efficiency is a compact proxy for wasted actuator effort
54
+
55
+ Use case
56
+
57
+ Layer one of Flight Control System Phase-Space Integrity Map.
58
+
59
+ Supports:
60
+ - early wear detection by attractor widening
61
+ - fleet trend baselines across flight phases
62
+ - downstream distortion and horizon mapping