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:
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')) |
Bug tracker:https://github.com/rudolfjagdhuber/exhaustivesearch/issues
aicexhaustive-searchfeature-selectionlinear-regressionlogistic-regressionmachine-learningmodel-selectionmse
Last updated 4 years agofrom:d43403ae76. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win-x86_64 | NOTE | Nov 06 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 06 2024 |
R-4.4-win-x86_64 | NOTE | Nov 06 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 06 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 06 2024 |
R-4.3-win-x86_64 | NOTE | Nov 06 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 06 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 06 2024 |
Exports:ExhaustiveSearchgetFeaturesresultTable
Dependencies:RcppRcppArmadillo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Exhaustive feature selection | ExhaustiveSearch |
Extract the feature sets from an ExhaustiveSearch object | getFeatures |
Print ExhaustiveSearch | print.ExhaustiveSearch |
Overview of the top exhaustive search results | resultTable |