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.
我正在使用partykit 创建一个多输出随机森林。库方提供了一个函数(impVar)可以直接获取,但是我在partykit中找不到等价的函数。有没有办法获得变量重要性以使用partykit进行分类?
还没有。ctree()虽然在 partykit中的树拟合功能mob()已经取代了 party 包中的相应功能,但对于cforest(). 目前后者是一个基本的重新实现,已经有了一些新特性,但也缺乏各种细节,特别是灵活预测和变量重要性的方法。不过,我们计划在未来添加这些。
ctree()
mob()
cforest()