Skip to content

tiagodscunha/cf2vec

Repository files navigation

cf2vec: Collaborative Filtering dataset embeddings for algorithm selection

The code presented is composed by a series of R scripts, all pertaining to the metalevel procedure. Thus, we do not include in this repository the source code required to train the Collaborative Filtering algorithms nor to use graph2vec. Instead, we provide already the results of such experiments through several CSV files in appropriately named folders. If you wish to obtain more information regarding this topic, please refer to the official repositories of MyMediaLite (https://github.com/zenogantner/MyMediaLite) and graph2vec (https://github.com/MLDroid/graph2vec_tf).

The contents provided can be organized in folders and files. The first refer to the metadatasets, algorithms and results obtained, while the latter refer to an R script responsible for an individual task. Each task is usually perceptible the the file name selected. However, for clarification purposes, we list the meaning of each folder/file below.

Folders:

Files:

  • auxiliary.R: auxiliary functions to process metadata and metatargets
  • baselevel_impact_graphic.R: script to create the graphics to assess the impact on the baselevel performance for all competing approaches
  • LR_baselevel_impact.R: script to calculate LR's impact on the baselevel performance
  • LR_evaluation.R: script that contains auxiliary functions for Label Ranking evaluation
  • LR_grid_search_visualization.R: script used to create boxplot performance visualization for all configurations used in the hyperparameter tuning procedure
  • LR_meta_experiments.R: script to calculate LR's metalevel evaluation performance
  • LR_tuning.R: auxiliary functions to perform grid-search tuning for Label Ranking algorithms
  • metalevel_visualization.R: script to create graphics to assess the metalevel evaluation performance for all competing approaches
  • PCA_metadataset_visualizations.R: script to create the metadataset visualizations using PCA

Notice that in addition to provide all metadatasets and algorithm implementations used for each step in the procedure and which guarantee the reproducibility of the presented research, we also include all metalevel experiment results. This allows to obtain the figures used in the paper without the necessity of running all scripts presented. However, if you wish to re-run the experiments, the outcoming results replace the ones provided in the repository, thus making the analysis easily reproducible. Lastly, in order to obtain the figures, you must run each script individually and assess the graphics output.

About

Collaborative Filtering dataset embeddings for algorithm selection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages