fairlearn.reductions.ClassificationMoment#
- class fairlearn.reductions.ClassificationMoment[source]#
Moment that can be expressed as weighted classification error.
- gamma(predictor)[source]#
Calculate the degree to which constraints are currently violated by the predictor.
- Return type:
- load_data(X, y, *, sensitive_features=None)[source]#
Load a set of data for use by this object.
- Return type:
- Parameters:
- Xarray
The feature array
- y
pandas.Series
The label vector
- sensitive_features
pandas.Series
The sensitive feature vector (default None)
- property index: MultiIndex | Index#
Return a pandas (multi-)index listing the constraints.