SgdBinaryTrainerBase<TModel>.OptionsBase.PositiveInstanceWeight 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 weight to be applied to the positive class. This is useful for training with imbalanced data.
public float PositiveInstanceWeight;
val mutable PositiveInstanceWeight : single
Public PositiveInstanceWeight As Single
Field Value
Default value is 1, which means no extra weight.