File size: 352 Bytes
bfe6366
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "model_type": "physics-informed-agent",
  "task": "mud-loss-detection",
  "description": "DeepBoreAI ML agent for predicting mud losses and washouts using real-time telemetry.",
  "library": "deepboreai-sdk",
  "input_features": [
    "annular_pressure",
    "flow_rate",
    "mud_density"
  ],
  "output": "mud_loss_alert",
  "precision": ">90%"
}