<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Scores Features for Feature Selection</dc:title>
  <dc:title>R package FeaLect version 1.20</dc:title>
  <dc: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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: lars, rms</dc:relation>
  <dc:creator>Habil Zare &lt;zare@u.washington.edu&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Habil Zare</dc:contributor>
  <dc:rights>GPL (&gt;= 2)</dc:rights>
  <dc:date>2020-02-25</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=FeaLect</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.FeaLect</dc:identifier>
</oai_dc:dc>
