Skip to content

For general feature selection based on any evaluation index according to your task

Notifications You must be signed in to change notification settings

HuayuJia/Feature-Selection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Features Selection

This code is based on the IJCAI-2018 but can tune easily for other dataset

How to run

  • modify the read dataset in FeatureSelection.py

  • modify the features combination you want to start with in temp variable in FeatureSelection.py

  • modify the useless features in FeatureSelection.py

  • add the potential features you want to add in

  • select your algorithm and recorded file name

  • change the validation in function k_fold in file LRS_SA_RGSS.py

  • change the evaluation operator in function ScoreUpdate() in LRS_SA_RGSS.py (> or <)

  • run the FeatureSelection.py

  • check the record file to see the result

  • This code take a while to run, you can stop it any time and restart by replace the best features combination in temp

This features selection method achieved

Algorithm details

Procedure

About

For general feature selection based on any evaluation index according to your task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%