Lukas Vermeer

Results 11 comments of Lukas Vermeer

I feel compelled to point out that the stationarity assumption, which is required by many MAB algorithms (such as the popular Thompson sampling bandit), hardly ever holds in online practice....

Oh, and technically speaking, AB testing is _already a solution_ to the MAB problem. :-D It's called "epsilon first". We first spend a fixed amount of time/sample (i.e. epsilon) fully...

I believe this was fixed in f35ccb099e81453a97bf08e36902a752ebc70695?

For reference, after making these changes, I get the following graphical output. ![paradidi](https://user-images.githubusercontent.com/552432/27335146-d82019b6-55cb-11e7-9cde-c1bbdc5fff13.jpg)

Consider the following script (based on the documentation). ``` install.packages("remotes", repos='http://cran.us.r-project.org') remotes::install_github("ebenmichael/augsynth") remotes::install_github("facebookincubator/GeoLift") library(GeoLift) data(GeoLift_Test) GeoTestData_Test

Good idea! We need a generic way to pull data from other screens.

https://developer.chrome.com/extensions/options

Hello! Great to hear you want to contribute! That's awesome! I am not familiar with SiteSpect, so I was not aware of the custom domains thing. We will need to...

I think it [looks like](https://support.google.com/chrome_webstore/answer/2664769?p=enable_extensions&visit_id=637429253263063422-1873508244&rd=1#extensionpermissions) users can change which domains an extension has access to, but _only_ if the extension is first configured to request permissions to access all domains....

I've added skeleton and answered first question, but this is far from finished.