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