Skip to content

feat: model configuration mutation - #644

Merged
tybulewicz merged 1 commit into
masterfrom
ttybulew/set_param
Aug 18, 2026
Merged

feat: model configuration mutation#644
tybulewicz merged 1 commit into
masterfrom
ttybulew/set_param

Conversation

@tybulewicz

Copy link
Copy Markdown
Contributor

What does this PR do?

Loaded Model configuration may now be mutated by using set_param() function, for example set_param("confidence_threshold", 0.75).

Fixes #635

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests?

@github-actions github-actions Bot added tests Related to tests python python related changes docs Related to documentation labels Aug 17, 2026
@tybulewicz
tybulewicz marked this pull request as ready for review August 17, 2026 11:22
@tybulewicz
tybulewicz requested a review from a team as a code owner August 17, 2026 11:22
@tybulewicz
tybulewicz added this pull request to the merge queue Aug 18, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Aug 18, 2026
@tybulewicz
tybulewicz added this pull request to the merge queue Aug 18, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Aug 18, 2026
@tybulewicz
tybulewicz added this pull request to the merge queue Aug 18, 2026
Merged via the queue into master with commit 89baa6c Aug 18, 2026
47 of 51 checks passed
@tybulewicz
tybulewicz deleted the ttybulew/set_param branch August 18, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Related to documentation python python related changes tests Related to tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configurable confidence threshold on inference request

2 participants