-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* typo fixes * rename tests to plots * add test dir * separate out plots from other tests * consistent handling of ties during KNN classification * consistent handling of ties during KNN classification * add filter_punctuation flag * move plots to a separate directory * remove test module * add warning for plotting and gym dependencies * add setup.py and misc requirements for pip packaging * fix package name and update readme * Update README.md * add available models to top-level readme * Update README.md * update installation documentation * add best_arm to bandit oracle output * fix github link
- Loading branch information
Showing
38 changed files
with
1,525 additions
and
1,186 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
include README.md | ||
include requirements*.txt | ||
include docs/*.rst | ||
include docs/img/*.png |
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
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
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
Oops, something went wrong.