6 references to DropoutRate
Microsoft.ML.FastTree (6)
BoostingFastTree.cs (1)
99
optimizationAlgorithm.DropoutRate = FastTreeTrainerOptions.
DropoutRate
;
FastTreeArguments.cs (3)
869
ectx.CheckUserArg(0 <=
DropoutRate
&&
DropoutRate
<= 1, nameof(
DropoutRate
), "Must be between 0 and 1.");
FastTreeRegression.cs (1)
441
if (options.
DropoutRate
> 0 && LearningRate > 0) // Don't do shrinkage if dropouts are used.
FastTreeTweedie.cs (1)
385
if (options.
DropoutRate
> 0 && LearningRate > 0) // Don't do shrinkage if dropouts are used.