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)
457
new LinearBinaryModelParameters(Host, in weights, bias,
_stats
),