1 override of NeedCalibration
Microsoft.ML.FastTree (1)
RandomForestClassification.cs (1)
176private protected override bool NeedCalibration => true;
2 references to NeedCalibration
Microsoft.ML.FastTree (2)
FastTree.cs (2)
129Info = new TrainerInfo(normalization: false, caching: false, calibration: NeedCalibration, supportValid: true, supportTest: true); 151Info = new TrainerInfo(normalization: false, caching: false, calibration: NeedCalibration, supportValid: true, supportTest: true);