We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In production, you don't always want to trust a model prediction if the probability is low.
Example Pattern:
tool = ModelTool( model=clf, confidence_threshold=0.85, on_low_confidence="fallback", fallback_tool=human_review_tool )
There was an error while loading. Please reload this page.