Commit 84415c20 authored by 段英荣's avatar 段英荣

调试

parent 72dc9974
......@@ -51,8 +51,8 @@ class LinUCB:
Aa_list.append(tag_dict["Aa"])
theta_list.append(tag_dict["theta"])
xa = np.array([user_features_list])
xaT = np.transpose(xa)
xaT = np.array([user_features_list])
xa = np.transpose(xaT)
art_max = -1
old_pa = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment