BoosterParameterBase.OptionsBase.FeatureFraction Field

Definition

The fraction of features used when creating trees.

C#
public double FeatureFraction;

Field Value

If FeatureFraction is smaller than 1.0, LightGBM will randomly select fraction of features to train each tree. For example, if you set it to 0.8, LightGBM will select 80% of features before training each tree. This can be used to speed up training and to reduce over-fitting. Valid range is (0,1].

Applies to

Product Versions
ML.NET 1.0.0, 1.1.0, 1.2.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, 4.0.0, Preview