fairlearn.reductions.LossMoment#
- class fairlearn.reductions.LossMoment(loss)[source]#
Moment that can be expressed as weighted loss.
- gamma(predictor)[source]#
Calculate the degree to which constraints are currently violated by the predictor.
- load_data(X, y, *, sensitive_features=None)[source]#
Load a set of data for use by this object.
- Parameters:
- Xarray
The feature array
- y
pandas.Series
The label vector
- sensitive_features
pandas.Series
The sensitive feature vector (default None)
- property total_samples#
Return the number of samples in the data.