Skip to content

Commit

Permalink
add linucb policy
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbourgin committed Apr 14, 2020
1 parent 6ea0756 commit a7538c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy_ml/bandits/policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def __init__(self, alpha=1):
Notes
-----
LinUCB is only defined for :class:`ContextualLinearBandit<numpy_ml.bandits.bandits.ContextualLinearBandit>` environments.
LinUCB is only defined for :class:`ContextualLinearBandit <numpy_ml.bandits.bandits.ContextualLinearBandit>` environments.
References
----------
Expand Down

0 comments on commit a7538c7

Please sign in to comment.