1 override of NeedCalibration
Microsoft.ML.FastTree (1)
GamClassification.cs (1)
80private protected override bool NeedCalibration => true;
2 references to NeedCalibration
Microsoft.ML.FastTree (2)
GamTrainer.cs (2)
189Info = new TrainerInfo(normalization: false, calibration: NeedCalibration, caching: false, supportValid: true); 213Info = new TrainerInfo(normalization: false, calibration: NeedCalibration, caching: false, supportValid: true);