| @@ -78,6 +78,7 @@ | |||||
| exclude_feature_preprocessor = #{autoMl.excludeFeaturePreprocessor}, | exclude_feature_preprocessor = #{autoMl.excludeFeaturePreprocessor}, | ||||
| scoring_functions = #{autoMl.scoringFunctions}, | scoring_functions = #{autoMl.scoringFunctions}, | ||||
| metrics = #{autoMl.metrics}, | metrics = #{autoMl.metrics}, | ||||
| metric_name = #{autoMl.metricName}, | |||||
| <if test="autoMl.testSize != null and autoMl.testSize !=''"> | <if test="autoMl.testSize != null and autoMl.testSize !=''"> | ||||
| test_size = #{autoMl.testSize}, | test_size = #{autoMl.testSize}, | ||||
| </if> | </if> | ||||
| @@ -96,9 +97,6 @@ | |||||
| <if test="autoMl.tmpFolder != null and autoMl.tmpFolder !=''"> | <if test="autoMl.tmpFolder != null and autoMl.tmpFolder !=''"> | ||||
| tmp_folder = #{autoMl.tmpFolder}, | tmp_folder = #{autoMl.tmpFolder}, | ||||
| </if> | </if> | ||||
| <if test="autoMl.metricName != null and autoMl.metricName !=''"> | |||||
| metric_name = #{autoMl.metricName}, | |||||
| </if> | |||||
| <if test="autoMl.greaterIsBetter != null"> | <if test="autoMl.greaterIsBetter != null"> | ||||
| greater_is_better = #{autoMl.greaterIsBetter}, | greater_is_better = #{autoMl.greaterIsBetter}, | ||||
| </if> | </if> | ||||