tommytracx's picture
Create mechanical-sticking-agent/config.json
0a68c18 verified
raw
history blame
393 Bytes
{
"model_type": "physics-informed-agent",
"task": "mechanical-sticking-detection",
"description": "DeepBoreAI ML agent for predicting mechanical sticking in drilling operations.",
"library": "deepboreai-sdk",
"input_features": [
"bit_depth",
"wobs",
"torque",
"mud_density",
"annular_pressure"
],
"output": "mechanical_sticking_alert",
"precision": ">90%"
}