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.
由于我的 RAM 的大小,我决定将我的数据分成两部分,并使用 ranger r 包拟合两个不同的随机森林模型。ranger 中是否有一个函数可以让我将这两个模型组合成一个模型进行预测?
尝试使用 stacks 包来创建一个集成模型。或者,对您的数据样本进行交叉验证,以一次训练多个模型,并找到在保持集上表现最佳的模型。查看 tidymodels 生态系统中的欧洲防风草。