SdcaTrainerBase<TOptions,TTransformer,TModel>.OptionsBase.L1Regularization Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The L1 regularization hyperparameter.
[Microsoft.ML.SearchSpace.Range(1E-07, 32768, 1E-07, true)]
public float? L1Regularization;
public float? L1Regularization;
[<Microsoft.ML.SearchSpace.Range(1E-07, 32768, 1E-07, true)>]
val mutable L1Regularization : Nullable<single>
val mutable L1Regularization : Nullable<single>
Public L1Regularization As Nullable(Of Single)
Field Value
- Attributes