11 writes to FeatureFirstUsePenalty
Microsoft.ML.Samples (11)
Dynamic\Trainers\BinaryClassification\FastForestWithOptions.cs (1)
36FeatureFirstUsePenalty = 0.1,
Dynamic\Trainers\BinaryClassification\FastTreeWithOptions.cs (1)
36FeatureFirstUsePenalty = 0.1,
Dynamic\Trainers\Ranking\FastTreeWithOptions.cs (1)
36FeatureFirstUsePenalty = 0.1,
Dynamic\Trainers\Regression\FastForestWithOptions.cs (1)
38FeatureFirstUsePenalty = 0.1,
Dynamic\Trainers\Regression\FastTreeTweedieWithOptions.cs (1)
40FeatureFirstUsePenalty = 0.1,
Dynamic\Trainers\Regression\FastTreeWithOptions.cs (1)
41FeatureFirstUsePenalty = 0.1,
Dynamic\Transforms\TreeFeaturization\FastForestBinaryFeaturizationWithOptions.cs (1)
49FeatureFirstUsePenalty = 0.1,
Dynamic\Transforms\TreeFeaturization\FastForestRegressionFeaturizationWithOptions.cs (1)
51FeatureFirstUsePenalty = 0.1,
Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs (1)
51FeatureFirstUsePenalty = 0.1,
Dynamic\Transforms\TreeFeaturization\FastTreeRegressionFeaturizationWithOptions.cs (1)
51FeatureFirstUsePenalty = 0.1,
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (1)
51FeatureFirstUsePenalty = 0.1,
4 references to FeatureFirstUsePenalty
Microsoft.ML.FastTree (4)
BoostingFastTree.cs (1)
67FastTreeTrainerOptions.FeatureFirstUsePenalty, FastTreeTrainerOptions.FeatureReusePenalty, FastTreeTrainerOptions.SoftmaxTemperature,
FastTreeArguments.cs (2)
633ectx.CheckUserArg(0 <= FeatureFirstUsePenalty, nameof(FeatureFirstUsePenalty), "Must be non-negative.");
RandomForest.cs (1)
67FastTreeTrainerOptions.FeatureFirstUsePenalty, FastTreeTrainerOptions.FeatureReusePenalty, FastTreeTrainerOptions.SoftmaxTemperature,