Module threshold_analyzer

Module threshold_analyzer 

Source
Expand description

Threshold analysis for binary classification

This module provides tools for analyzing binary classification performance across different thresholds and finding optimal thresholds based on various metrics and strategies.

Structs§

ThresholdAnalyzer
Analyzer for binary classification thresholds
ThresholdMetrics
Metrics calculated at a specific threshold

Enums§

OptimalThresholdStrategy
Strategies for finding optimal threshold

Functions§

all_threshold_metrics
Calculate metrics at all possible thresholds
find_optimal_threshold
Find the optimal threshold for binary classification
threshold_metrics
Get metrics at a specific threshold