Skip to content

Commit

Permalink
update component yaml
Browse files Browse the repository at this point in the history
Signed-off-by: v_wbmqwang(王盟卿) <[email protected]>
  • Loading branch information
v_wbmqwang(王盟卿) committed Feb 29, 2024
1 parent be2a876 commit 6a1685d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 19 deletions.
3 changes: 2 additions & 1 deletion static/evaluation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ component:
use 'label' in the input dataframe
input_artifacts:
data:
input_data:
input_datas:
types:
- dataframe
optional: false
Expand Down Expand Up @@ -82,3 +82,4 @@ component:
description: metric, invisible for user
is_multi: false
schema_version: v1

11 changes: 6 additions & 5 deletions static/hetero_nn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ component:
description: ''
is_multi: false
model:
train_model_input:
warm_start_model:
types:
- model_directory
optional: true
Expand All @@ -98,7 +98,7 @@ component:
- host
description: ''
is_multi: false
predict_model_input:
input_model:
types:
- model_directory
optional: false
Expand All @@ -111,7 +111,7 @@ component:
is_multi: false
output_artifacts:
data:
train_data_output:
train_output_data:
types:
- dataframe
optional: true
Expand All @@ -122,7 +122,7 @@ component:
- host
description: ''
is_multi: false
predict_data_output:
test_output_data:
types:
- dataframe
optional: true
Expand All @@ -134,7 +134,7 @@ component:
description: ''
is_multi: false
model:
train_model_output:
output_model:
types:
- model_directory
optional: true
Expand All @@ -155,3 +155,4 @@ component:
description: metric, invisible for user
is_multi: false
schema_version: v1

9 changes: 5 additions & 4 deletions static/hetero_secureboost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ component:
description: ''
is_multi: false
model:
train_model_input:
warm_start_model:
types:
- json_model
optional: true
Expand All @@ -327,7 +327,7 @@ component:
- host
description: ''
is_multi: false
predict_model_input:
input_model:
types:
- json_model
optional: false
Expand All @@ -340,7 +340,7 @@ component:
is_multi: false
output_artifacts:
data:
train_data_output:
train_output_data:
types:
- dataframe
optional: true
Expand Down Expand Up @@ -374,7 +374,7 @@ component:
description: ''
is_multi: true
model:
train_model_output:
output_model:
types:
- json_model
optional: true
Expand All @@ -395,3 +395,4 @@ component:
description: metric, invisible for user
is_multi: false
schema_version: v1

6 changes: 3 additions & 3 deletions static/homo_lr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ component:
description: ''
is_multi: false
model:
train_input_model:
warm_start_model:
types:
- json_model
optional: true
Expand All @@ -217,7 +217,7 @@ component:
- host
description: ''
is_multi: false
predict_input_model:
input_model:
types:
- json_model
optional: false
Expand Down Expand Up @@ -253,7 +253,7 @@ component:
description: ''
is_multi: false
model:
train_output_model:
output_model:
types:
- json_model
optional: false
Expand Down
11 changes: 6 additions & 5 deletions static/homo_nn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ component:
description: ''
is_multi: false
model:
train_model_input:
warm_start_model:
types:
- model_directory
optional: true
Expand All @@ -99,7 +99,7 @@ component:
- host
description: ''
is_multi: false
predict_model_input:
input_model:
types:
- model_directory
optional: false
Expand All @@ -112,7 +112,7 @@ component:
is_multi: false
output_artifacts:
data:
train_data_output:
train_output_data:
types:
- dataframe
optional: true
Expand All @@ -123,7 +123,7 @@ component:
- host
description: ''
is_multi: false
predict_data_output:
test_output_data:
types:
- dataframe
optional: true
Expand All @@ -135,7 +135,7 @@ component:
description: ''
is_multi: false
model:
train_model_output:
output_model:
types:
- model_directory
optional: true
Expand All @@ -156,3 +156,4 @@ component:
description: metric, invisible for user
is_multi: false
schema_version: v1

2 changes: 1 addition & 1 deletion static/union.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ component:
parameters: { }
input_artifacts:
data:
input_data_list:
input_datas:
types:
- dataframe
optional: false
Expand Down

0 comments on commit 6a1685d

Please sign in to comment.