diff --git a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/AutoMlDao.xml b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/AutoMlDao.xml index 610fe143..c4453c5c 100644 --- a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/AutoMlDao.xml +++ b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/AutoMlDao.xml @@ -77,6 +77,7 @@ exclude_regressor = #{autoMl.excludeRegressor}, exclude_feature_preprocessor = #{autoMl.excludeFeaturePreprocessor}, scoring_functions = #{autoMl.scoringFunctions}, + metrics = #{autoMl.metrics}, test_size = #{autoMl.testSize}, @@ -98,9 +99,6 @@ metric_name = #{autoMl.metricName}, - - metrics = #{autoMl.metrics}, - greater_is_better = #{autoMl.greaterIsBetter},