-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Weights and Improve Time Complexity of Prediction Methods (#138)
* Add support for weights and balance flags. Also improved the time complexity of prediction functions. Signed-off-by: Vivek Joshy <[email protected]> * Format with black and add changelog fragments. Signed-off-by: Vivek Joshy <[email protected]> * Remove missing 3.14 version key Signed-off-by: Vivek Joshy <[email protected]> --------- Signed-off-by: Vivek Joshy <[email protected]>
- Loading branch information
1 parent
cc684f1
commit 9d49c29
Showing
46 changed files
with
2,976 additions
and
2,015 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 |
---|---|---|
@@ -1,2 +1 @@ | ||
github: OpenDebates | ||
open_collective: openskill | ||
github: vivekjoshy |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
|
||
## Reporting a Vulnerability | ||
|
||
Submit any sensitive issues through private vulnerability reporting or send an email to [`[email protected]`](mailto:[email protected]). | ||
Submit any sensitive issues through private vulnerability reporting or send an email to [`[email protected]`](mailto:[email protected]). |
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 @@ | ||
Prediction methods better account for uncertainty. |
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,2 @@ | ||
Support Per Player Weights and Balance Flag | ||
Prediction methods have faster runtime. |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
sphinx~=7.2 | ||
sphinx~=7.4 | ||
nbsphinx~=0.9 | ||
pygments~=2.15 | ||
shibuya~=2024.4 | ||
ipykernel~=6.25 | ||
myst_parser~=2.0 # Must Be Underscore, not Hyphen | ||
sphinx-intl~=2.1 | ||
pygments~=2.18 | ||
shibuya~=2024.7 | ||
ipykernel~=6.29 | ||
myst_parser~=3.0 # Must Be Underscore, not Hyphen | ||
sphinx-intl~=2.2 | ||
sphinx_favicon~=1.0 | ||
sphinx-copybutton~=0.5 | ||
sphinx-autoapi~=3.0 | ||
sphinxext-opengraph~=0.8 | ||
sphinx-autoapi~=3.1 | ||
sphinxext-opengraph~=0.9 | ||
sphinxcontrib-bibtex~=2.6 | ||
sphinx-autodoc-typehints~=2.0 | ||
sphinx-autodoc-typehints~=2.2 |
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.