【cv】Decision stumps||线性分段函数(piecewise linear function )||

决策桩(Decision Stumps)是仅包含一个内部节点的决策树,基于单一输入特征进行预测。它们常作为弱学习器在集成学习方法如 Bagging 和 Boosting 中使用。线性分段函数则是通过多个阈值将连续特征划分成多个部分的函数。在机器学习中,决策桩的选择通常基于训练集上的准确度。本文探讨了这两种简单但有效的分类工具。
摘要由CSDN通过智能技术生成

1.   Decision stumps的概念

http://www.answers.com/topic/decision-stump

 

A decision stump is a machine learning model consisting of a one-leveldecision tree.[1] That is, it is a decision tree with one internal node (the root) which is immediately connected to the terminal nodes. A decision stump makes a prediction based on the value of just a single input feature. Sometimes they are also called1-rules.[2]

Depending on the type of the input feature, several variations are possible. For nominal features, one may build a stump which contains a leaf for each possible feature value[3][4] or a stump with the two leaves, one of which corresponds to some chosen category, and the other leaf to all the other categories.[5] For binary features these two schemes are identical. A missing value may be treated as a yet another category.[5]

For continuous features, usually, some threshold feature value is selected, and the stump contains two leaves — for values below and above the threshold. However, rarely, multiple thresholds may be chosen and the stump therefore contains three or more leaves.

Decision stumps are often

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值