Other packages > Find by keyword >

FeaLect  

Scores Features for Feature Selection
View on CRAN: Click here


Download and install FeaLect package within the R console
Install from CRAN:
install.packages("FeaLect")

Install from Github:
library("remotes")
install_github("cran/FeaLect")

Install by package version:
library("remotes")
install_version("FeaLect", "1.20")



Attach the package and use:
library("FeaLect")
Maintained by
Habil Zare
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2010-11-03
Latest Update: 2020-02-25
Description:
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.
How to cite:
Habil Zare (2010). FeaLect: Scores Features for Feature Selection. R package version 1.20, https://cran.r-project.org/web/packages/FeaLect. Accessed 06 Jun. 2026.
Previous versions and publish date:
1.1 (2010-11-03 08:32), 1.3 (2012-10-29 08:57), 1.7 (2014-12-31 05:47), 1.8 (2015-03-08 15:48), 1.10 (2015-05-13 00:55), 1.12 (2018-05-16 22:37), 1.14 (2018-06-01 15:13)
Other packages that cited FeaLect R package
View FeaLect citation profile
Other R packages that FeaLect depends, imports, suggests or enhances
Complete documentation for FeaLect
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

odbc  
Connect to ODBC Compatible Databases (using the DBI Interface)
A DBI-compatible interface to ODBC databases. ...
Download / Learn more Package Citations See dependency  
worrrd  
Generate Wordsearch and Crossword Puzzles
Generate wordsearch and crossword puzzles using custom lists of words (and clues).Make them easy or ...
Download / Learn more Package Citations See dependency  
IAPWS95  
Thermophysical Properties of Water and Steam
An implementation of the International Association for the Properties of Water (IAPWS) Formulation ...
Download / Learn more Package Citations See dependency  
rwavelet  
Wavelet Analysis
Perform wavelet analysis (orthogonal,translation invariant, tensorial, 1-2-3d transforms, thresholdi ...
Download / Learn more Package Citations See dependency  
BALLI  
Expression RNA-Seq Data Analysis Based on Linear Mixed Model
Analysis of gene expression RNA-seq data using Bartlett-Adjusted Likelihood-based LInear model (BALL ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA