bndl commited on
Commit
4dc8758
·
1 Parent(s): b6995e3

Update config_prediction_additive_manufacturing.yaml

Browse files
config_prediction_additive_manufacturing.yaml CHANGED
@@ -70,13 +70,13 @@ output_mapping:
70
  label: "Tension strength prediction uncertainty (%)"
71
  comp_type: "Number"
72
  precision: 0
73
- elongation:
74
- label: "Estimated material elongation"
75
- comp_type: "Text"
76
- elongation_uncertainty:
77
- label: "Elongation prediction uncertainty (%)"
78
- comp_type: "Number"
79
- precision: 0
80
 
81
 
82
  # Output order must exclude the interpretation
@@ -85,15 +85,15 @@ output_order:
85
  markdown: "Material's roughness prediction"
86
  - keys: ["tension_strength", "tension_strength_uncertainty"]
87
  markdown: "Material's tension strength prediction"
88
- - keys: ["elongation", "elongation_uncertainty"]
89
- markdown: "Material's elongation prediction"
90
 
91
 
92
  interface_parameters:
93
  additional_markdown:
94
  page_title: "Additive Manufacturing Material's properties prediction"
95
- main_title: "Predict the roughness, tension strength and elongation of your material obtained from Additive Manufacturing"
96
- details: "This AI model provides the estimation of the roughness, tension strength and elongation of your materials obtained using Additive Manufacturing"
97
  interpretation: "Results interpretation" # Necessary only for prediction (useless for inverse design)
98
  size:
99
  input_column_scale: 0.5
 
70
  label: "Tension strength prediction uncertainty (%)"
71
  comp_type: "Number"
72
  precision: 0
73
+ # elongation:
74
+ # label: "Estimated material elongation"
75
+ # comp_type: "Text"
76
+ # elongation_uncertainty:
77
+ # label: "Elongation prediction uncertainty (%)"
78
+ # comp_type: "Number"
79
+ # precision: 0
80
 
81
 
82
  # Output order must exclude the interpretation
 
85
  markdown: "Material's roughness prediction"
86
  - keys: ["tension_strength", "tension_strength_uncertainty"]
87
  markdown: "Material's tension strength prediction"
88
+ # - keys: ["elongation", "elongation_uncertainty"]
89
+ # markdown: "Material's elongation prediction"
90
 
91
 
92
  interface_parameters:
93
  additional_markdown:
94
  page_title: "Additive Manufacturing Material's properties prediction"
95
+ main_title: "Predict the roughness and tension strength of your material obtained from Additive Manufacturing"
96
+ details: "This AI model provides the estimation of the roughness and tension strength of your materials obtained using Additive Manufacturing"
97
  interpretation: "Results interpretation" # Necessary only for prediction (useless for inverse design)
98
  size:
99
  input_column_scale: 0.5