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 07 Mar. 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
02/0502/0602/0702/0802/0902/1002/1102/1202/1302/1402/1502/1602/1702/1802/1902/2002/2102/2202/2302/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/06Downloads for FeaLect051015202530TrendBars

Today's Hot Picks in Authors and Packages

meteoEVT  
Computation and Visualization of Energetic and Vortical Atmospheric Quantities
Energy-Vorticity theory (EVT) is the fundamental theory to describe processes in the atmosphere by c ...
Download / Learn more Package Citations See dependency  
inctools  
Incidence Estimation Tools
Tools for estimating incidence from biomarker data in cross- sectional surveys, and for calibrating ...
Download / Learn more Package Citations See dependency  
rebus.base  
Core Functionality for the 'rebus' Package
Build regular expressions piece by piece using human readable code. This package contains core func ...
Download / Learn more Package Citations See dependency  
exploratory  
A Tool for Large-Scale Exploratory Analyses
Conduct numerous exploratory analyses in an instant with a point-and-click interface. With one simp ...
Download / Learn more Package Citations See dependency  
vinereg  
D-Vine Quantile Regression
Implements D-vine quantile regression models with parametric or nonparametric pair-copulas. See Kra ...
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  

23,794

R Packages

206,711

Dependencies

64,305

Author Associations

23,781

Publication Badges

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