Browse Source

自动机器学习开发

dev-automl
chenzhihang 1 year ago
parent
commit
72744f287d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/domain/AutoMl.java

+ 1
- 1
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/domain/AutoMl.java View File

@@ -110,7 +110,7 @@ public class AutoMl {

private String excludeFeaturePreprocessor;

@ApiModelProperty(value = "训练集的比率,0到1之间")
@ApiModelProperty(value = "测试集的比率,0到1之间")
private Float testSize;

@ApiModelProperty(value = "如何处理过拟合,如果使用基于“cv”的方法或Splitter对象,可能需要使用resampling_strategy_arguments。holdout或crossValid")


Loading…
Cancel
Save