PMML Model: Independent and Dependent Fields
所属分类 PMML
浏览量 78
Independent fields, also called input fields or features, are the variables used to make predictions.
In PMML these are typically defined in the DataDictionary and MiningSchema elements.
The dependent field is the output or target variable that the model predicts.
It's also defined in both the DataDictionary and MiningSchema, but with usageType="predicted"
independent (ie. input) fields
独立(即输入)字段
Key Differences
Usage Type:
Independent: usageType="active"
Dependent: usageType="predicted"
Role:
Independent fields are inputs to the model
Dependent field is the output of the model
Multiple vs Single:
There can be multiple independent fields
Typically only one dependent field (though some models support multiple outputs)
上一篇
下一篇
霍华德·马克斯《投资最重要的事》 第21章 最重要的事
《纳瓦尔宝典》要点
PMML支持的模型类型
PMML模型中 TargetFields 和 OutputFields 的区别
PMML模型监控分析
PMML与JPMML