From a8ed51b8cfb35397a545cc3e7901150f86f5daa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?v=5Fwbmqwang=28=E7=8E=8B=E7=9B=9F=E5=8D=BF=29?= Date: Thu, 29 Feb 2024 14:19:39 +0800 Subject: [PATCH] update yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: v_wbmqwang(王盟卿) --- static/coordinated_linr.yaml | 9 +++++---- static/coordinated_lr.yaml | 9 +++++---- static/data_split.yaml | 9 +++++---- static/dataframe_transformer.yaml | 2 +- static/download.yaml | 2 +- static/evaluation.yaml | 2 +- static/feature_correlation.yaml | 9 +++++---- static/feature_scale.yaml | 9 +++++---- static/hetero_feature_binning.yaml | 9 +++++---- static/hetero_feature_selection.yaml | 17 +++++++++-------- static/hetero_nn.yaml | 2 +- static/hetero_sbt.yaml | 11 ++++++----- static/hetero_secureboost.yaml | 2 +- static/homo_lr.yaml | 2 +- static/homo_nn.yaml | 2 +- static/psi.yaml | 3 ++- static/reader.yaml | 3 ++- static/sample.yaml | 9 +++++---- static/sshe_linr.yaml | 9 +++++---- static/sshe_lr.yaml | 9 +++++---- static/statistics.yaml | 9 +++++---- static/toy_example.yaml | 2 +- static/union.yaml | 11 ++++++----- static/upload.yaml | 2 +- 24 files changed, 84 insertions(+), 69 deletions(-) diff --git a/static/coordinated_linr.yaml b/static/coordinated_linr.yaml index 0df76fdc..65a6e3cd 100644 --- a/static/coordinated_linr.yaml +++ b/static/coordinated_linr.yaml @@ -2,8 +2,8 @@ component: name: coordinated_linr description: '' provider: fate - version: 2.0.0 - labels: [ ] + version: 2.1.0 + labels: [] roles: - guest - host @@ -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 + diff --git a/static/coordinated_lr.yaml b/static/coordinated_lr.yaml index 567449cb..837a899e 100644 --- a/static/coordinated_lr.yaml +++ b/static/coordinated_lr.yaml @@ -2,8 +2,8 @@ component: name: coordinated_lr description: '' provider: fate - version: 2.0.0 - labels: [ ] + version: 2.1.0 + labels: [] roles: - guest - host @@ -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 + diff --git a/static/data_split.yaml b/static/data_split.yaml index 5509592b..3668d07a 100644 --- a/static/data_split.yaml +++ b/static/data_split.yaml @@ -2,8 +2,8 @@ component: name: data_split description: '' provider: fate - version: 2.0.0 - labels: [ ] + version: 2.1.0 + labels: [] roles: - guest - host @@ -111,7 +111,7 @@ component: - host description: '' is_multi: false - model: { } + model: {} output_artifacts: data: train_output_data: @@ -147,7 +147,7 @@ component: - host description: '' is_multi: false - model: { } + model: {} metric: metric: types: @@ -161,3 +161,4 @@ component: description: metric, invisible for user is_multi: false schema_version: v1 + diff --git a/static/dataframe_transformer.yaml b/static/dataframe_transformer.yaml index e26ee884..67b7b900 100644 --- a/static/dataframe_transformer.yaml +++ b/static/dataframe_transformer.yaml @@ -2,7 +2,7 @@ component: name: dataframe_transformer description: '' provider: fate - version: 2.0.0 + version: 2.1.0 labels: [] roles: - local diff --git a/static/download.yaml b/static/download.yaml index 63fccb1a..69f01713 100644 --- a/static/download.yaml +++ b/static/download.yaml @@ -2,7 +2,7 @@ component: name: download description: '' provider: fate_flow - version: 2.0.0 + version: 2.1.0 labels: [] roles: - guest diff --git a/static/evaluation.yaml b/static/evaluation.yaml index 34950949..3ae060b5 100644 --- a/static/evaluation.yaml +++ b/static/evaluation.yaml @@ -2,7 +2,7 @@ component: name: evaluation description: '' provider: fate - version: 2.0.0 + version: 2.1.0 labels: [] roles: - guest diff --git a/static/feature_correlation.yaml b/static/feature_correlation.yaml index 13dd6870..dbf01b0f 100644 --- a/static/feature_correlation.yaml +++ b/static/feature_correlation.yaml @@ -2,8 +2,8 @@ component: name: feature_correlation description: '' provider: fate - version: 2.0.0 - labels: [ ] + version: 2.1.0 + labels: [] roles: - guest - host @@ -65,9 +65,9 @@ component: - host description: '' is_multi: false - model: { } + model: {} output_artifacts: - data: { } + data: {} model: output_model: types: @@ -93,3 +93,4 @@ component: description: metric, invisible for user is_multi: false schema_version: v1 + diff --git a/static/feature_scale.yaml b/static/feature_scale.yaml index 4a8ef5a4..cad37266 100644 --- a/static/feature_scale.yaml +++ b/static/feature_scale.yaml @@ -2,7 +2,7 @@ component: name: feature_scale description: '' provider: fate - version: 2.0.0 + version: 2.1.0 labels: [] roles: - guest @@ -29,7 +29,7 @@ component: title: typing.Union[list, dict] anyOf: - type: array - items: { } + items: {} - type: object default: - 0 @@ -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 + diff --git a/static/hetero_feature_binning.yaml b/static/hetero_feature_binning.yaml index bc7fb81a..60e968a2 100644 --- a/static/hetero_feature_binning.yaml +++ b/static/hetero_feature_binning.yaml @@ -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 @@ -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 + diff --git a/static/hetero_feature_selection.yaml b/static/hetero_feature_selection.yaml index 42d01819..bbf5078b 100644 --- a/static/hetero_feature_selection.yaml +++ b/static/hetero_feature_selection.yaml @@ -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 @@ -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: @@ -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 @@ -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 + diff --git a/static/hetero_nn.yaml b/static/hetero_nn.yaml index 8ec901a8..6ad7f80f 100644 --- a/static/hetero_nn.yaml +++ b/static/hetero_nn.yaml @@ -2,7 +2,7 @@ component: name: hetero_nn description: '' provider: fate - version: 2.0.0 + version: 2.1.0 labels: [] roles: - guest diff --git a/static/hetero_sbt.yaml b/static/hetero_sbt.yaml index c371a8e8..df0ee952 100644 --- a/static/hetero_sbt.yaml +++ b/static/hetero_sbt.yaml @@ -2,7 +2,7 @@ component: name: hetero_secureboost description: '' provider: fate - version: 2.0.0 + version: 2.1.0 labels: [] roles: - guest @@ -316,7 +316,7 @@ component: description: '' is_multi: false model: - train_model_input: + warm_start_model: types: - json_model optional: true @@ -327,7 +327,7 @@ component: - host description: '' is_multi: false - predict_model_input: + input_model: types: - json_model optional: false @@ -340,7 +340,7 @@ component: is_multi: false output_artifacts: data: - train_data_output: + train_output_data: types: - dataframe optional: true @@ -374,7 +374,7 @@ component: description: '' is_multi: true model: - train_model_output: + output_model: types: - json_model optional: true @@ -395,3 +395,4 @@ component: description: metric, invisible for user is_multi: false schema_version: v1 + diff --git a/static/hetero_secureboost.yaml b/static/hetero_secureboost.yaml index f2fc0837..df0ee952 100644 --- a/static/hetero_secureboost.yaml +++ b/static/hetero_secureboost.yaml @@ -2,7 +2,7 @@ component: name: hetero_secureboost description: '' provider: fate - version: 2.0.0 + version: 2.1.0 labels: [] roles: - guest diff --git a/static/homo_lr.yaml b/static/homo_lr.yaml index 07a93da6..d9a362e2 100644 --- a/static/homo_lr.yaml +++ b/static/homo_lr.yaml @@ -2,7 +2,7 @@ component: name: homo_lr description: '' provider: fate - version: 2.0.0 + version: 2.1.0 labels: [] roles: - guest diff --git a/static/homo_nn.yaml b/static/homo_nn.yaml index 13474c7d..23ce15d9 100644 --- a/static/homo_nn.yaml +++ b/static/homo_nn.yaml @@ -2,7 +2,7 @@ component: name: homo_nn description: '' provider: fate - version: 2.0.0 + version: 2.1.0 labels: [] roles: - guest diff --git a/static/psi.yaml b/static/psi.yaml index a0a9c701..d70d2150 100644 --- a/static/psi.yaml +++ b/static/psi.yaml @@ -2,7 +2,7 @@ component: name: psi description: '' provider: fate - version: 2.0.0 + version: 2.1.0 labels: [] roles: - guest @@ -69,3 +69,4 @@ component: description: metric, invisible for user is_multi: false schema_version: v1 + diff --git a/static/reader.yaml b/static/reader.yaml index 101c031c..3ca780bc 100644 --- a/static/reader.yaml +++ b/static/reader.yaml @@ -2,7 +2,7 @@ component: name: reader description: '' provider: fate - version: 2.0.0 + version: 2.1.0 labels: [] roles: - guest @@ -61,3 +61,4 @@ component: description: metric, invisible for user is_multi: false schema_version: v1 + diff --git a/static/sample.yaml b/static/sample.yaml index 5ee27431..e06e723f 100644 --- a/static/sample.yaml +++ b/static/sample.yaml @@ -2,8 +2,8 @@ component: name: sample description: '' provider: fate - version: 2.0.0 - labels: [ ] + version: 2.1.0 + labels: [] roles: - guest - host @@ -89,7 +89,7 @@ component: - host description: '' is_multi: false - model: { } + model: {} output_artifacts: data: output_data: @@ -103,7 +103,7 @@ component: - host description: '' is_multi: false - model: { } + model: {} metric: metric: types: @@ -117,3 +117,4 @@ component: description: metric, invisible for user is_multi: false schema_version: v1 + diff --git a/static/sshe_linr.yaml b/static/sshe_linr.yaml index bcdfba9d..14995aba 100644 --- a/static/sshe_linr.yaml +++ b/static/sshe_linr.yaml @@ -2,8 +2,8 @@ component: name: sshe_linr description: '' provider: fate - version: 2.0.0 - labels: [ ] + version: 2.1.0 + labels: [] roles: - guest - host @@ -297,8 +297,9 @@ component: types: - json_metric optional: false - stages: [ ] - roles: [ ] + stages: [] + roles: [] description: metric, invisible for user is_multi: false schema_version: v1 + diff --git a/static/sshe_lr.yaml b/static/sshe_lr.yaml index 8aa25fce..f608a4c7 100644 --- a/static/sshe_lr.yaml +++ b/static/sshe_lr.yaml @@ -2,8 +2,8 @@ component: name: sshe_lr description: '' provider: fate - version: 2.0.0 - labels: [ ] + version: 2.1.0 + labels: [] roles: - guest - host @@ -297,8 +297,9 @@ component: types: - json_metric optional: false - stages: [ ] - roles: [ ] + stages: [] + roles: [] description: metric, invisible for user is_multi: false schema_version: v1 + diff --git a/static/statistics.yaml b/static/statistics.yaml index 8d7fafc0..6a645183 100644 --- a/static/statistics.yaml +++ b/static/statistics.yaml @@ -2,8 +2,8 @@ component: name: statistics description: '' provider: fate - version: 2.0.0 - labels: [ ] + version: 2.1.0 + labels: [] roles: - guest - host @@ -106,9 +106,9 @@ component: - host description: '' is_multi: false - model: { } + model: {} output_artifacts: - data: { } + data: {} model: output_model: types: @@ -134,3 +134,4 @@ component: description: metric, invisible for user is_multi: false schema_version: v1 + diff --git a/static/toy_example.yaml b/static/toy_example.yaml index 4363c6ec..1edd4f69 100644 --- a/static/toy_example.yaml +++ b/static/toy_example.yaml @@ -2,7 +2,7 @@ component: name: toy_example description: '' provider: fate - version: 2.0.0-beta + version: 2.1.0 labels: [] roles: - guest diff --git a/static/union.yaml b/static/union.yaml index 5b049164..0a17f33c 100644 --- a/static/union.yaml +++ b/static/union.yaml @@ -2,12 +2,12 @@ component: name: union description: '' provider: fate - version: 2.0.0 - labels: [ ] + version: 2.1.0 + labels: [] roles: - guest - host - parameters: { } + parameters: {} input_artifacts: data: input_datas: @@ -21,7 +21,7 @@ component: - host description: '' is_multi: true - model: { } + model: {} output_artifacts: data: output_data: @@ -35,7 +35,7 @@ component: - host description: '' is_multi: false - model: { } + model: {} metric: metric: types: @@ -49,3 +49,4 @@ component: description: metric, invisible for user is_multi: false schema_version: v1 + diff --git a/static/upload.yaml b/static/upload.yaml index 4027ef45..158f884f 100644 --- a/static/upload.yaml +++ b/static/upload.yaml @@ -2,7 +2,7 @@ component: name: upload description: '' provider: fate_flow - version: 2.0.0 + version: 2.1.0 labels: [] roles: - guest