Skip to content

Evidence Update Threshold #184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

hlee9212
Copy link
Contributor

A WIP PR that investigates the possible bug related to Evidence Update Threshold in EvidenceGraphLM class.

Intended Behavior

  • When using x_percent_threshold, we expect to reduce the hypothesis space to objects whose evidence score is above max_obj_evidence - x_percent_threshold * max_obj_evidence (e.g. if max evidence is 100 and x_percent_threshold=20%, then all objects whose evidence >= 80 should be kept). However, we may have kept objects with evidence above x_percent_threshold * max_obj_evidence instead.

…t use_multithreading=False for debugging purpose
@hlee9212
Copy link
Contributor Author

Closing this PR as fix is introduced in #185.

@hlee9212 hlee9212 closed this Feb 21, 2025
@hlee9212 hlee9212 deleted the hlee9212/evidence_update branch April 1, 2025 19:03
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.

1 participant