This repository aims to make the work "Evaluating Meta-Feature Selection for the Algorithm Recommendation Problem" reproducible for the scientific community.
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