Skip to content

Soumyajit-Saha/A-Bi-Stage-Feature-Selection-on-Covid-19-Dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The following are the steps for executing the bi-stage FS:

1. Enter the original feature set in the dataset variable in the file named filter_feat_select which produces a union of top 150 ranked features using both MI and ReliefF feature selection methods. It gives out a feature file new_covid_feature_red.csv.

2. Now, enter the new_covid_feature_red.csv file in the dataset variable in the main.py file which will apply Dragonfly algorithm on the ranked feature sets and will produce the output metrics and the generate a final reduced feature set as a file named reduced_feature_set.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages