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