paper-with-me

Papers

Applying Supervised Learning Algorithms and a New Feature Selection Method to Predict Coronary Artery Disease

2014-02-03 · Hubert Haoyang Duan

From a fresh data science perspective, this thesis discusses the prediction of coronary artery disease based on genetic variations at the DNA base pair level, called Single-Nucleotide Polymorphisms (SNPs), collected from the Ontario Heart Genomics Study (OHGS). First, the thesis explains two commonly used supervised learning algorithms, the k-Nearest Neighbour (k-NN) and Random Forest classifiers, and includes a complete proof that the k-NN classifier is universally consistent in any finite dimensional normed vector space. Second, the thesis introduces two dimensionality reduction steps, Random Projections, a known feature extraction technique based on the Johnson-Lindenstrauss lemma, and a new method termed Mass Transportation Distance (MTD) Feature Selection for discrete domains. Then, this thesis compares the performance of Random Projections with the k-NN classifier against MTD Feature Selection and Random Forest, for predicting artery disease based on accuracy, the F-Measure, and area under the Receiver Operating Characteristic (ROC) curve. The comparative results demonstrate that MTD Feature Selection with Random Forest is vastly superior to Random Projections and k-NN. The Random Forest classifier is able to obtain an accuracy of 0.6660 and an area under the ROC curve of 0.8562 on the OHGS genetic dataset, when 3335 SNPs are selected by MTD Feature Selection for classification. This area is considerably better than the previous high score of 0.608 obtained by Davies et al. in 2010 on the same dataset.

📄 PDF Abstract BibTeX arXiv:1402.0459

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reductionfeature selectionLEMMA

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

Gram-Schmidt Methods for Unsupervised Feature Extraction and Selection

2023-11-15 · Bahram Yaghooti, Netanel Raviv, Bruno Sinopoli

Feature extraction and selection at the presence of nonlinear dependencies among the data is a fundamental challenge in unsupervised learning. We propose using a Gram-Schmidt (GS) type orthogonalization process over func…

feature selection

PPFS: Predictive Permutation Feature Selection

2021-10-20 · Atif Hassan, Jiaul H. Paik, Swanand Khare, Syed Asif Hassan

We propose Predictive Permutation Feature Selection (PPFS), a novel wrapper-based feature selection method based on the concept of Markov Blanket (MB). Unlike previous MB methods, PPFS is a universal feature selection te…

feature selection

Improving Performance of a Group of Classification Algorithms Using Resampling and Feature Selection

2014-03-08 · Mehdi Naseriparsa, Amir-masoud Bidgoli, Touraj Varaee

In recent years the importance of finding a meaningful pattern from huge datasets has become more challenging. Data miners try to adopt innovative methods to face this problem by applying feature selection methods. In th…

Classificationfeature selectionGeneral Classification

Day-ahead electricity price prediction applying hybrid models of LSTM-based deep learning methods and feature selection algorithms under consideration of market coupling

2021-01-13 · Wei Li, Denis Mike Becker

The availability of accurate day-ahead electricity price forecasts is pivotal for electricity market participants. In the context of trade liberalisation and market harmonisation in the European markets, accurate price f…

Feature Importancefeature selectionPredictionTime Series+1

Spectral Self-supervised Feature Selection

2024-07-12 · Daniel Segal, Ofir Lindenbaum, Ariel Jaffe

Choosing a meaningful subset of features from high-dimensional observations in unsupervised settings can greatly enhance the accuracy of downstream analysis, such as clustering or dimensionality reduction, and provide va…

Dimensionality Reductionfeature selection