-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting topN arm features in Offpolicy method #58
Comments
It's not possible to obtain probabilities because the methods are not probabilistic. It should be theoretically possible to produce top-N rankings, but it's not currently implemented. |
Its possible through decision_function() to get scores of distributions across each arms. But I have observed that the mean score distribution across arms have very similar value. |
I want to use linUCB (online policy) to my data. |
@shyun46 It includes the confidence bound. |
Is it possible to get probabilities and topN arms in other methods like DoublyRobust and OffsetTree apart from Bootstrapped TS
The text was updated successfully, but these errors were encountered: