Skip to content

alexandertornede/ci_2019_as_via_dyad_ranking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Code for the CI Workshop 2019 submission with the title "Algorithm Selection as Recommendation: From Collaborative Filtering to Dyad Ranking".

This repository holds the code for the CI Workshop 2019 submission with the title "Algorithm Selection as Recommendation: From Collaborative Filtering to Dyad Ranking" by Alexander Tornede, Marcel Wever and Eyke Hüllermeier.

Reproduction of Results

In order to reproduce the results, we assume you to have a MySQL database server running. Into this database, you have to import the three tables from the folder db which are stored in the form of SQL dumps. After this was done, you have to adapt four settings within the class ci.workshop.experiments.evaluator.ExperimentRunner. In line 46, you have to adapt the database settings according to your database. The first string is the URL of the server, the second one is the username which should be used by the program and the third is the respective password. Furthermore, you have to adapt the database name in line 29 to the name of the database where you imported the three tables. After having performed these steps, you should be able to run the main-method of the class. Doing so, will run all experiments and store the associated results in a table entitled by the string given in line 30. The structure of the generated table should be self-explanatory. In order to see an aggregated form of the results, we recommend grouping by approach and metric while averaging over metric_result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published