loufen fabiencasenave commited on
Commit
db6791c
·
verified ·
0 Parent(s):

Duplicate from fabiencasenave/Rotor37

Browse files

Co-authored-by: Fabien Casenave <fabiencasenave@users.noreply.huggingface.co>

.gitattributes ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - graph-ml
5
+ pretty_name: 3D RANS simulations of the rotor37
6
+ tags:
7
+ - physics learning
8
+ - geometry learning
9
+ dataset_info:
10
+ features:
11
+ - name: Base_2_3/Zone/CellData/Density
12
+ list: float32
13
+ - name: Base_2_3/Zone/CellData/NormalsX
14
+ list: float32
15
+ - name: Base_2_3/Zone/CellData/NormalsY
16
+ list: float32
17
+ - name: Base_2_3/Zone/CellData/NormalsZ
18
+ list: float32
19
+ - name: Base_2_3/Zone/CellData/Pressure
20
+ list: float32
21
+ - name: Base_2_3/Zone/CellData/Temperature
22
+ list: float32
23
+ - name: Base_2_3/Zone/GridCoordinates/CoordinateX
24
+ list: float32
25
+ - name: Base_2_3/Zone/GridCoordinates/CoordinateY
26
+ list: float32
27
+ - name: Base_2_3/Zone/GridCoordinates/CoordinateZ
28
+ list: float32
29
+ - name: Base_2_3/Zone/PointData/Density
30
+ list: float32
31
+ - name: Base_2_3/Zone/PointData/NormalsX
32
+ list: float32
33
+ - name: Base_2_3/Zone/PointData/NormalsY
34
+ list: float32
35
+ - name: Base_2_3/Zone/PointData/NormalsZ
36
+ list: float32
37
+ - name: Base_2_3/Zone/PointData/Pressure
38
+ list: float32
39
+ - name: Base_2_3/Zone/PointData/Temperature
40
+ list: float32
41
+ - name: Global/Compression_ratio
42
+ list: float32
43
+ - name: Global/Efficiency
44
+ list: float32
45
+ - name: Global/Massflow
46
+ list: float32
47
+ - name: Global/Omega
48
+ list: float32
49
+ - name: Global/P
50
+ list: float32
51
+ splits:
52
+ - name: train
53
+ num_bytes: 1783864000
54
+ num_examples: 1000
55
+ - name: test
56
+ num_bytes: 214123400
57
+ num_examples: 200
58
+ download_size: 2203709865
59
+ dataset_size: 1997987400
60
+ configs:
61
+ - config_name: default
62
+ data_files:
63
+ - split: train
64
+ path: data/train-*
65
+ - split: test
66
+ path: data/test-*
67
+ ---
68
+ ![image/png](https://i.ibb.co/zThPK7B8/Logo-Rotor37-2-consolas-100.png)
69
+ ![image/png](https://i.ibb.co/DKP161M/rotor37-preview.png)
70
+ ```yaml
71
+ data_production:
72
+ physics: 3D CFD RANS compressor blade
73
+ type: simulation
74
+ legal:
75
+ license: CC-BY-SA
76
+ owner: Safran
77
+ plaid:
78
+ version: 0.1.10.dev114+gcbd3fd46f.d20251014
79
+
80
+ ```
81
+ Example of commands:
82
+ ```python
83
+ from datasets import load_dataset
84
+ from plaid.bridges import huggingface_bridge
85
+
86
+ repo_id = "chanel/dataset"
87
+ pb_def_name = "pb_def_name" #`pb_def_name` is to choose from the repo `problem_definitions` folder
88
+
89
+ # Load the dataset
90
+ hf_datasetdict = load_dataset(repo_id)
91
+
92
+ # Load addition required data
93
+ flat_cst, key_mappings = huggingface_bridge.load_tree_struct_from_hub(repo_id)
94
+ pb_def = huggingface_bridge.load_problem_definition_from_hub(repo_id, pb_def_name)
95
+
96
+ # Efficient reconstruction of plaid samples
97
+ for split_name, hf_dataset in hf_datasetdict.items():
98
+ for i in range(len(hf_dataset)):
99
+ sample = huggingface_bridge.to_plaid_sample(
100
+ hf_dataset,
101
+ i,
102
+ flat_cst[split_name],
103
+ key_mappings["cgns_types"],
104
+ )
105
+
106
+ # Extract input and output features from samples:
107
+ for t in sample.get_all_mesh_times():
108
+ for path in pb_def.get_in_features_identifiers():
109
+ sample.get_feature_by_path(path=path, time=t)
110
+ for path in pb_def.get_out_features_identifiers():
111
+ sample.get_feature_by_path(path=path, time=t)
112
+ ```
113
+ This dataset was generated in [PLAID](https://plaid-lib.readthedocs.io/), we refer to this documentation for additional details on how to extract data from `sample` objects.
114
+
115
+ ### Dataset Sources
116
+
117
+ - **Papers:**
118
+ - [arxiv](https://arxiv.org/pdf/2305.12871)
119
+ - [arxiv](https://arxiv.org/abs/2505.02974)
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0646f5202c581999272e532037a2993601306cacd64f7983155ac397611f244
3
+ size 231227402
data/train-00000-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bee39c330393c82c3e478276102437f9ec37c8559dd3e6170d2907d9ce158b0
3
+ size 493080973
data/train-00001-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a75bf9438afecc495aaf8f961e64690cbc59d3c2c5948ee1bd72be958a810d2
3
+ size 493008696
data/train-00002-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f80f4453494a4c329f9fda93d8e369162690963e7216a353f5da3fd695cceb24
3
+ size 493185768
data/train-00003-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84d9bc5f518139b64c99d6def076b86b2d8ab491f3ca72dcf0bae621690480e6
3
+ size 493207026
infos.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ data_production:
2
+ physics: 3D CFD RANS compressor blade
3
+ type: simulation
4
+ legal:
5
+ license: CC-BY-SA
6
+ owner: Safran
7
+ plaid:
8
+ version: 0.1.10.dev114+gcbd3fd46f.d20251014
key_mappings.yaml ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ variable_features:
2
+ - Base_2_3/Zone/CellData/Density
3
+ - Base_2_3/Zone/CellData/NormalsX
4
+ - Base_2_3/Zone/CellData/NormalsY
5
+ - Base_2_3/Zone/CellData/NormalsZ
6
+ - Base_2_3/Zone/CellData/Pressure
7
+ - Base_2_3/Zone/CellData/Temperature
8
+ - Base_2_3/Zone/GridCoordinates/CoordinateX
9
+ - Base_2_3/Zone/GridCoordinates/CoordinateY
10
+ - Base_2_3/Zone/GridCoordinates/CoordinateZ
11
+ - Base_2_3/Zone/PointData/Density
12
+ - Base_2_3/Zone/PointData/NormalsX
13
+ - Base_2_3/Zone/PointData/NormalsY
14
+ - Base_2_3/Zone/PointData/NormalsZ
15
+ - Base_2_3/Zone/PointData/Pressure
16
+ - Base_2_3/Zone/PointData/Temperature
17
+ - Global/Compression_ratio
18
+ - Global/Efficiency
19
+ - Global/Massflow
20
+ - Global/Omega
21
+ - Global/P
22
+ constant_features:
23
+ - Base_2_3
24
+ - Base_2_3/Rotor37
25
+ - Base_2_3/Zone
26
+ - Base_2_3/Zone/CellData
27
+ - Base_2_3/Zone/CellData/GridLocation
28
+ - Base_2_3/Zone/Elements_QUAD_4
29
+ - Base_2_3/Zone/Elements_QUAD_4/ElementConnectivity
30
+ - Base_2_3/Zone/Elements_QUAD_4/ElementRange
31
+ - Base_2_3/Zone/FamilyName
32
+ - Base_2_3/Zone/GridCoordinates
33
+ - Base_2_3/Zone/PointData
34
+ - Base_2_3/Zone/PointData/GridLocation
35
+ - Base_2_3/Zone/SurfaceData
36
+ - Base_2_3/Zone/SurfaceData/GridLocation
37
+ - Base_2_3/Zone/ZoneBC
38
+ - Base_2_3/Zone/ZoneBC/Rotor37
39
+ - Base_2_3/Zone/ZoneBC/Rotor37/GridLocation
40
+ - Base_2_3/Zone/ZoneBC/Rotor37/PointList
41
+ - Base_2_3/Zone/ZoneType
42
+ - Global
43
+ cgns_types:
44
+ CGNSLibraryVersion: CGNSLibraryVersion_t
45
+ Base_2_3: CGNSBase_t
46
+ Base_2_3/Rotor37: Family_t
47
+ Base_2_3/Zone: Zone_t
48
+ Base_2_3/Zone/ZoneType: ZoneType_t
49
+ Base_2_3/Zone/GridCoordinates: GridCoordinates_t
50
+ Base_2_3/Zone/GridCoordinates/CoordinateX: DataArray_t
51
+ Base_2_3/Zone/GridCoordinates/CoordinateY: DataArray_t
52
+ Base_2_3/Zone/GridCoordinates/CoordinateZ: DataArray_t
53
+ Base_2_3/Zone/Elements_QUAD_4: Elements_t
54
+ Base_2_3/Zone/Elements_QUAD_4/ElementRange: IndexRange_t
55
+ Base_2_3/Zone/Elements_QUAD_4/ElementConnectivity: DataArray_t
56
+ Base_2_3/Zone/PointData: FlowSolution_t
57
+ Base_2_3/Zone/PointData/GridLocation: GridLocation_t
58
+ Base_2_3/Zone/PointData/NormalsY: DataArray_t
59
+ Base_2_3/Zone/PointData/NormalsZ: DataArray_t
60
+ Base_2_3/Zone/PointData/Pressure: DataArray_t
61
+ Base_2_3/Zone/PointData/NormalsX: DataArray_t
62
+ Base_2_3/Zone/PointData/Density: DataArray_t
63
+ Base_2_3/Zone/PointData/Temperature: DataArray_t
64
+ Base_2_3/Zone/CellData: FlowSolution_t
65
+ Base_2_3/Zone/CellData/GridLocation: GridLocation_t
66
+ Base_2_3/Zone/CellData/NormalsY: DataArray_t
67
+ Base_2_3/Zone/CellData/NormalsZ: DataArray_t
68
+ Base_2_3/Zone/CellData/Pressure: DataArray_t
69
+ Base_2_3/Zone/CellData/NormalsX: DataArray_t
70
+ Base_2_3/Zone/CellData/Density: DataArray_t
71
+ Base_2_3/Zone/CellData/Temperature: DataArray_t
72
+ Base_2_3/Zone/SurfaceData: FlowSolution_t
73
+ Base_2_3/Zone/SurfaceData/GridLocation: GridLocation_t
74
+ Base_2_3/Zone/ZoneBC: ZoneBC_t
75
+ Base_2_3/Zone/ZoneBC/Rotor37: BC_t
76
+ Base_2_3/Zone/ZoneBC/Rotor37/PointList: IndexArray_t
77
+ Base_2_3/Zone/ZoneBC/Rotor37/GridLocation: GridLocation_t
78
+ Base_2_3/Zone/FamilyName: FamilyName_t
79
+ Base_2_3/Time: BaseIterativeData_t
80
+ Base_2_3/Time/IterationValues: DataArray_t
81
+ Base_2_3/Time/TimeValues: DataArray_t
82
+ Global: CGNSBase_t
83
+ Global/Time: BaseIterativeData_t
84
+ Global/Time/IterationValues: DataArray_t
85
+ Global/Time/TimeValues: DataArray_t
86
+ Global/Compression_ratio: DataArray_t
87
+ Global/Efficiency: DataArray_t
88
+ Global/Massflow: DataArray_t
89
+ Global/Omega: DataArray_t
90
+ Global/P: DataArray_t
problem_definitions/PLAID_benchmark.yaml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ constant_features:
2
+ - Base_2_3/Zone/CellData/GridLocation
3
+ - Base_2_3/Zone/Elements_QUAD_4/ElementConnectivity
4
+ - Base_2_3/Zone/Elements_QUAD_4/ElementRange
5
+ - Base_2_3/Zone/PointData/GridLocation
6
+ - Base_2_3/Zone/ZoneBC/Rotor37/GridLocation
7
+ - Base_2_3/Zone/ZoneBC/Rotor37/PointList
8
+ input_features:
9
+ - Base_2_3/Zone/CellData/NormalsX
10
+ - Base_2_3/Zone/CellData/NormalsY
11
+ - Base_2_3/Zone/CellData/NormalsZ
12
+ - Base_2_3/Zone/GridCoordinates/CoordinateX
13
+ - Base_2_3/Zone/GridCoordinates/CoordinateY
14
+ - Base_2_3/Zone/GridCoordinates/CoordinateZ
15
+ - Base_2_3/Zone/PointData/NormalsX
16
+ - Base_2_3/Zone/PointData/NormalsY
17
+ - Base_2_3/Zone/PointData/NormalsZ
18
+ - Global/Omega
19
+ - Global/P
20
+ output_features:
21
+ - Base_2_3/Zone/CellData/Density
22
+ - Base_2_3/Zone/CellData/Pressure
23
+ - Base_2_3/Zone/CellData/Temperature
24
+ - Base_2_3/Zone/PointData/Density
25
+ - Base_2_3/Zone/PointData/Pressure
26
+ - Base_2_3/Zone/PointData/Temperature
27
+ - Global/Compression_ratio
28
+ - Global/Efficiency
29
+ - Global/Massflow
30
+ score_function: RRMSE
31
+ task: regression
32
+ test_split:
33
+ test: all
34
+ train_split:
35
+ train: all
36
+ version: 0.1.10.dev114+gcbd3fd46f.d20251014
problem_definitions/regression_1000.yaml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ constant_features:
2
+ - Base_2_3/Zone/CellData/GridLocation
3
+ - Base_2_3/Zone/Elements_QUAD_4/ElementConnectivity
4
+ - Base_2_3/Zone/Elements_QUAD_4/ElementRange
5
+ - Base_2_3/Zone/PointData/GridLocation
6
+ - Base_2_3/Zone/ZoneBC/Rotor37/GridLocation
7
+ - Base_2_3/Zone/ZoneBC/Rotor37/PointList
8
+ input_features:
9
+ - Base_2_3/Zone/CellData/NormalsX
10
+ - Base_2_3/Zone/CellData/NormalsY
11
+ - Base_2_3/Zone/CellData/NormalsZ
12
+ - Base_2_3/Zone/GridCoordinates/CoordinateX
13
+ - Base_2_3/Zone/GridCoordinates/CoordinateY
14
+ - Base_2_3/Zone/GridCoordinates/CoordinateZ
15
+ - Base_2_3/Zone/PointData/NormalsX
16
+ - Base_2_3/Zone/PointData/NormalsY
17
+ - Base_2_3/Zone/PointData/NormalsZ
18
+ - Global/Omega
19
+ - Global/P
20
+ output_features:
21
+ - Base_2_3/Zone/CellData/Density
22
+ - Base_2_3/Zone/CellData/Pressure
23
+ - Base_2_3/Zone/CellData/Temperature
24
+ - Base_2_3/Zone/PointData/Density
25
+ - Base_2_3/Zone/PointData/Pressure
26
+ - Base_2_3/Zone/PointData/Temperature
27
+ - Global/Compression_ratio
28
+ - Global/Efficiency
29
+ - Global/Massflow
30
+ score_function: RRMSE
31
+ task: regression
32
+ test_split:
33
+ test: all
34
+ train_split:
35
+ train: all
36
+ version: 0.1.10.dev114+gcbd3fd46f.d20251014
problem_definitions/regression_125.yaml ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ constant_features:
2
+ - Base_2_3/Zone/CellData/GridLocation
3
+ - Base_2_3/Zone/Elements_QUAD_4/ElementConnectivity
4
+ - Base_2_3/Zone/Elements_QUAD_4/ElementRange
5
+ - Base_2_3/Zone/PointData/GridLocation
6
+ - Base_2_3/Zone/ZoneBC/Rotor37/GridLocation
7
+ - Base_2_3/Zone/ZoneBC/Rotor37/PointList
8
+ input_features:
9
+ - Base_2_3/Zone/CellData/NormalsX
10
+ - Base_2_3/Zone/CellData/NormalsY
11
+ - Base_2_3/Zone/CellData/NormalsZ
12
+ - Base_2_3/Zone/GridCoordinates/CoordinateX
13
+ - Base_2_3/Zone/GridCoordinates/CoordinateY
14
+ - Base_2_3/Zone/GridCoordinates/CoordinateZ
15
+ - Base_2_3/Zone/PointData/NormalsX
16
+ - Base_2_3/Zone/PointData/NormalsY
17
+ - Base_2_3/Zone/PointData/NormalsZ
18
+ - Global/Omega
19
+ - Global/P
20
+ output_features:
21
+ - Base_2_3/Zone/CellData/Density
22
+ - Base_2_3/Zone/CellData/Pressure
23
+ - Base_2_3/Zone/CellData/Temperature
24
+ - Base_2_3/Zone/PointData/Density
25
+ - Base_2_3/Zone/PointData/Pressure
26
+ - Base_2_3/Zone/PointData/Temperature
27
+ - Global/Compression_ratio
28
+ - Global/Efficiency
29
+ - Global/Massflow
30
+ score_function: RRMSE
31
+ task: regression
32
+ test_split:
33
+ test: all
34
+ train_split:
35
+ train:
36
+ - 3
37
+ - 6
38
+ - 16
39
+ - 20
40
+ - 23
41
+ - 34
42
+ - 56
43
+ - 71
44
+ - 76
45
+ - 78
46
+ - 83
47
+ - 102
48
+ - 105
49
+ - 124
50
+ - 130
51
+ - 145
52
+ - 152
53
+ - 154
54
+ - 157
55
+ - 160
56
+ - 173
57
+ - 174
58
+ - 180
59
+ - 187
60
+ - 190
61
+ - 198
62
+ - 201
63
+ - 204
64
+ - 210
65
+ - 223
66
+ - 224
67
+ - 229
68
+ - 233
69
+ - 251
70
+ - 278
71
+ - 288
72
+ - 289
73
+ - 316
74
+ - 317
75
+ - 324
76
+ - 335
77
+ - 339
78
+ - 371
79
+ - 375
80
+ - 376
81
+ - 377
82
+ - 379
83
+ - 383
84
+ - 389
85
+ - 414
86
+ - 426
87
+ - 428
88
+ - 431
89
+ - 443
90
+ - 444
91
+ - 463
92
+ - 469
93
+ - 471
94
+ - 490
95
+ - 501
96
+ - 513
97
+ - 516
98
+ - 519
99
+ - 524
100
+ - 525
101
+ - 527
102
+ - 530
103
+ - 556
104
+ - 557
105
+ - 558
106
+ - 572
107
+ - 573
108
+ - 575
109
+ - 589
110
+ - 593
111
+ - 606
112
+ - 612
113
+ - 616
114
+ - 624
115
+ - 628
116
+ - 638
117
+ - 662
118
+ - 673
119
+ - 681
120
+ - 692
121
+ - 699
122
+ - 711
123
+ - 713
124
+ - 715
125
+ - 732
126
+ - 741
127
+ - 754
128
+ - 757
129
+ - 760
130
+ - 763
131
+ - 769
132
+ - 772
133
+ - 779
134
+ - 781
135
+ - 782
136
+ - 783
137
+ - 784
138
+ - 798
139
+ - 800
140
+ - 806
141
+ - 812
142
+ - 834
143
+ - 836
144
+ - 843
145
+ - 846
146
+ - 852
147
+ - 854
148
+ - 866
149
+ - 872
150
+ - 877
151
+ - 896
152
+ - 909
153
+ - 927
154
+ - 931
155
+ - 939
156
+ - 956
157
+ - 959
158
+ - 985
159
+ - 987
160
+ - 996
161
+ version: 0.1.10.dev114+gcbd3fd46f.d20251014
problem_definitions/regression_16.yaml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ constant_features:
2
+ - Base_2_3/Zone/CellData/GridLocation
3
+ - Base_2_3/Zone/Elements_QUAD_4/ElementConnectivity
4
+ - Base_2_3/Zone/Elements_QUAD_4/ElementRange
5
+ - Base_2_3/Zone/PointData/GridLocation
6
+ - Base_2_3/Zone/ZoneBC/Rotor37/GridLocation
7
+ - Base_2_3/Zone/ZoneBC/Rotor37/PointList
8
+ input_features:
9
+ - Base_2_3/Zone/CellData/NormalsX
10
+ - Base_2_3/Zone/CellData/NormalsY
11
+ - Base_2_3/Zone/CellData/NormalsZ
12
+ - Base_2_3/Zone/GridCoordinates/CoordinateX
13
+ - Base_2_3/Zone/GridCoordinates/CoordinateY
14
+ - Base_2_3/Zone/GridCoordinates/CoordinateZ
15
+ - Base_2_3/Zone/PointData/NormalsX
16
+ - Base_2_3/Zone/PointData/NormalsY
17
+ - Base_2_3/Zone/PointData/NormalsZ
18
+ - Global/Omega
19
+ - Global/P
20
+ output_features:
21
+ - Base_2_3/Zone/CellData/Density
22
+ - Base_2_3/Zone/CellData/Pressure
23
+ - Base_2_3/Zone/CellData/Temperature
24
+ - Base_2_3/Zone/PointData/Density
25
+ - Base_2_3/Zone/PointData/Pressure
26
+ - Base_2_3/Zone/PointData/Temperature
27
+ - Global/Compression_ratio
28
+ - Global/Efficiency
29
+ - Global/Massflow
30
+ score_function: RRMSE
31
+ task: regression
32
+ test_split:
33
+ test: all
34
+ train_split:
35
+ train:
36
+ - 76
37
+ - 124
38
+ - 130
39
+ - 154
40
+ - 157
41
+ - 174
42
+ - 383
43
+ - 501
44
+ - 524
45
+ - 593
46
+ - 711
47
+ - 732
48
+ - 798
49
+ - 800
50
+ - 959
51
+ - 987
52
+ version: 0.1.10.dev114+gcbd3fd46f.d20251014
problem_definitions/regression_250.yaml ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ constant_features:
2
+ - Base_2_3/Zone/CellData/GridLocation
3
+ - Base_2_3/Zone/Elements_QUAD_4/ElementConnectivity
4
+ - Base_2_3/Zone/Elements_QUAD_4/ElementRange
5
+ - Base_2_3/Zone/PointData/GridLocation
6
+ - Base_2_3/Zone/ZoneBC/Rotor37/GridLocation
7
+ - Base_2_3/Zone/ZoneBC/Rotor37/PointList
8
+ input_features:
9
+ - Base_2_3/Zone/CellData/NormalsX
10
+ - Base_2_3/Zone/CellData/NormalsY
11
+ - Base_2_3/Zone/CellData/NormalsZ
12
+ - Base_2_3/Zone/GridCoordinates/CoordinateX
13
+ - Base_2_3/Zone/GridCoordinates/CoordinateY
14
+ - Base_2_3/Zone/GridCoordinates/CoordinateZ
15
+ - Base_2_3/Zone/PointData/NormalsX
16
+ - Base_2_3/Zone/PointData/NormalsY
17
+ - Base_2_3/Zone/PointData/NormalsZ
18
+ - Global/Omega
19
+ - Global/P
20
+ output_features:
21
+ - Base_2_3/Zone/CellData/Density
22
+ - Base_2_3/Zone/CellData/Pressure
23
+ - Base_2_3/Zone/CellData/Temperature
24
+ - Base_2_3/Zone/PointData/Density
25
+ - Base_2_3/Zone/PointData/Pressure
26
+ - Base_2_3/Zone/PointData/Temperature
27
+ - Global/Compression_ratio
28
+ - Global/Efficiency
29
+ - Global/Massflow
30
+ score_function: RRMSE
31
+ task: regression
32
+ test_split:
33
+ test: all
34
+ train_split:
35
+ train:
36
+ - 3
37
+ - 6
38
+ - 7
39
+ - 16
40
+ - 20
41
+ - 21
42
+ - 22
43
+ - 23
44
+ - 29
45
+ - 33
46
+ - 34
47
+ - 39
48
+ - 46
49
+ - 56
50
+ - 57
51
+ - 71
52
+ - 76
53
+ - 77
54
+ - 78
55
+ - 81
56
+ - 83
57
+ - 95
58
+ - 99
59
+ - 101
60
+ - 102
61
+ - 105
62
+ - 115
63
+ - 117
64
+ - 124
65
+ - 130
66
+ - 143
67
+ - 145
68
+ - 152
69
+ - 154
70
+ - 157
71
+ - 159
72
+ - 160
73
+ - 167
74
+ - 173
75
+ - 174
76
+ - 180
77
+ - 182
78
+ - 187
79
+ - 190
80
+ - 196
81
+ - 198
82
+ - 201
83
+ - 203
84
+ - 204
85
+ - 210
86
+ - 212
87
+ - 217
88
+ - 220
89
+ - 223
90
+ - 224
91
+ - 229
92
+ - 233
93
+ - 246
94
+ - 247
95
+ - 250
96
+ - 251
97
+ - 252
98
+ - 264
99
+ - 268
100
+ - 270
101
+ - 278
102
+ - 288
103
+ - 289
104
+ - 300
105
+ - 312
106
+ - 314
107
+ - 316
108
+ - 317
109
+ - 319
110
+ - 320
111
+ - 324
112
+ - 334
113
+ - 335
114
+ - 337
115
+ - 339
116
+ - 348
117
+ - 356
118
+ - 357
119
+ - 359
120
+ - 367
121
+ - 369
122
+ - 370
123
+ - 371
124
+ - 375
125
+ - 376
126
+ - 377
127
+ - 379
128
+ - 383
129
+ - 389
130
+ - 395
131
+ - 396
132
+ - 398
133
+ - 400
134
+ - 404
135
+ - 405
136
+ - 408
137
+ - 413
138
+ - 414
139
+ - 415
140
+ - 416
141
+ - 420
142
+ - 426
143
+ - 428
144
+ - 431
145
+ - 435
146
+ - 436
147
+ - 441
148
+ - 443
149
+ - 444
150
+ - 449
151
+ - 452
152
+ - 463
153
+ - 468
154
+ - 469
155
+ - 471
156
+ - 472
157
+ - 479
158
+ - 483
159
+ - 490
160
+ - 501
161
+ - 512
162
+ - 513
163
+ - 516
164
+ - 518
165
+ - 519
166
+ - 523
167
+ - 524
168
+ - 525
169
+ - 526
170
+ - 527
171
+ - 528
172
+ - 530
173
+ - 532
174
+ - 553
175
+ - 556
176
+ - 557
177
+ - 558
178
+ - 561
179
+ - 567
180
+ - 568
181
+ - 570
182
+ - 572
183
+ - 573
184
+ - 575
185
+ - 589
186
+ - 593
187
+ - 595
188
+ - 597
189
+ - 601
190
+ - 606
191
+ - 612
192
+ - 616
193
+ - 621
194
+ - 622
195
+ - 624
196
+ - 628
197
+ - 629
198
+ - 631
199
+ - 638
200
+ - 641
201
+ - 643
202
+ - 647
203
+ - 648
204
+ - 657
205
+ - 662
206
+ - 663
207
+ - 673
208
+ - 677
209
+ - 681
210
+ - 692
211
+ - 699
212
+ - 703
213
+ - 704
214
+ - 705
215
+ - 711
216
+ - 713
217
+ - 715
218
+ - 721
219
+ - 728
220
+ - 731
221
+ - 732
222
+ - 741
223
+ - 742
224
+ - 747
225
+ - 754
226
+ - 757
227
+ - 760
228
+ - 763
229
+ - 766
230
+ - 769
231
+ - 772
232
+ - 779
233
+ - 781
234
+ - 782
235
+ - 783
236
+ - 784
237
+ - 798
238
+ - 800
239
+ - 806
240
+ - 812
241
+ - 813
242
+ - 816
243
+ - 823
244
+ - 826
245
+ - 832
246
+ - 833
247
+ - 834
248
+ - 836
249
+ - 842
250
+ - 843
251
+ - 846
252
+ - 852
253
+ - 854
254
+ - 857
255
+ - 864
256
+ - 866
257
+ - 871
258
+ - 872
259
+ - 876
260
+ - 877
261
+ - 884
262
+ - 892
263
+ - 896
264
+ - 901
265
+ - 909
266
+ - 922
267
+ - 927
268
+ - 931
269
+ - 936
270
+ - 937
271
+ - 939
272
+ - 946
273
+ - 956
274
+ - 959
275
+ - 965
276
+ - 975
277
+ - 978
278
+ - 982
279
+ - 985
280
+ - 987
281
+ - 993
282
+ - 994
283
+ - 995
284
+ - 996
285
+ - 999
286
+ version: 0.1.10.dev114+gcbd3fd46f.d20251014
problem_definitions/regression_32.yaml ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ constant_features:
2
+ - Base_2_3/Zone/CellData/GridLocation
3
+ - Base_2_3/Zone/Elements_QUAD_4/ElementConnectivity
4
+ - Base_2_3/Zone/Elements_QUAD_4/ElementRange
5
+ - Base_2_3/Zone/PointData/GridLocation
6
+ - Base_2_3/Zone/ZoneBC/Rotor37/GridLocation
7
+ - Base_2_3/Zone/ZoneBC/Rotor37/PointList
8
+ input_features:
9
+ - Base_2_3/Zone/CellData/NormalsX
10
+ - Base_2_3/Zone/CellData/NormalsY
11
+ - Base_2_3/Zone/CellData/NormalsZ
12
+ - Base_2_3/Zone/GridCoordinates/CoordinateX
13
+ - Base_2_3/Zone/GridCoordinates/CoordinateY
14
+ - Base_2_3/Zone/GridCoordinates/CoordinateZ
15
+ - Base_2_3/Zone/PointData/NormalsX
16
+ - Base_2_3/Zone/PointData/NormalsY
17
+ - Base_2_3/Zone/PointData/NormalsZ
18
+ - Global/Omega
19
+ - Global/P
20
+ output_features:
21
+ - Base_2_3/Zone/CellData/Density
22
+ - Base_2_3/Zone/CellData/Pressure
23
+ - Base_2_3/Zone/CellData/Temperature
24
+ - Base_2_3/Zone/PointData/Density
25
+ - Base_2_3/Zone/PointData/Pressure
26
+ - Base_2_3/Zone/PointData/Temperature
27
+ - Global/Compression_ratio
28
+ - Global/Efficiency
29
+ - Global/Massflow
30
+ score_function: RRMSE
31
+ task: regression
32
+ test_split:
33
+ test: all
34
+ train_split:
35
+ train:
36
+ - 3
37
+ - 23
38
+ - 76
39
+ - 124
40
+ - 130
41
+ - 154
42
+ - 157
43
+ - 174
44
+ - 190
45
+ - 316
46
+ - 324
47
+ - 339
48
+ - 383
49
+ - 469
50
+ - 501
51
+ - 524
52
+ - 556
53
+ - 593
54
+ - 606
55
+ - 616
56
+ - 662
57
+ - 673
58
+ - 711
59
+ - 732
60
+ - 757
61
+ - 798
62
+ - 800
63
+ - 846
64
+ - 909
65
+ - 927
66
+ - 959
67
+ - 987
68
+ version: 0.1.10.dev114+gcbd3fd46f.d20251014
problem_definitions/regression_500.yaml ADDED
@@ -0,0 +1,536 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ constant_features:
2
+ - Base_2_3/Zone/CellData/GridLocation
3
+ - Base_2_3/Zone/Elements_QUAD_4/ElementConnectivity
4
+ - Base_2_3/Zone/Elements_QUAD_4/ElementRange
5
+ - Base_2_3/Zone/PointData/GridLocation
6
+ - Base_2_3/Zone/ZoneBC/Rotor37/GridLocation
7
+ - Base_2_3/Zone/ZoneBC/Rotor37/PointList
8
+ input_features:
9
+ - Base_2_3/Zone/CellData/NormalsX
10
+ - Base_2_3/Zone/CellData/NormalsY
11
+ - Base_2_3/Zone/CellData/NormalsZ
12
+ - Base_2_3/Zone/GridCoordinates/CoordinateX
13
+ - Base_2_3/Zone/GridCoordinates/CoordinateY
14
+ - Base_2_3/Zone/GridCoordinates/CoordinateZ
15
+ - Base_2_3/Zone/PointData/NormalsX
16
+ - Base_2_3/Zone/PointData/NormalsY
17
+ - Base_2_3/Zone/PointData/NormalsZ
18
+ - Global/Omega
19
+ - Global/P
20
+ output_features:
21
+ - Base_2_3/Zone/CellData/Density
22
+ - Base_2_3/Zone/CellData/Pressure
23
+ - Base_2_3/Zone/CellData/Temperature
24
+ - Base_2_3/Zone/PointData/Density
25
+ - Base_2_3/Zone/PointData/Pressure
26
+ - Base_2_3/Zone/PointData/Temperature
27
+ - Global/Compression_ratio
28
+ - Global/Efficiency
29
+ - Global/Massflow
30
+ score_function: RRMSE
31
+ task: regression
32
+ test_split:
33
+ test: all
34
+ train_split:
35
+ train:
36
+ - 1
37
+ - 2
38
+ - 3
39
+ - 6
40
+ - 7
41
+ - 9
42
+ - 11
43
+ - 14
44
+ - 16
45
+ - 18
46
+ - 20
47
+ - 21
48
+ - 22
49
+ - 23
50
+ - 26
51
+ - 29
52
+ - 31
53
+ - 32
54
+ - 33
55
+ - 34
56
+ - 36
57
+ - 37
58
+ - 38
59
+ - 39
60
+ - 44
61
+ - 46
62
+ - 48
63
+ - 51
64
+ - 52
65
+ - 54
66
+ - 55
67
+ - 56
68
+ - 57
69
+ - 58
70
+ - 59
71
+ - 61
72
+ - 62
73
+ - 66
74
+ - 67
75
+ - 71
76
+ - 72
77
+ - 73
78
+ - 76
79
+ - 77
80
+ - 78
81
+ - 80
82
+ - 81
83
+ - 82
84
+ - 83
85
+ - 86
86
+ - 89
87
+ - 92
88
+ - 94
89
+ - 95
90
+ - 99
91
+ - 101
92
+ - 102
93
+ - 105
94
+ - 109
95
+ - 111
96
+ - 113
97
+ - 115
98
+ - 117
99
+ - 118
100
+ - 123
101
+ - 124
102
+ - 129
103
+ - 130
104
+ - 136
105
+ - 140
106
+ - 143
107
+ - 144
108
+ - 145
109
+ - 152
110
+ - 153
111
+ - 154
112
+ - 155
113
+ - 157
114
+ - 159
115
+ - 160
116
+ - 164
117
+ - 167
118
+ - 168
119
+ - 173
120
+ - 174
121
+ - 176
122
+ - 177
123
+ - 180
124
+ - 182
125
+ - 187
126
+ - 188
127
+ - 190
128
+ - 192
129
+ - 193
130
+ - 194
131
+ - 196
132
+ - 198
133
+ - 199
134
+ - 201
135
+ - 202
136
+ - 203
137
+ - 204
138
+ - 206
139
+ - 207
140
+ - 210
141
+ - 211
142
+ - 212
143
+ - 213
144
+ - 217
145
+ - 219
146
+ - 220
147
+ - 221
148
+ - 223
149
+ - 224
150
+ - 227
151
+ - 228
152
+ - 229
153
+ - 233
154
+ - 234
155
+ - 237
156
+ - 239
157
+ - 240
158
+ - 244
159
+ - 245
160
+ - 246
161
+ - 247
162
+ - 249
163
+ - 250
164
+ - 251
165
+ - 252
166
+ - 255
167
+ - 263
168
+ - 264
169
+ - 266
170
+ - 268
171
+ - 269
172
+ - 270
173
+ - 271
174
+ - 272
175
+ - 277
176
+ - 278
177
+ - 284
178
+ - 288
179
+ - 289
180
+ - 291
181
+ - 293
182
+ - 300
183
+ - 302
184
+ - 303
185
+ - 312
186
+ - 314
187
+ - 316
188
+ - 317
189
+ - 319
190
+ - 320
191
+ - 323
192
+ - 324
193
+ - 329
194
+ - 331
195
+ - 332
196
+ - 334
197
+ - 335
198
+ - 337
199
+ - 339
200
+ - 348
201
+ - 351
202
+ - 353
203
+ - 356
204
+ - 357
205
+ - 359
206
+ - 361
207
+ - 363
208
+ - 364
209
+ - 366
210
+ - 367
211
+ - 369
212
+ - 370
213
+ - 371
214
+ - 373
215
+ - 375
216
+ - 376
217
+ - 377
218
+ - 379
219
+ - 380
220
+ - 382
221
+ - 383
222
+ - 384
223
+ - 387
224
+ - 389
225
+ - 390
226
+ - 395
227
+ - 396
228
+ - 398
229
+ - 400
230
+ - 403
231
+ - 404
232
+ - 405
233
+ - 408
234
+ - 411
235
+ - 412
236
+ - 413
237
+ - 414
238
+ - 415
239
+ - 416
240
+ - 417
241
+ - 418
242
+ - 419
243
+ - 420
244
+ - 421
245
+ - 426
246
+ - 428
247
+ - 429
248
+ - 431
249
+ - 433
250
+ - 435
251
+ - 436
252
+ - 437
253
+ - 438
254
+ - 439
255
+ - 441
256
+ - 442
257
+ - 443
258
+ - 444
259
+ - 445
260
+ - 447
261
+ - 448
262
+ - 449
263
+ - 450
264
+ - 452
265
+ - 456
266
+ - 463
267
+ - 464
268
+ - 465
269
+ - 467
270
+ - 468
271
+ - 469
272
+ - 471
273
+ - 472
274
+ - 473
275
+ - 476
276
+ - 477
277
+ - 479
278
+ - 481
279
+ - 482
280
+ - 483
281
+ - 485
282
+ - 486
283
+ - 487
284
+ - 489
285
+ - 490
286
+ - 491
287
+ - 494
288
+ - 495
289
+ - 496
290
+ - 497
291
+ - 501
292
+ - 502
293
+ - 506
294
+ - 508
295
+ - 509
296
+ - 510
297
+ - 512
298
+ - 513
299
+ - 514
300
+ - 515
301
+ - 516
302
+ - 518
303
+ - 519
304
+ - 523
305
+ - 524
306
+ - 525
307
+ - 526
308
+ - 527
309
+ - 528
310
+ - 529
311
+ - 530
312
+ - 532
313
+ - 548
314
+ - 550
315
+ - 552
316
+ - 553
317
+ - 556
318
+ - 557
319
+ - 558
320
+ - 560
321
+ - 561
322
+ - 567
323
+ - 568
324
+ - 570
325
+ - 572
326
+ - 573
327
+ - 574
328
+ - 575
329
+ - 578
330
+ - 581
331
+ - 582
332
+ - 583
333
+ - 589
334
+ - 591
335
+ - 592
336
+ - 593
337
+ - 595
338
+ - 596
339
+ - 597
340
+ - 601
341
+ - 605
342
+ - 606
343
+ - 610
344
+ - 612
345
+ - 613
346
+ - 614
347
+ - 616
348
+ - 617
349
+ - 618
350
+ - 621
351
+ - 622
352
+ - 624
353
+ - 626
354
+ - 628
355
+ - 629
356
+ - 631
357
+ - 633
358
+ - 635
359
+ - 638
360
+ - 641
361
+ - 643
362
+ - 647
363
+ - 648
364
+ - 650
365
+ - 652
366
+ - 654
367
+ - 657
368
+ - 658
369
+ - 662
370
+ - 663
371
+ - 667
372
+ - 668
373
+ - 670
374
+ - 673
375
+ - 677
376
+ - 678
377
+ - 681
378
+ - 688
379
+ - 690
380
+ - 692
381
+ - 693
382
+ - 696
383
+ - 699
384
+ - 703
385
+ - 704
386
+ - 705
387
+ - 706
388
+ - 707
389
+ - 711
390
+ - 713
391
+ - 715
392
+ - 719
393
+ - 721
394
+ - 722
395
+ - 724
396
+ - 728
397
+ - 729
398
+ - 731
399
+ - 732
400
+ - 736
401
+ - 741
402
+ - 742
403
+ - 745
404
+ - 746
405
+ - 747
406
+ - 753
407
+ - 754
408
+ - 757
409
+ - 760
410
+ - 761
411
+ - 763
412
+ - 764
413
+ - 765
414
+ - 766
415
+ - 767
416
+ - 768
417
+ - 769
418
+ - 770
419
+ - 771
420
+ - 772
421
+ - 773
422
+ - 775
423
+ - 778
424
+ - 779
425
+ - 780
426
+ - 781
427
+ - 782
428
+ - 783
429
+ - 784
430
+ - 787
431
+ - 789
432
+ - 794
433
+ - 795
434
+ - 798
435
+ - 800
436
+ - 802
437
+ - 804
438
+ - 806
439
+ - 808
440
+ - 811
441
+ - 812
442
+ - 813
443
+ - 815
444
+ - 816
445
+ - 818
446
+ - 819
447
+ - 823
448
+ - 826
449
+ - 827
450
+ - 829
451
+ - 832
452
+ - 833
453
+ - 834
454
+ - 836
455
+ - 842
456
+ - 843
457
+ - 846
458
+ - 847
459
+ - 849
460
+ - 852
461
+ - 853
462
+ - 854
463
+ - 855
464
+ - 856
465
+ - 857
466
+ - 859
467
+ - 861
468
+ - 862
469
+ - 863
470
+ - 864
471
+ - 866
472
+ - 870
473
+ - 871
474
+ - 872
475
+ - 873
476
+ - 876
477
+ - 877
478
+ - 880
479
+ - 882
480
+ - 884
481
+ - 887
482
+ - 888
483
+ - 891
484
+ - 892
485
+ - 893
486
+ - 894
487
+ - 896
488
+ - 898
489
+ - 900
490
+ - 901
491
+ - 902
492
+ - 906
493
+ - 909
494
+ - 914
495
+ - 920
496
+ - 921
497
+ - 922
498
+ - 925
499
+ - 927
500
+ - 931
501
+ - 936
502
+ - 937
503
+ - 938
504
+ - 939
505
+ - 942
506
+ - 946
507
+ - 950
508
+ - 951
509
+ - 952
510
+ - 955
511
+ - 956
512
+ - 957
513
+ - 959
514
+ - 964
515
+ - 965
516
+ - 966
517
+ - 969
518
+ - 972
519
+ - 975
520
+ - 978
521
+ - 980
522
+ - 981
523
+ - 982
524
+ - 983
525
+ - 985
526
+ - 986
527
+ - 987
528
+ - 988
529
+ - 989
530
+ - 990
531
+ - 993
532
+ - 994
533
+ - 995
534
+ - 996
535
+ - 999
536
+ version: 0.1.10.dev114+gcbd3fd46f.d20251014
problem_definitions/regression_64.yaml ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ constant_features:
2
+ - Base_2_3/Zone/CellData/GridLocation
3
+ - Base_2_3/Zone/Elements_QUAD_4/ElementConnectivity
4
+ - Base_2_3/Zone/Elements_QUAD_4/ElementRange
5
+ - Base_2_3/Zone/PointData/GridLocation
6
+ - Base_2_3/Zone/ZoneBC/Rotor37/GridLocation
7
+ - Base_2_3/Zone/ZoneBC/Rotor37/PointList
8
+ input_features:
9
+ - Base_2_3/Zone/CellData/NormalsX
10
+ - Base_2_3/Zone/CellData/NormalsY
11
+ - Base_2_3/Zone/CellData/NormalsZ
12
+ - Base_2_3/Zone/GridCoordinates/CoordinateX
13
+ - Base_2_3/Zone/GridCoordinates/CoordinateY
14
+ - Base_2_3/Zone/GridCoordinates/CoordinateZ
15
+ - Base_2_3/Zone/PointData/NormalsX
16
+ - Base_2_3/Zone/PointData/NormalsY
17
+ - Base_2_3/Zone/PointData/NormalsZ
18
+ - Global/Omega
19
+ - Global/P
20
+ output_features:
21
+ - Base_2_3/Zone/CellData/Density
22
+ - Base_2_3/Zone/CellData/Pressure
23
+ - Base_2_3/Zone/CellData/Temperature
24
+ - Base_2_3/Zone/PointData/Density
25
+ - Base_2_3/Zone/PointData/Pressure
26
+ - Base_2_3/Zone/PointData/Temperature
27
+ - Global/Compression_ratio
28
+ - Global/Efficiency
29
+ - Global/Massflow
30
+ score_function: RRMSE
31
+ task: regression
32
+ test_split:
33
+ test: all
34
+ train_split:
35
+ train:
36
+ - 3
37
+ - 23
38
+ - 34
39
+ - 56
40
+ - 71
41
+ - 76
42
+ - 124
43
+ - 130
44
+ - 145
45
+ - 154
46
+ - 157
47
+ - 174
48
+ - 187
49
+ - 190
50
+ - 201
51
+ - 210
52
+ - 223
53
+ - 288
54
+ - 316
55
+ - 324
56
+ - 335
57
+ - 339
58
+ - 376
59
+ - 379
60
+ - 383
61
+ - 389
62
+ - 414
63
+ - 444
64
+ - 469
65
+ - 490
66
+ - 501
67
+ - 519
68
+ - 524
69
+ - 556
70
+ - 557
71
+ - 572
72
+ - 575
73
+ - 589
74
+ - 593
75
+ - 606
76
+ - 616
77
+ - 662
78
+ - 673
79
+ - 692
80
+ - 711
81
+ - 732
82
+ - 741
83
+ - 757
84
+ - 760
85
+ - 772
86
+ - 781
87
+ - 782
88
+ - 798
89
+ - 800
90
+ - 806
91
+ - 836
92
+ - 846
93
+ - 852
94
+ - 896
95
+ - 909
96
+ - 927
97
+ - 959
98
+ - 985
99
+ - 987
100
+ version: 0.1.10.dev114+gcbd3fd46f.d20251014
problem_definitions/regression_8.yaml ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ constant_features:
2
+ - Base_2_3/Zone/CellData/GridLocation
3
+ - Base_2_3/Zone/Elements_QUAD_4/ElementConnectivity
4
+ - Base_2_3/Zone/Elements_QUAD_4/ElementRange
5
+ - Base_2_3/Zone/PointData/GridLocation
6
+ - Base_2_3/Zone/ZoneBC/Rotor37/GridLocation
7
+ - Base_2_3/Zone/ZoneBC/Rotor37/PointList
8
+ input_features:
9
+ - Base_2_3/Zone/CellData/NormalsX
10
+ - Base_2_3/Zone/CellData/NormalsY
11
+ - Base_2_3/Zone/CellData/NormalsZ
12
+ - Base_2_3/Zone/GridCoordinates/CoordinateX
13
+ - Base_2_3/Zone/GridCoordinates/CoordinateY
14
+ - Base_2_3/Zone/GridCoordinates/CoordinateZ
15
+ - Base_2_3/Zone/PointData/NormalsX
16
+ - Base_2_3/Zone/PointData/NormalsY
17
+ - Base_2_3/Zone/PointData/NormalsZ
18
+ - Global/Omega
19
+ - Global/P
20
+ output_features:
21
+ - Base_2_3/Zone/CellData/Density
22
+ - Base_2_3/Zone/CellData/Pressure
23
+ - Base_2_3/Zone/CellData/Temperature
24
+ - Base_2_3/Zone/PointData/Density
25
+ - Base_2_3/Zone/PointData/Pressure
26
+ - Base_2_3/Zone/PointData/Temperature
27
+ - Global/Compression_ratio
28
+ - Global/Efficiency
29
+ - Global/Massflow
30
+ score_function: RRMSE
31
+ task: regression
32
+ test_split:
33
+ test: all
34
+ train_split:
35
+ train:
36
+ - 154
37
+ - 174
38
+ - 383
39
+ - 501
40
+ - 524
41
+ - 593
42
+ - 711
43
+ - 732
44
+ version: 0.1.10.dev114+gcbd3fd46f.d20251014
tree_constant_part.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fa214aa0ec901909406960559fcf792390a9a41385b668174437ddd4a1f0c47
3
+ size 2145434