-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #234 from twitter/jbaxter/2024_06_27
Multiple behind-the-scenes changes (split scorer into smaller/faster chunks; versions++ & typing improvements).
- Loading branch information
Showing
23 changed files
with
1,408 additions
and
216 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
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,6 +1,6 @@ | ||
numpy==1.26.2 | ||
pandas==2.1.4 | ||
numpy==1.26.4 | ||
pandas==2.2.2 | ||
torch==2.1.2 | ||
scipy==1.11.4 | ||
scikit-learn>=1.3.0 | ||
scikit-learn==1.3.0 | ||
pyarrow |
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.