From 7da38a53fc52cea5067ff862dc1020b0885ff6c7 Mon Sep 17 00:00:00 2001 From: mgqa34 Date: Wed, 11 Nov 2020 19:48:42 +0800 Subject: [PATCH] fix doc error Signed-off-by: mgqa34 --- doc/dsl_conf_v2_setting_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dsl_conf_v2_setting_guide.rst b/doc/dsl_conf_v2_setting_guide.rst index 73f0e488e7..bc1ae9c0c9 100644 --- a/doc/dsl_conf_v2_setting_guide.rst +++ b/doc/dsl_conf_v2_setting_guide.rst @@ -78,7 +78,7 @@ Field Specification 1. data: typically used in data_io, feature_engineering modules and evaluation. 2. train_data: uses in training components like HeteroLR、HeteroSBT and so on. If this field is provided, the task will be parse as a **fit** task 3. validate_data: If train_data is provided, this field is optional. In this case, this data will be used as validation set. - 4. test_input: specify the data used to predict, if this field is set up, the **model** also needs. + 4. test_data: specify the data used to predict, if this field is set up, the **model** also needs. - Model: There are two possible model-input types: