contextual icon indicating copy to clipboard operation
contextual copied to clipboard

How to get predictions of new test data?

Open kimhs950627 opened this issue 4 years ago • 0 comments

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!

kimhs950627 avatar Jul 17 '21 08:07 kimhs950627