Sonic_Tc / models /tc_meta.json
UCS2014's picture
Upload 2 files
b265166 verified
raw
history blame contribute delete
465 Bytes
{
"app": "ST_Sonic_Tc",
"model_file": "tc_model.joblib",
"features": [
"WOB (klbf)",
"Torque (kft.lbf)",
"SPP (psi)",
"RPM (1/min)",
"ROP (ft/h)",
"Flow Rate (gpm)"
],
"target": "Tc",
"pred_col": "Tc_Pred",
"versions": {
"numpy": "2.0.2",
"scikit_learn": "1.6.1"
},
"notes": "Units: \u00b5s/ft. RF params (from paper): n_estimators=100, max_depth=14, max_features='sqrt', min_samples_split=2, min_samples_leaf=1."
}