This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added rates * added AUC and updated rates slightly (not sure if we'll be using them at the end, but need to add tests * linting * fixed a bug * Still needs to be updated, but will deal with this later.... * only dependency on sklearn.metrics should be auc, but still need to be tested for accuracy * cleaned up/deleted unnecessary statements * might have messed sth up * last commit before adding tests & changing the structure so that it is recorded at the very end * found a bug * added 3 tests + a couple small changes to torch classifier agent (have not updated to only calculate at the end yet * fixed a small thing that would affect testing metrics * fixed things so the tests pass... but also don't know why it likes the fpr and tpr reversed??? * passed all current auc tests.... but I will add more later for checking * added a hopefully faster merge way * finished testing inside test_metrics... now gonna work on the actual side * changed some stuff so it only is run on eval_model, but there are some weirdness going on with auc * testing snapshot * removed extra prints * fixed something * removed an extra commit * fixed another thing.... * another bug * removed slots and added better class comment * linting * why was linting not added before... * final commit hopefully * oops forgot to update the tests * fixed some max_bucket_dec_places problems * updated sort and counter typing * fixed another typing * fixed an import thing * fixed a small typing thing * added comments + changed -auc in eval_model * added comment about classifier agent * linted * fixed optional * added to documentation * fixed comments + counter import * fixed wording :)
- Loading branch information
Showing
4 changed files
with
557 additions
and
6 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
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.