Package: ExhaustiveSearch 1.0.1

Rudolf Jagdhuber

ExhaustiveSearch: A Fast and Scalable Exhaustive Feature Selection Framework

The goal of this package is to provide an easy to use, fast and scalable exhaustive search framework. Exhaustive feature selections typically require a very large number of models to be fitted and evaluated. Execution speed and memory management are crucial factors here. This package provides solutions for both. Execution speed is optimized by using a multi-threaded C++ backend, and memory issues are solved by by only storing the best results during execution and thus keeping memory usage constant.

Authors:Rudolf Jagdhuber [aut, cre], Jorge Nocedal [cph], Naoaki Okazaki [cph]

ExhaustiveSearch_1.0.1.tar.gz
ExhaustiveSearch_1.0.1.zip(r-4.5)ExhaustiveSearch_1.0.1.zip(r-4.4)ExhaustiveSearch_1.0.1.zip(r-4.3)
ExhaustiveSearch_1.0.1.tgz(r-4.4-x86_64)ExhaustiveSearch_1.0.1.tgz(r-4.4-arm64)ExhaustiveSearch_1.0.1.tgz(r-4.3-x86_64)ExhaustiveSearch_1.0.1.tgz(r-4.3-arm64)
ExhaustiveSearch_1.0.1.tar.gz(r-4.5-noble)ExhaustiveSearch_1.0.1.tar.gz(r-4.4-noble)
ExhaustiveSearch_1.0.1.tgz(r-4.4-emscripten)ExhaustiveSearch_1.0.1.tgz(r-4.3-emscripten)
ExhaustiveSearch.pdf |ExhaustiveSearch.html
ExhaustiveSearch/json (API)
NEWS

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

Peer review:

Bug tracker:https://github.com/rudolfjagdhuber/exhaustivesearch/issues

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3

On CRAN:

aicexhaustive-searchfeature-selectionlinear-regressionlogistic-regressionmachine-learningmodel-selectionmse

3 exports 4 stars 1.46 score 2 dependencies 2 mentions 5 scripts 149 downloads

Last updated 4 years agofrom:d43403ae76. Checks:OK: 1 NOTE: 8. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 07 2024
R-4.5-win-x86_64NOTESep 07 2024
R-4.5-linux-x86_64NOTESep 07 2024
R-4.4-win-x86_64NOTESep 07 2024
R-4.4-mac-x86_64NOTESep 07 2024
R-4.4-mac-aarch64NOTESep 07 2024
R-4.3-win-x86_64NOTESep 07 2024
R-4.3-mac-x86_64NOTESep 07 2024
R-4.3-mac-aarch64NOTESep 07 2024

Exports:ExhaustiveSearchgetFeaturesresultTable

Dependencies:RcppRcppArmadillo