Sonic_Ts / models /ts_meta.json
UCS2014's picture
Update models/ts_meta.json
8c8ea93 verified
raw
history blame contribute delete
424 Bytes
{
"app": "ST_Log_Sonic (Ts)",
"model_file": "ts_model.joblib",
"features": ["WOB (klbf)", "Torque (kft.lbf)", "SPP (psi)", "RPM (1/min)", "ROP (ft/h)", "Flow Rate (gpm)"],
"target": "Ts (us/ft_Actual)",
"pred_col": "Ts_Pred",
"versions": {
"numpy": "your_numpy_version",
"scikit_learn": "your_sklearn_version"
},
"notes": "Ts in µs/ft. Workbook headers are normalized to model’s feature names."
}