SMW / models /bo_meta.json
UCS2014's picture
Update models/bo_meta.json
03aa8e5 verified
raw
history blame contribute delete
416 Bytes
{
"app": "ST_GeoMech_SMW",
"model_file": "bo_model.joblib",
"features": [
"Q (gpm)",
"SPP (psi)",
"T (kft.lbf)",
"WOB (klbf)",
"ROP (ft/h)"
],
"target": "BO_Actual",
"pred_col": "BO_Pred",
"units": "MW (pcf)",
"versions": { "numpy": "1.24.0", "scikit_learn": "1.1.3" },
"notes": "Breakout MW prediction (BO). Features/target aligned to data.xlsx and bo_model.joblib payload."
}