Package: sirus 0.3.3
sirus: Stable and Interpretable RUle Set
A regression and classification algorithm based on random forests, which takes the form of a short list of rules. SIRUS combines the simplicity of decision trees with a predictivity close to random forests. The core aggregation principle of random forests is kept, but instead of aggregating predictions, SIRUS aggregates the forest structure: the most frequent nodes of the forest are selected to form a stable rule ensemble model. The algorithm is fully described in the following articles: Benard C., Biau G., da Veiga S., Scornet E. (2021), Electron. J. Statist., 15:427-505 <doi:10.1214/20-EJS1792> for classification, and Benard C., Biau G., da Veiga S., Scornet E. (2021), AISTATS, PMLR 130:937-945 <http://proceedings.mlr.press/v130/benard21a>, for regression. This R package is a fork from the project ranger (<https://github.com/imbs-hl/ranger>).
Authors:
sirus_0.3.3.tar.gz
sirus_0.3.3.zip(r-4.5)sirus_0.3.3.zip(r-4.4)sirus_0.3.3.zip(r-4.3)
sirus_0.3.3.tgz(r-4.5-x86_64)sirus_0.3.3.tgz(r-4.5-arm64)sirus_0.3.3.tgz(r-4.4-x86_64)sirus_0.3.3.tgz(r-4.4-arm64)sirus_0.3.3.tgz(r-4.3-x86_64)sirus_0.3.3.tgz(r-4.3-arm64)
sirus_0.3.3.tar.gz(r-4.5-noble)sirus_0.3.3.tar.gz(r-4.4-noble)
sirus_0.3.3.tgz(r-4.4-emscripten)sirus_0.3.3.tgz(r-4.3-emscripten)
sirus.pdf |sirus.html✨
sirus/json (API)
# Install 'sirus' in R: |
install.packages('sirus', repos = c('https://clementbenard.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://gitlab.com/drti/sirus
Last updated 3 years agofrom:5ff41ba564. Checks:1 OK, 11 NOTE. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 10 2025 |
R-4.5-win-x86_64 | NOTE | Mar 10 2025 |
R-4.5-mac-x86_64 | NOTE | Mar 10 2025 |
R-4.5-mac-aarch64 | NOTE | Mar 10 2025 |
R-4.5-linux-x86_64 | NOTE | Mar 10 2025 |
R-4.4-win-x86_64 | NOTE | Mar 10 2025 |
R-4.4-mac-x86_64 | NOTE | Mar 10 2025 |
R-4.4-mac-aarch64 | NOTE | Mar 10 2025 |
R-4.4-linux-x86_64 | NOTE | Mar 10 2025 |
R-4.3-win-x86_64 | NOTE | Mar 10 2025 |
R-4.3-mac-x86_64 | NOTE | Mar 10 2025 |
R-4.3-mac-aarch64 | NOTE | Mar 10 2025 |
Exports:sirus.cvsirus.fitsirus.plot.cvsirus.predictsirus.print
Dependencies:bitopscaToolsclicodetoolscolorspacefansifarverforeachggplot2glmnetgluegplotsgtablegtoolsisobanditeratorsKernSmoothlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerRcppRcppEigenrlangROCRscalesshapesurvivaltibbleutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Estimate p0. | sirus.cv |
Fit SIRUS. | sirus.fit |
Plot SIRUS cross-validation path. | sirus.plot.cv |
Predict. | sirus.predict |
Print SIRUS. | sirus.print |