8000 GitHub - xnie/cMLE-debias: cMLE algorithm for debiasing multi-arm bandits
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xnie/cMLE-debias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cMLE-debias

This is the repository for the cMLE algorithm used in paper "Why Adaptively Collected Data Have Negative Bias, and How to Correct for It" by Xinkun Nie, Xiaoying Tian, Jonathan Taylor, and James Zou. Details see https://arxiv.org/abs/1708.01977

Code tested on Python 2.7.6. Requires Numpy, Scipy, and Matplotlib.

Note that for potential parallel processing, we divide up all the number of repeated trials into D divisions. Run main.py for each of these divisions, and run process_div.py to tally the output. Example usage see run.sh.

For usage of main.py and process_div.py, run the following:

python main.py --help 
python process_div.py --help 

About

cMLE algorithm for debiasing multi-arm bandits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0