Package: FeaLect 1.20
Habil Zare
FeaLect: Scores Features for Feature Selection
For each feature, a score is computed that can be useful for feature selection. Several random subsets are sampled from the input data and for each random subset, various linear models are fitted using lars method. A score is assigned to each feature based on the tendency of LASSO in including that feature in the models.Finally, the average score and the models are returned as the output. The features with relatively low scores are recommended to be ignored because they can lead to overfitting of the model to the training data. Moreover, for each random subset, the best set of features in terms of global error is returned. They are useful for applying Bolasso, the alternative feature selection method that recommends the intersection of features subsets.
Authors:
FeaLect_1.20.tar.gz
FeaLect_1.20.tar.gz(r-4.5-noble)FeaLect_1.20.tar.gz(r-4.4-noble)
FeaLect_1.20.tgz(r-4.4-emscripten)FeaLect_1.20.tgz(r-4.3-emscripten)
FeaLect.pdf |FeaLect.html✨
FeaLect/json (API)
# Install 'FeaLect' in R: |
install.packages('FeaLect', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- mcl_sll - MCL and SLL lymphoma subtypes
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 5 years agofrom:eb2479f638. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 20 2024 |
R-4.5-linux | OK | Nov 20 2024 |
Exports:compute.balancedcompute.logistic.scoredoctor.validateFeaLectignore.redundantinput.check.FeaLectrandom.subsettrain.doctor
Dependencies:backportsbase64encbslibcachemcheckmatecliclustercodetoolscolorspacedata.tabledigestevaluatefansifarverfastmapfontawesomeforeignFormulafsggplot2gluegridExtragtablehighrHmischtmlTablehtmltoolshtmlwidgetsisobandjquerylibjsonliteknitrlabelinglarslatticelifecyclemagrittrMASSMatrixMatrixModelsmemoisemgcvmimemultcompmunsellmvtnormnlmennetpillarpkgconfigpolsplinequantregR6rappdirsRColorBrewerrlangrmarkdownrmsrpartrstudioapisandwichsassscalesSparseMstringistringrsurvivalTH.datatibbletinytexutf8vctrsviridisviridisLitewithrxfunyamlzoo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Scores Features for Feature Selection | FeaLect-package |
Balances between negative and positive samples by oversampling. | compute.balanced |
Fits a logistic regression model using the linear scores | compute.logistic.score |
Validates a model using validating samples. | doctor.validate |
Computes the scores of the features. | FeaLect |
Refines a feature matrix | ignore.redundant |
Checks the inputs to Fealect() function. | input.check.FeaLect |
MCL and SLL lymphoma subtypes | mcl_sll |
Selects a random subset of the input. | random.subset |
Fits various models based on a combination on penalized linear models and logistic regression. | train.doctor |