Skip to content

Commit

Permalink
update 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 8c84a23 commit a8ed51b
Show file tree
Hide file tree
Showing 24 changed files with 84 additions and 69 deletions.
9 changes: 5 additions & 4 deletions static/coordinated_linr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ component:
name: coordinated_linr
description: ''
provider: fate
version: 2.0.0
labels: [ ]
version: 2.1.0
labels: []
roles:
- guest
- host
Expand Down Expand Up @@ -373,8 +373,9 @@ component:
types:
- json_metric
optional: false
stages: [ ]
roles: [ ]
stages: []
roles: []
description: metric, invisible for user
is_multi: false
schema_version: v1

9 changes: 5 additions & 4 deletions static/coordinated_lr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ component:
name: coordinated_lr
description: ''
provider: fate
version: 2.0.0
labels: [ ]
version: 2.1.0
labels: []
roles:
- guest
- host
Expand Down Expand Up @@ -383,8 +383,9 @@ component:
types:
- json_metric
optional: false
stages: [ ]
roles: [ ]
stages: []
roles: []
description: metric, invisible for user
is_multi: false
schema_version: v1

9 changes: 5 additions & 4 deletions static/data_split.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ component:
name: data_split
description: ''
provider: fate
version: 2.0.0
labels: [ ]
version: 2.1.0
labels: []
roles:
- guest
- host
Expand Down Expand Up @@ -111,7 +111,7 @@ component:
- host
description: ''
is_multi: false
model: { }
model: {}
output_artifacts:
data:
train_output_data:
Expand Down Expand Up @@ -147,7 +147,7 @@ component:
- host
description: ''
is_multi: false
model: { }
model: {}
metric:
metric:
types:
Expand All @@ -161,3 +161,4 @@ component:
description: metric, invisible for user
is_multi: false
schema_version: v1

2 changes: 1 addition & 1 deletion static/dataframe_transformer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ component:
name: dataframe_transformer
description: ''
provider: fate
version: 2.0.0
version: 2.1.0
labels: []
roles:
- local
Expand Down
2 changes: 1 addition & 1 deletion static/download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ component:
name: download
description: ''
provider: fate_flow
version: 2.0.0
version: 2.1.0
labels: []
roles:
- guest
Expand Down
2 changes: 1 addition & 1 deletion static/evaluation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ component:
name: evaluation
description: ''
provider: fate
version: 2.0.0
version: 2.1.0
labels: []
roles:
- guest
Expand Down
9 changes: 5 additions & 4 deletions static/feature_correlation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ component:
name: feature_correlation
description: ''
provider: fate
version: 2.0.0
labels: [ ]
version: 2.1.0
labels: []
roles:
- guest
- host
Expand Down Expand Up @@ -65,9 +65,9 @@ component:
- host
description: ''
is_multi: false
model: { }
model: {}
output_artifacts:
data: { }
data: {}
model:
output_model:
types:
Expand All @@ -93,3 +93,4 @@ component:
description: metric, invisible for user
is_multi: false
schema_version: v1

9 changes: 5 additions & 4 deletions static/feature_scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ component:
name: feature_scale
description: ''
provider: fate
version: 2.0.0
version: 2.1.0
labels: []
roles:
- guest
Expand All @@ -29,7 +29,7 @@ component:
title: typing.Union[list, dict]
anyOf:
- type: array
items: { }
items: {}
- type: object
default:
- 0
Expand Down Expand Up @@ -164,8 +164,9 @@ component:
types:
- json_metric
optional: false
stages: [ ]
roles: [ ]
stages: []
roles: []
description: metric, invisible for user
is_multi: false
schema_version: v1

9 changes: 5 additions & 4 deletions static/hetero_feature_binning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ component:
name: hetero_feature_binning
description: ''
provider: fate
version: 2.0.0
labels: [ ]
version: 2.1.0
labels: []
roles:
- guest
- host
Expand Down Expand Up @@ -266,8 +266,9 @@ component:
types:
- json_metric
optional: false
stages: [ ]
roles: [ ]
stages: []
roles: []
description: metric, invisible for user
is_multi: false
schema_version: v1

17 changes: 9 additions & 8 deletions static/hetero_feature_selection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ component:
name: hetero_feature_selection
description: ''
provider: fate
version: 2.0.0
labels: [ ]
version: 2.1.0
labels: []
roles:
- guest
- host
Expand Down Expand Up @@ -178,8 +178,8 @@ component:
manual_param:
type: ModelMetaclass
default:
keep_col: [ ]
filter_out_col: [ ]
keep_col: []
filter_out_col: []
optional: true
description: manual filter param
type_meta:
Expand All @@ -188,13 +188,13 @@ component:
properties:
keep_col:
title: Keep Col
default: [ ]
default: []
type: array
items:
type: string
filter_out_col:
title: Filter Out Col
default: [ ]
default: []
type: array
items:
type: string
Expand Down Expand Up @@ -309,8 +309,9 @@ component:
types:
- json_metric
optional: false
stages: [ ]
roles: [ ]
stages: []
roles: []
description: metric, invisible for user
is_multi: false
schema_version: v1

2 changes: 1 addition & 1 deletion static/hetero_nn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ component:
name: hetero_nn
description: ''
provider: fate
version: 2.0.0
version: 2.1.0
labels: []
roles:
- guest
Expand Down
11 changes: 6 additions & 5 deletions static/hetero_sbt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ component:
name: hetero_secureboost
description: ''
provider: fate
version: 2.0.0
version: 2.1.0
labels: []
roles:
- guest
Expand Down 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

2 changes: 1 addition & 1 deletion static/hetero_secureboost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ component:
name: hetero_secureboost
description: ''
provider: fate
version: 2.0.0
version: 2.1.0
labels: []
roles:
- guest
Expand Down
2 changes: 1 addition & 1 deletion static/homo_lr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ component:
name: homo_lr
description: ''
provider: fate
version: 2.0.0
version: 2.1.0
labels: []
roles:
- guest
Expand Down
2 changes: 1 addition & 1 deletion static/homo_nn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ component:
name: homo_nn
description: ''
provider: fate
version: 2.0.0
version: 2.1.0
labels: []
roles:
- guest
Expand Down
3 changes: 2 additions & 1 deletion static/psi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ component:
name: psi
description: ''
provider: fate
version: 2.0.0
version: 2.1.0
labels: []
roles:
- guest
Expand Down Expand Up @@ -69,3 +69,4 @@ component:
description: metric, invisible for user
is_multi: false
schema_version: v1

3 changes: 2 additions & 1 deletion static/reader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ component:
name: reader
description: ''
provider: fate
version: 2.0.0
version: 2.1.0
labels: []
roles:
- guest
Expand Down Expand Up @@ -61,3 +61,4 @@ component:
description: metric, invisible for user
is_multi: false
schema_version: v1

9 changes: 5 additions & 4 deletions static/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ component:
name: sample
description: ''
provider: fate
version: 2.0.0
labels: [ ]
version: 2.1.0
labels: []
roles:
- guest
- host
Expand Down Expand Up @@ -89,7 +89,7 @@ component:
- host
description: ''
is_multi: false
model: { }
model: {}
output_artifacts:
data:
output_data:
Expand All @@ -103,7 +103,7 @@ component:
- host
description: ''
is_multi: false
model: { }
model: {}
metric:
metric:
types:
Expand All @@ -117,3 +117,4 @@ component:
description: metric, invisible for user
is_multi: false
schema_version: v1

Loading

0 comments on commit a8ed51b

Please sign in to comment.