AutoMLVertical interface
AutoML 垂直类。 AutoML 垂直的基类 - TableVertical/ImageVertical/NLPVertical
属性
log |
作业的详细记录。 |
target |
目标列名称:这是预测值列。 也称为分类任务的上下文中的标签列名称。 |
task |
多态鉴别器,它指定此对象可以的不同类型的 |
training |
[必需]训练数据输入。 |
属性详细信息
logVerbosity
作业的详细记录。
logVerbosity?: string
属性值
string
targetColumnName
目标列名称:这是预测值列。 也称为分类任务的上下文中的标签列名称。
targetColumnName?: string
属性值
string
taskType
多态鉴别器,它指定此对象可以的不同类型的
taskType: "Classification" | "Forecasting" | "ImageClassification" | "ImageClassificationMultilabel" | "ImageInstanceSegmentation" | "ImageObjectDetection" | "Regression" | "TextClassification" | "TextClassificationMultilabel" | "TextNER"
属性值
"Classification" | "Forecasting" | "ImageClassification" | "ImageClassificationMultilabel" | "ImageInstanceSegmentation" | "ImageObjectDetection" | "Regression" | "TextClassification" | "TextClassificationMultilabel" | "TextNER"