hmarvi / FeatureSelectionOptimizer

Different methods for optimizing state-of-the-art feature selection methods namely SVMRFE, HSICLASSO, and mRMR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FeatureSelectionOptimizer

Optimizing state-of-the-art feature selection methods namely SVMRFE, HSICLASSO, and mRMR with removing irrelevant and redundant features using a sparse method based on singular value decomposition (SLS) and clustering.

Datasets

Three datasets, containing expression profile of healthy and Ulcerative Colitis (UC) samples, have been obtained from the Gene Expression Omnibus database(GEO). Datasets were downloaded under accession numbers GSE11223, GSE3365, and GSE22619.

Prerequisites

  • pip install pandas
  • pip install mrmr (need to have Python 3.6 not higher)
  • pip install pyHSICLasso

About

Different methods for optimizing state-of-the-art feature selection methods namely SVMRFE, HSICLASSO, and mRMR.


Languages

Language:Python 100.0%