Skip to content
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

Open
shubh12et1062 opened this issue Oct 11, 2022 · 4 comments
Open

Getting topN arm features in Offpolicy method #58

shubh12et1062 opened this issue Oct 11, 2022 · 4 comments

Comments

@shubh12et1062
Copy link

shubh12et1062 commented Oct 11, 2022

Is it possible to get probabilities and topN arms in other methods like DoublyRobust and OffsetTree apart from Bootstrapped TS

@shubh12et1062 shubh12et1062 changed the title Getting probabilities of Arm predicted and getting topN arm features in Offpolicy method Getting topN arm features in Offpolicy method Oct 11, 2022
@david-cortes
Copy link
Owner

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.

@shubh12et1062
Copy link
Author

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.

@shyun46
Copy link

shyun46 commented Feb 22, 2023

I want to use linUCB (online policy) to my data.
In my case, is decision_function()'s scores mean just the expected value of fitted model (not consider confidence bound)?

@david-cortes
Copy link
Owner

@shyun46 It includes the confidence bound.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants