-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add thresholding for detector results (#52)
* 💡🚧 Detector threshold comments Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> * ♻️🥅 Refactor validation error Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> Co-authored-by: declark1 <daniel.clark@ibm.com> * 🏷️📝 Add detector config params and type descriptions Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> * 🔧 Update config yaml Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> * ✨ Get default threshold from config Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> * 🐛🔧 Use default threshold Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> * ✨ Pass along default threshold in detector params Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> * 🚧 Filtering based on threshold Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> * ♻️ Reduce nested ifs Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> Co-authored-by: declark1 <daniel.clark@ibm.com> * 🔧 Change default threshold under detector Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> * ♻️ Require default_threshold for detectors Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> * ♻️ Fetch detector config Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> Co-authored-by: declark1 <daniel.clark@ibm.com> --------- Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> Co-authored-by: declark1 <daniel.clark@ibm.com>
- Loading branch information
1 parent
63b5d85
commit d29f6c4
Showing
5 changed files
with
73 additions
and
15 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
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