seldonian.models.objectives.False_Negative_Rate¶
- False_Negative_Rate(model, theta, X, Y, **kwargs)¶
Calculate probabilistic mean false negative rate over the whole sample. This has slightly different meanings depending on binary vs. multi-class setting.
- Parameters:
model – SeldonianModel instance
theta (numpy ndarray) – The parameter weights
X (numpy ndarray) – The features
Y (numpy ndarray) – The labels
- Returns:
Mean false negative rate
- Return type:
float between 0 and 1