Spaces:
Paused
Paused
Update models/ym_meta.json
Browse files- models/ym_meta.json +12 -15
models/ym_meta.json
CHANGED
|
@@ -1,16 +1,13 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
"
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
"
|
| 13 |
-
|
| 14 |
-
"index_name": "Depth",
|
| 15 |
-
"notes": "Predicting Young's Modulus from Train/Test sheets."
|
| 16 |
-
}
|
|
|
|
| 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 |
+
}
|
|
|
|
|
|
|
|
|