Package: spFSR 1.0.0

Vural Aksakalli

spFSR: Feature Selection and Ranking by Simultaneous Perturbation Stochastic Approximation

An implementation of feature selection and ranking via simultaneous perturbation stochastic approximation (SPSA-FSR) based on works by V. Aksakalli and M. Malekipirbazari (2015) <arxiv:1508.07630> and Zeren D. Yenice and et al. (2018) <arxiv:1804.05589>. The SPSA-FSR algorithm searches for a locally optimal set of features that yield the best predictive performance using a specified error measure such as mean squared error (for regression problems) and accuracy rate (for classification problems). This package requires an object of class 'task' and an object of class 'Learner' from the 'mlr' package.

Authors:Vural Aksakalli [aut, cre], Babak Abbasi [aut, ctb], Yong Kai Wong [aut, ctb], Zeren D. Yenice [ctb]

spFSR_1.0.0.tar.gz
spFSR_1.0.0.zip(r-4.5)spFSR_1.0.0.zip(r-4.4)spFSR_1.0.0.zip(r-4.3)
spFSR_1.0.0.tgz(r-4.4-any)spFSR_1.0.0.tgz(r-4.3-any)
spFSR_1.0.0.tar.gz(r-4.5-noble)spFSR_1.0.0.tar.gz(r-4.4-noble)
spFSR_1.0.0.tgz(r-4.4-emscripten)spFSR_1.0.0.tgz(r-4.3-emscripten)
spFSR.pdf |spFSR.html
spFSR/json (API)

# Install 'spFSR' in R:
install.packages('spFSR', repos = c('https://yongkai17.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/yongkai17/spfsr/issues

On CRAN:

4.00 score 2 stars 8 scripts 239 downloads 4 exports 42 dependencies

Last updated 6 years agofrom:0ca92c1d71. Checks:OK: 1 WARNING: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 10 2024
R-4.5-winWARNINGNov 10 2024
R-4.5-linuxWARNINGNov 10 2024
R-4.4-winWARNINGNov 10 2024
R-4.4-macWARNINGNov 10 2024
R-4.3-winWARNINGNov 10 2024
R-4.3-macWARNINGNov 10 2024

Exports:getBestModelgetImportanceplotImportancespFeatureSelection

Dependencies:backportsBBmisccheckmateclassclicolorspacedata.tablefansifarverfastmatchggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmlbenchmlrmunsellnlmeparallelMapParamHelperspillarpkgconfigR6RColorBrewerrlangscalesstringisurvivaltibbletictocutf8vctrsviridisLitewithrXML

Introduction to spFSR - feature selection and ranking by simultaneous perturbation stochastic approximation

Rendered fromspFSR.Rmdusingknitr::rmarkdownon Nov 10 2024.

Last update: 2018-10-02
Started: 2018-10-02