4 references to AllowBadFeatures
Microsoft.ML.Data (4)
Training\TrainerUtils.cs (4)
35
AllowBadEverything = AllowBadWeights | AllowBadGroups | AllowBadLabels |
AllowBadFeatures
,
40
AllFeatures = Features |
AllowBadFeatures
,
837
_keepBad = (opt & CursOpt.
AllowBadFeatures
) != 0;
845
opt |= CursOpt.
AllowBadFeatures
;