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
Hi, I am trying to train LinUCB or LinTS policy for my data. Policy is getting trained as well but it seems policy is selecting one particular arm for all the test observation. I have not normalised my features global features and per_arm features are having values in different ranges . I wanted to understand do I have to normalise before passing it to the model or model is taking care of it internally?
The text was updated successfully, but these errors were encountered:
Hi, I am trying to train LinUCB or LinTS policy for my data. Policy is getting trained as well but it seems policy is selecting one particular arm for all the test observation. I have not normalised my features global features and per_arm features are having values in different ranges . I wanted to understand do I have to normalise before passing it to the model or model is taking care of it internally?
The text was updated successfully, but these errors were encountered: