Skip to content

The experiment for Federated Online Clustering of Bandits (UAI, 2022)

Notifications You must be signed in to change notification settings

ZhaoHaoRu/Federated-Clustering-of-Bandits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Federated Online Clustering of Bandits

Introduction

This is the experiment for Federated Online Clustering of Bandits (UAI, 2022).

Folder Structure


├── data_preprocessing  // preprocessing of data in movielens and yelp files
├── environment         // environment feedback for experiment and etc.
├── experiment          // main part of the experiment
├── plot                // the plot functions
├── result_processing   // processing the experiment result to get the desired information for plot
└── raw_data            // the data files input in the experiment, which have been preprocessed
    ├── movielens_data 
    ├── synthetic_data 
    └── yelp_data        

Paremeters

  • In CDP-FCLUB-DC experiment, we choose beta_scaling = 0.005, $\alpha$ = 1.5, $\delta$ = 0.1, $\epsilon$ = 1. Under this condition, the experiment has achieved good results

Contact

Haoru Zhao - zhaohaoru@sjtu.edu.cn

If you find any bugs or have any question, please contact me.

About

The experiment for Federated Online Clustering of Bandits (UAI, 2022)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages