UCS2014 commited on
Commit
4343952
·
verified ·
1 Parent(s): 4734c33

Update models/Ts_meta.json

Browse files
Files changed (1) hide show
  1. models/Ts_meta.json +4 -4
models/Ts_meta.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
- "app": "ST_Sonic_Tc",
3
- "model_file": "tc_model.joblib",
4
  "features": ["<feature1>", "<feature2>", "..."],
5
  "target": "Ts",
6
- "pred_col": "Tc_Pred",
7
  "versions": {
8
  "numpy": "x.y.z",
9
  "scikit_learn": "x.y.z",
10
  "tensorflow": "optional if used"
11
  },
12
- "notes": "Units, any transforms, etc."
13
  }
 
1
  {
2
+ "app": "ST_Sonic_Ts",
3
+ "model_file": "ts_model.joblib",
4
  "features": ["<feature1>", "<feature2>", "..."],
5
  "target": "Ts",
6
+ "pred_col": "Ts_Pred",
7
  "versions": {
8
  "numpy": "x.y.z",
9
  "scikit_learn": "x.y.z",
10
  "tensorflow": "optional if used"
11
  },
12
+ "notes": "Units for Ts (e.g., μs/ft or km/s); any transforms."
13
  }