spac1ngcat commited on
Commit
f644334
·
verified ·
1 Parent(s): a4618e6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. artifacts/outlier_metadata.json +6 -4
artifacts/outlier_metadata.json CHANGED
@@ -1,8 +1,10 @@
1
  {
2
  "Coolant_Temperature": {
3
- "cap_method": "99th_percentile",
4
- "cap_value": 91.78,
5
- "affected_rows": 196,
6
- "affected_percentage": 1.0
 
 
7
  }
8
  }
 
1
  {
2
  "Coolant_Temperature": {
3
+ "investigation": "outlier_detected",
4
+ "max_value": 195.53,
5
+ "percentile_99": 91.78,
6
+ "rows_above_99th": 196,
7
+ "action": "no_capping",
8
+ "rationale": "Preserved for tree-based models; extreme values may be valid failure signals"
9
  }
10
  }