SdcaBinaryTrainerBase<TModelParameters>.BinaryOptionsBase Class
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.
Options for SdcaBinaryTrainerBase<TModelParameters>.
public class SdcaBinaryTrainerBase<TModelParameters>.BinaryOptionsBase : Microsoft.ML.Trainers.SdcaTrainerBase<Microsoft.ML.Trainers.SdcaBinaryTrainerBase<TModelParameters>.BinaryOptionsBase,Microsoft.ML.Data.BinaryPredictionTransformer<TModelParameters>,TModelParameters>.OptionsBase where TModelParameters : class
type SdcaBinaryTrainerBase<'ModelParameters (requires 'ModelParameters : null)>.BinaryOptionsBase = class
inherit SdcaTrainerBase<SdcaBinaryTrainerBase<'ModelParameters>.BinaryOptionsBase, BinaryPredictionTransformer<'ModelParameters>, 'ModelParameters (requires 'ModelParameters : null)>.OptionsBase
Public Class SdcaBinaryTrainerBase(Of TModelParameters).BinaryOptionsBase
Inherits SdcaTrainerBase(Of SdcaBinaryTrainerBase(Of TModelParameters).BinaryOptionsBase, BinaryPredictionTransformer(Of TModelParameters), TModelParameters).OptionsBase
Type Parameters
- TModelParameters
- Inheritance
-
SdcaTrainerBase<SdcaBinaryTrainerBase<TModelParameters>.BinaryOptionsBase,BinaryPredictionTransformer<TModelParameters>,TModelParameters>.OptionsBaseSdcaBinaryTrainerBase<TModelParameters>.BinaryOptionsBase
- Derived
Constructors
SdcaBinaryTrainerBase<TModelParameters>.BinaryOptionsBase() |
Fields
BiasLearningRate |
The learning rate for adjusting bias from being regularized. (Inherited from SdcaTrainerBase<TOptions,TTransformer,TModel>.OptionsBase) |
ConvergenceCheckFrequency |
Determines the frequency of checking for convergence in terms of number of iterations. (Inherited from SdcaTrainerBase<TOptions,TTransformer,TModel>.OptionsBase) |
ConvergenceTolerance |
The tolerance for the ratio between duality gap and primal loss for convergence checking. (Inherited from SdcaTrainerBase<TOptions,TTransformer,TModel>.OptionsBase) |
ExampleWeightColumnName |
Column to use for example weight. (Inherited from TrainerInputBaseWithWeight) |
FeatureColumnName |
Column to use for features. (Inherited from TrainerInputBase) |
L1Regularization |
The L1 regularization hyperparameter. (Inherited from SdcaTrainerBase<TOptions,TTransformer,TModel>.OptionsBase) |
L2Regularization |
The L2 regularization hyperparameter. (Inherited from SdcaTrainerBase<TOptions,TTransformer,TModel>.OptionsBase) |
LabelColumnName |
Column to use for labels. (Inherited from TrainerInputBaseWithLabel) |
MaximumNumberOfIterations |
The maximum number of passes to perform over the data. (Inherited from SdcaTrainerBase<TOptions,TTransformer,TModel>.OptionsBase) |
NumberOfThreads |
The degree of lock-free parallelism. (Inherited from SdcaTrainerBase<TOptions,TTransformer,TModel>.OptionsBase) |
PositiveInstanceWeight |
The weight to be applied to the positive class. This is useful for training with imbalanced data. |
Shuffle |
Determines whether to shuffle data for each training iteration. (Inherited from SdcaTrainerBase<TOptions,TTransformer,TModel>.OptionsBase) |