Create mechanical-sticking-agent/config.json
Browse files
mechanical-sticking-agent/config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "physics-informed-agent",
|
3 |
+
"task": "mechanical-sticking-detection",
|
4 |
+
"description": "DeepBoreAI ML agent for predicting mechanical sticking in drilling operations.",
|
5 |
+
"library": "deepboreai-sdk",
|
6 |
+
"input_features": [
|
7 |
+
"bit_depth",
|
8 |
+
"wobs",
|
9 |
+
"torque",
|
10 |
+
"mud_density",
|
11 |
+
"annular_pressure"
|
12 |
+
],
|
13 |
+
"output": "mechanical_sticking_alert",
|
14 |
+
"precision": ">90%"
|
15 |
+
}
|