1 write to EntropyCoefficient
Microsoft.ML.Samples (1)
Dynamic\Trainers\Regression\GamWithOptions.cs (1)
36
EntropyCoefficient
= 0.3,
5 references to EntropyCoefficient
Microsoft.ML.FastTree (5)
GamTrainer.cs (5)
191
_entropyCoefficient = GamTrainerOptions.
EntropyCoefficient
* 1e-6;
205
Host.CheckParam(0 <= options.
EntropyCoefficient
&& options.
EntropyCoefficient
<= 1, nameof(options.
EntropyCoefficient
), "Must be in [0, 1].");
215
_entropyCoefficient = GamTrainerOptions.
EntropyCoefficient
* 1e-6;