alaradirik / variable-selection-using-R

R script to rank and select variables based on their importance/predictive power

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

The file data.csv contains an artificially generated dataset that consists of 400 samples with 10 sensor readings available for each sample. The samples are divided into two classes where the class label is either 1 or -1.

The R script ranks and selects the most important variables based on their predictive power in logistic regression and random forest models.

About

R script to rank and select variables based on their importance/predictive power


Languages

Language:R 100.0%