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§
- Threshold
Analyzer - Analyzer for binary classification thresholds
- Threshold
Metrics - Metrics calculated at a specific threshold
Enums§
- Optimal
Threshold Strategy - 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