You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for the awesome package.
I'm wondering how to get a prediction from the test data.
Let's say that I build online advertisement recommendation system using multi armed bandit problem. I build simulator and history for certain data(Replay Evaluator bandit, Linear UCB policy with 100-dimensional context vectors). I want to see what's the optimal output(what advertisement should be represented) with my test data.
I tried "predict" function with simulator or agents, and none of them worked. I really look forward to your help.
Thanks!
The text was updated successfully, but these errors were encountered:
First, thank you for the awesome package.
I'm wondering how to get a prediction from the test data.
Let's say that I build online advertisement recommendation system using multi armed bandit problem. I build simulator and history for certain data(Replay Evaluator bandit, Linear UCB policy with 100-dimensional context vectors). I want to see what's the optimal output(what advertisement should be represented) with my test data.
I tried "predict" function with simulator or agents, and none of them worked. I really look forward to your help.
Thanks!
The text was updated successfully, but these errors were encountered: