From 6a1685db37fa2de38763106373186a498524cb20 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 09:31:06 +0800 Subject: [PATCH] update component yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: v_wbmqwang(王盟卿) --- static/evaluation.yaml | 3 ++- static/hetero_nn.yaml | 11 ++++++----- static/hetero_secureboost.yaml | 9 +++++---- static/homo_lr.yaml | 6 +++--- static/homo_nn.yaml | 11 ++++++----- static/union.yaml | 2 +- 6 files changed, 23 insertions(+), 19 deletions(-) diff --git a/static/evaluation.yaml b/static/evaluation.yaml index 740bbb22..34950949 100644 --- a/static/evaluation.yaml +++ b/static/evaluation.yaml @@ -54,7 +54,7 @@ component: use 'label' in the input dataframe input_artifacts: data: - input_data: + input_datas: types: - dataframe optional: false @@ -82,3 +82,4 @@ component: description: metric, invisible for user is_multi: false schema_version: v1 + diff --git a/static/hetero_nn.yaml b/static/hetero_nn.yaml index 634baa23..8ec901a8 100644 --- a/static/hetero_nn.yaml +++ b/static/hetero_nn.yaml @@ -87,7 +87,7 @@ component: description: '' is_multi: false model: - train_model_input: + warm_start_model: types: - model_directory optional: true @@ -98,7 +98,7 @@ component: - host description: '' is_multi: false - predict_model_input: + input_model: types: - model_directory optional: false @@ -111,7 +111,7 @@ component: is_multi: false output_artifacts: data: - train_data_output: + train_output_data: types: - dataframe optional: true @@ -122,7 +122,7 @@ component: - host description: '' is_multi: false - predict_data_output: + test_output_data: types: - dataframe optional: true @@ -134,7 +134,7 @@ component: description: '' is_multi: false model: - train_model_output: + output_model: types: - model_directory optional: true @@ -155,3 +155,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 c371a8e8..f2fc0837 100644 --- a/static/hetero_secureboost.yaml +++ b/static/hetero_secureboost.yaml @@ -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/homo_lr.yaml b/static/homo_lr.yaml index 88409352..07a93da6 100644 --- a/static/homo_lr.yaml +++ b/static/homo_lr.yaml @@ -206,7 +206,7 @@ component: description: '' is_multi: false model: - train_input_model: + warm_start_model: types: - json_model optional: true @@ -217,7 +217,7 @@ component: - host description: '' is_multi: false - predict_input_model: + input_model: types: - json_model optional: false @@ -253,7 +253,7 @@ component: description: '' is_multi: false model: - train_output_model: + output_model: types: - json_model optional: false diff --git a/static/homo_nn.yaml b/static/homo_nn.yaml index d68745fb..13474c7d 100644 --- a/static/homo_nn.yaml +++ b/static/homo_nn.yaml @@ -88,7 +88,7 @@ component: description: '' is_multi: false model: - train_model_input: + warm_start_model: types: - model_directory optional: true @@ -99,7 +99,7 @@ component: - host description: '' is_multi: false - predict_model_input: + input_model: types: - model_directory optional: false @@ -112,7 +112,7 @@ component: is_multi: false output_artifacts: data: - train_data_output: + train_output_data: types: - dataframe optional: true @@ -123,7 +123,7 @@ component: - host description: '' is_multi: false - predict_data_output: + test_output_data: types: - dataframe optional: true @@ -135,7 +135,7 @@ component: description: '' is_multi: false model: - train_model_output: + output_model: types: - model_directory optional: true @@ -156,3 +156,4 @@ component: description: metric, invisible for user is_multi: false schema_version: v1 + diff --git a/static/union.yaml b/static/union.yaml index f1ff1d42..5b049164 100644 --- a/static/union.yaml +++ b/static/union.yaml @@ -10,7 +10,7 @@ component: parameters: { } input_artifacts: data: - input_data_list: + input_datas: types: - dataframe optional: false