FairnessTrialResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class FairnessTrialResult : Microsoft.ML.AutoML.TrialResult
type FairnessTrialResult = class
inherit TrialResult
Public Class FairnessTrialResult
Inherits TrialResult
- Inheritance
Constructors
FairnessTrialResult() |
Properties
DurationInMilliseconds | (Inherited from TrialResult) |
FairnessMetric | |
Loss |
the loss for current trial, which is smaller the better. This value will be used to fit smart tuners in AutoMLExperiment. (Inherited from TrialResult) |
Metric |
Evaluation result. (Inherited from TrialResult) |
Model | (Inherited from TrialResult) |
PeakCpu | (Inherited from TrialResult) |
PeakMemoryInMegaByte | (Inherited from TrialResult) |
TrialSettings | (Inherited from TrialResult) |
Methods
Equals(TrialResult, TrialResult) | (Inherited from TrialResult) |
GetHashCode(TrialResult) |
compute hash code based on trial ID only. (Inherited from TrialResult) |