该文档涉及的组件

随机搜索TV模型 (RandomSearchTVSplitModel)

Java 类名:com.alibaba.alink.pipeline.tuning.RandomSearchTVSplitModel

Python 类名:RandomSearchTVSplitModel

功能介绍

由 RandomSearchTVSplit 组件调用 fit 方法产生,详见 RandomSearchTVSplit 组件的文档。

参数说明

名称 中文名称 描述 类型 是否必须? 取值范围 默认值
modelFilePath 模型的文件路径 模型的文件路径 String null
overwriteSink 是否覆写已有数据 是否覆写已有数据 Boolean false

代码示例

见 RandomSearchTVSplit 组件的文档。