2 writes to _stats
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\LogisticRegression.cs (2)
312_stats = new ModelStatisticsBase(Host, NumGoodRows, numParams, deviance, nullDeviance); 414_stats = new LinearModelParameterStatistics(Host, NumGoodRows, numParams, deviance, nullDeviance, std, weightsOnly, bias);
1 reference to _stats
Microsoft.ML.StandardTrainers (1)
Standard\LogisticRegression\LogisticRegression.cs (1)
457new LinearBinaryModelParameters(Host, in weights, bias, _stats),