hayesgm / mountain_goat

Mountain Goat offers an in-site suite to handle user analytics and a/b testing
MIT License
37 stars 3 forks source link

Plans to implement other bandit algos #1

Open ajaymahale opened 12 years ago

ajaymahale commented 12 years ago

Do you have plans to release other bandit strategies like UCB1, Softmax, Pursuit etc. ?

hayesgm commented 12 years ago

Great idea. Let's find some reference papers to spec the algorithms

taylorbrooks commented 11 years ago

+1 Would love to see UCB1 added.

http://homes.di.unimi.it/~cesabian/Pubblicazioni/ml-02.pdf

hayesgm commented 11 years ago

Thanks for the paper reference. There's a lot I want to do to this library to slim it down for scale (and make sure it runs in Rails 3!). I'd love to take on some contributors for this / other issues; and I'll try to put some time back into the library soon.