Skip to content

moisesrsantos/featselec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evaluating Meta-Feature Selection for the Algorithm Recommendation Problem

Author: Gean T. Pereira, Moisés R. Santos and André C. P. L. F. de Carvalho

This repository aims to make the work "Evaluating Meta-Feature Selection for the Algorithm Recommendation Problem" reproducible for the scientific community.

Usage

To run this code, please execute the following commands:

# Python packages install

pip install scikit-learn
pip install pandas
pip install matplotlib
pip install seaborn
pip install scipy

# Run code

python main.py # to perform the experiments
python organize_results.py  # to organize the results
python plot_analysis.py # to plot and analyse the results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages