PulseAugur
EN
LIVE 21:44:20

New Rust Random Forest 'Fru' offers major speedups over scikit-learn, ranger

A new Rust-based implementation of Random Forest, named Fru, has been developed and published in the Software X journal. This implementation offers significant performance improvements and better scalability compared to existing popular libraries. Fru achieves several times the speed of scikit-learn in Python and is typically dozens of percent faster than R's ranger package, with potential speedups reaching several times faster in specific use cases. The project also introduces a novel permutation importance implementation and provides bindings for both Python and R, integrating seamlessly with libraries like pandas and polars. AI

IMPACT Offers significant performance gains for Random Forest implementations, potentially accelerating machine learning workflows.

RANK_REASON Publication of a new software implementation in a journal. [lever_c_demoted from research: ic=1 ai=0.7]

Read on r/MachineLearning →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New Rust Random Forest 'Fru' offers major speedups over scikit-learn, ranger

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Publication of a new software implementation in a journal. [lever_c_demoted from research: ic=1 ai=0.7]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, product, other
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
47 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

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

    fru - Fast Random Forest Implementation [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…