bndl commited on
Commit
777c9b7
·
1 Parent(s): 3d2e726

Update config_prediction_additive_manufacturing.yaml

Browse files
config_prediction_additive_manufacturing.yaml CHANGED
@@ -1,21 +1,21 @@
1
  input_mapping:
2
  "layer_height":
3
- label: "Enter the layer height"
4
  comp_type: "Number"
5
  precision: 2
6
  example: 0.02
7
  "wall_thickness":
8
- label: "Enter your wall thickness"
9
  comp_type: "Number"
10
  precision: 1
11
  example: 8.0
12
  "infill_density":
13
- label: "Enter your infill density"
14
  comp_type: "Number"
15
  precision: 0
16
  example: 90
17
  "infill_pattern":
18
- label: "Choose your infill pattern"
19
  comp_type: "Dropdown"
20
  cat_values: [
21
  "grid",
@@ -23,27 +23,27 @@ input_mapping:
23
  ]
24
  example: "honeycomb"
25
  "nozzle_temperature":
26
- label: "Enter your nozzle temperature"
27
  comp_type: "Number"
28
  precision: 0
29
  example: 250
30
  "bed_temperature":
31
- label: "Enter your bed temperature"
32
  comp_type: "Number"
33
  precision: 0
34
  example: 70
35
  "print_speed":
36
- label: "Enter your print speed"
37
  comp_type: "Number"
38
  precision: 0
39
  example: 40
40
  "material":
41
- label: "Enter your material"
42
  comp_type: "Dropdown"
43
  cat_values: ["abs", "pla"]
44
  example: "abs"
45
  "fan_speed":
46
- label: "Enter your fan speed"
47
  comp_type: "Number"
48
  precision: 0
49
  example: 50
@@ -56,7 +56,7 @@ input_order:
56
 
57
  output_mapping:
58
  roughness:
59
- label: "Estimated material roughness"
60
  comp_type: "Text"
61
  is_target_column: True
62
  roughness_uncertainty:
@@ -64,7 +64,7 @@ output_mapping:
64
  comp_type: "Number"
65
  precision: 0
66
  tension_strength:
67
- label: "Estimated material tension strength"
68
  comp_type: "Text"
69
  tension_strength_uncertainty:
70
  label: "Tension strength prediction uncertainty (%)"
 
1
  input_mapping:
2
  "layer_height":
3
+ label: "Enter the layer height (mm)"
4
  comp_type: "Number"
5
  precision: 2
6
  example: 0.02
7
  "wall_thickness":
8
+ label: "Enter your wall thickness (mm)"
9
  comp_type: "Number"
10
  precision: 1
11
  example: 8.0
12
  "infill_density":
13
+ label: "Enter your infill density (%)"
14
  comp_type: "Number"
15
  precision: 0
16
  example: 90
17
  "infill_pattern":
18
+ label: "Choose your infill pattern (Grid or Honeycomb)"
19
  comp_type: "Dropdown"
20
  cat_values: [
21
  "grid",
 
23
  ]
24
  example: "honeycomb"
25
  "nozzle_temperature":
26
+ label: "Enter your nozzle temperature (°C)"
27
  comp_type: "Number"
28
  precision: 0
29
  example: 250
30
  "bed_temperature":
31
+ label: "Enter your bed temperature (°C)"
32
  comp_type: "Number"
33
  precision: 0
34
  example: 70
35
  "print_speed":
36
+ label: "Enter your print speed (mm/s)"
37
  comp_type: "Number"
38
  precision: 0
39
  example: 40
40
  "material":
41
+ label: "Enter your material (PLA or ABS)"
42
  comp_type: "Dropdown"
43
  cat_values: ["abs", "pla"]
44
  example: "abs"
45
  "fan_speed":
46
+ label: "Enter your fan speed (%)"
47
  comp_type: "Number"
48
  precision: 0
49
  example: 50
 
56
 
57
  output_mapping:
58
  roughness:
59
+ label: "Estimated material roughness (μm)"
60
  comp_type: "Text"
61
  is_target_column: True
62
  roughness_uncertainty:
 
64
  comp_type: "Number"
65
  precision: 0
66
  tension_strength:
67
+ label: "Estimated material tension strength (MPa)"
68
  comp_type: "Text"
69
  tension_strength_uncertainty:
70
  label: "Tension strength prediction uncertainty (%)"