2 writes to L2Regularization
Microsoft.ML.Samples (2)
Dynamic\Trainers\Regression\OrdinaryLeastSquaresWithOptions.cs (1)
33L2Regularization = 0.1f,
Dynamic\Trainers\Regression\OrdinaryLeastSquaresWithOptionsAdvanced.cs (1)
56L2Regularization = 0.1f,
3 references to L2Regularization
Microsoft.ML.Mkl.Components (3)
OlsLinearRegression.cs (3)
125Host.CheckUserArg(options.L2Regularization >= 0, nameof(options.L2Regularization), "L2 regularization term cannot be negative"); 126_l2Weight = options.L2Regularization;