Skip to content

Comments

63 predict confidence#77

Merged
LouisCarpentier42 merged 5 commits intomainfrom
63-predict-confidence
Jan 23, 2025
Merged

63 predict confidence#77
LouisCarpentier42 merged 5 commits intomainfrom
63-predict-confidence

Conversation

@LouisCarpentier42
Copy link
Collaborator

No description provided.

@LouisCarpentier42 LouisCarpentier42 linked an issue Jan 17, 2025 that may be closed by this pull request
@LouisCarpentier42
Copy link
Collaborator Author

Currently, the predict_confidence method will compute the decision scores for the anomaly detector from scratch. While this might be necessary in some cases, it is possible that the decision scores on the test set have already been computed before. This means that duplicate work is done. It could be an optimization to not have to recompute the decision scores in every call of the predict_proba method.

@LouisCarpentier42 LouisCarpentier42 merged commit 7f1a34c into main Jan 23, 2025
10 checks passed
@LouisCarpentier42 LouisCarpentier42 deleted the 63-predict-confidence branch January 23, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Predict confidence

1 participant