knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
stabm
provides an implementation of many measures which assess the stability of feature selection.
The following stability measures are currently included:
stabm::listStabilityMeasures()
You can install the released version of stabm from CRAN with:
install.packages("stabm")
For the development version, use devtools:
devtools::install_github("bommert/stabm")
This R package is licensed under the LGPL-3. If you encounter problems using this software (lack of documentation, misleading or wrong documentation, unexpected behaviour, bugs, ...) or just want to suggest features, please open an issue in the issue tracker. Pull requests are welcome and will be included at the discretion of the author.
Please note that the stabm
project is released with a Contributor Code of Conduct.
By contributing to this project, you agree to abide by its terms.
If you use stabm, please cite our JOSS article:
toBibtex(citation("stabm"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.