1 type derived from ClassificationMoment
Microsoft.ML.Fairlearn (1)
Reductions\UtilityParity.cs (1)
23
public class UtilityParity :
ClassificationMoment
8 references to ClassificationMoment
Microsoft.ML.Fairlearn (8)
AutoML\AutoMLExperimentExtension.cs (4)
29
public static AutoMLExperiment SetBinaryClassificationMoment(this AutoMLExperiment experiment,
ClassificationMoment
moment)
55
experiment.ServiceCollection.AddSingleton<
ClassificationMoment
>((serviceProvider) =>
76
var
moment = serviceProvider.GetRequiredService<
ClassificationMoment
>();
AutoML\TunerFactory.cs (2)
18
private readonly
ClassificationMoment
_moment;
28
_moment = provider.GetService<
ClassificationMoment
>();
Reductions\GridSearchTrialRunner.cs (2)
33
private readonly
ClassificationMoment
_moment;
36
public GridSearchTrailRunner(MLContext context, ITrainValidateDatasetManager datasetManager, string labelColumn, string sensitiveColumn, SweepablePipeline pipeline,
ClassificationMoment
moment)