-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Emily Strong <[email protected]>
- Loading branch information
Emily Strong
committed
Aug 13, 2019
1 parent
e5d4bb6
commit 9ee088d
Showing
6 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
""" | ||
:Author: FMR LLC | ||
:Email: [email protected] | ||
:Version: 1.5.9 of July 1, 2019 | ||
:Version: 1.5.10 of August 12, 2019 | ||
This module defines the public interface of the **MABWiser Library** providing access to the following modules: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
""" | ||
:Author: FMR LLC | ||
:Email: [email protected] | ||
:Version: 1.5.9 of July 1, 2019 | ||
:Version: 1.5.10 of August 12, 2019 | ||
This module provides a simulation utility for comparing algorithms and hyper-parameter tuning. | ||
""" | ||
|
@@ -913,7 +913,7 @@ def _offline_test_bandits(self, test_decisions, test_rewards, test_contexts): | |
|
||
if not isinstance(expectations, list): | ||
expectations = [expectations] | ||
self.bandit_to_expectations[name] = expectations | ||
self.bandit_to_expectations[name] = self.bandit_to_expectations[name] + expectations | ||
|
||
else: | ||
predictions = [mab.predict() for _ in range(len(chunk_decision))] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters