Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些从 0 到 1 的特征。但是当我转储模型时,我发现一些节点使用“特征 < 2.00001”分割这些特征。xgboost 是否会扩展该功能或为该功能增加一些价值?或者为什么选择2.00001进行拆分?谢谢~
xgboost 根据功能的值以及该功能是否缺失具有单独的拆分。
这通常是当 xgboost 只想根据功能是否丢失而不是根据值进行拆分时。