PulseAugur
实时 17:03:06
English(EN) fru - Fast Random Forest Implementation [P]

新的 Rust 随机森林 'Fru' 比 scikit-learn 和 ranger 速度更快

一种新的基于 Rust 的随机森林实现 Fru 已开发完成并发表在 Software X 期刊上。该实现相比现有的流行库在性能和可扩展性方面都有显著提升。Fru 在 Python 中实现了 scikit-learn 几倍的速度,并且通常比 R 的 ranger 包快百分之几十,在特定用例中速度提升潜力可达几倍。该项目还引入了一种新颖的排列重要性实现,并为 Python 和 R 提供了绑定,可与 pandaspolars 等库无缝集成。 AI

影响 为随机森林实现提供了显著的性能提升,可能加速机器学习工作流。

排序理由 在期刊上发表了新的软件实现。[lever_c_降级自研究: ic=1 ai=0.7]

在 r/MachineLearning 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新的 Rust 随机森林 'Fru' 比 scikit-learn 和 ranger 速度更快

报道来源 [1]

  1. r/MachineLearning TIER_1 English(EN) · /u/kpiwonski ·

    fru - 快速随机森林实现 [P]

    <!-- SC_OFF --><div class="md"><p>Hello, I wanted to share the work my colleague and I have been doing, which has just been published in <a href="https://doi.org/10.1016/j.softx.2026.102918">Software X journal</a>. We developed a Rust-based implementation of Random Forest. It has…