fabiencasenave commited on
Commit
16f8690
·
verified ·
1 Parent(s): ac0335e

Upload problem_definitions/PLAID_benchmark.yaml

Browse files
problem_definitions/PLAID_benchmark.yaml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ input_features:
2
+ - Base_2_2/Zone/Elements_TRI_3/ElementConnectivity
3
+ - Base_2_2/Zone/Elements_TRI_3/ElementRange
4
+ - Base_2_2/Zone/GridCoordinates/CoordinateX
5
+ - Base_2_2/Zone/GridCoordinates/CoordinateY
6
+ name: PLAID_benchmark
7
+ output_features:
8
+ - Base_2_2/Zone/PointData/U_x
9
+ - Base_2_2/Zone/PointData/U_y
10
+ score_function: RRMSE
11
+ task: regression
12
+ test_split:
13
+ test: all
14
+ train_split:
15
+ train: all
16
+ version: 0.1.11.dev21+g94f13b9c8