Datasets:
Upload problem_definitions
Browse files
problem_definitions/regression.yaml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
input_features:
|
| 2 |
+
- Base_2_3/Zone/Elements_TRI_3/ElementConnectivity
|
| 3 |
+
- Base_2_3/Zone/GridCoordinates/CoordinateX
|
| 4 |
+
- Base_2_3/Zone/GridCoordinates/CoordinateY
|
| 5 |
+
- Base_2_3/Zone/GridCoordinates/CoordinateZ
|
| 6 |
+
output_features:
|
| 7 |
+
- Base_2_3/Zone/VertexFields/pressure
|
| 8 |
+
train_split:
|
| 9 |
+
train: all
|
| 10 |
+
test_split:
|
| 11 |
+
test: all
|