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]
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 09 Apr. 2025.
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
03/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/08Downloads for FeaLect02468101214161820TrendBars

Today's Hot Picks in Authors and Packages

prettyglm  
Pretty Summaries of Generalized Linear Model Coefficients
One of the main advantages of using Generalised Linear Models is their interpretability. The goal ...
Download / Learn more Package Citations See dependency  
cvmdisc  
Cramer von Mises Tests for Discrete or Grouped Distributions
Implements Cramer-von Mises Statistics for testing fit to (1) fully specified discrete distributions ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
fisheye  
Transform Base Maps Using Log-Azimuthal Projection
Base maps are transformed to focus on a specific location using an azimuthal logarithmic distance t ...
Download / Learn more Package Citations See dependency  
mmb  
Arbitrary Dependency Mixed Multivariate Bayesian Models
Supports Bayesian models with full and partial (hence arbitrary) dependencies between random variab ...
Download / Learn more Package Citations See dependency  
multitaper  
Spectral Analysis Tools using the Multitaper Method
Implements multitaper spectral analysis using discrete prolate spheroidal sequences (Slepians) and s ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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