Package: fru Title: A Blazing Fast Implementation of Random Forest Version: 0.0.7 Authors@R: c( person( c("Miron","Bartosz"),"Kursa",role=c("aut","cre"),email="m@mbq.me",comment=c(ORCID="0000-0001-7672-648X") ), person( c("Krzysztof","Piotr"),"Piwoński",role=c("aut"),email="xrf.os@kpiwonski.com",comment=c(ORCID="0000-0002-0977-5959") ) ) Description: Yet another implementation of the Random Forest method by Breiman (2001) , written in Rust and tailored towards stability, correctness, efficiency and scalability on modern multi-core machines. Handles both classification and regression, as well as provides permutation feature importance via a novel, highly optimised algorithm. URL: https://gitlab.com/mbq/fru SystemRequirements: Cargo (Rust's package manager) >= 1.85, rustc >= 1.85 License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.3.3 Config/pak/sysreqs: libclang-dev Repository: https://mbq.r-universe.dev Date/Publication: 2026-05-07 01:22:44 UTC RemoteUrl: https://gitlab.com/mbq/fru RemoteRef: HEAD RemoteSha: f6680affc2786e9a4272780d013a7be55c673c3d NeedsCompilation: yes Packaged: 2026-06-24 05:57:55 UTC; root Author: Miron Bartosz Kursa [aut, cre] (ORCID: ), Krzysztof Piotr Piwoński [aut] (ORCID: ) Maintainer: Miron Bartosz Kursa