|
|
@@ -110,7 +110,7 @@ public class AutoMl { |
|
|
|
|
|
|
|
|
private String excludeFeaturePreprocessor; |
|
|
private String excludeFeaturePreprocessor; |
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "训练集的比率,0到1之间") |
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "测试集的比率,0到1之间") |
|
|
private Float testSize; |
|
|
private Float testSize; |
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "如何处理过拟合,如果使用基于“cv”的方法或Splitter对象,可能需要使用resampling_strategy_arguments。holdout或crossValid") |
|
|
@ApiModelProperty(value = "如何处理过拟合,如果使用基于“cv”的方法或Splitter对象,可能需要使用resampling_strategy_arguments。holdout或crossValid") |
|
|
|