TreeOptions.FeatureFractionPerSplit Field

Definition

The fraction of features (chosen randomly) to use on each split. If it's value is 0.9, 90% of all features would be dropped in expectation.

public double FeatureFractionPerSplit;
val mutable FeatureFractionPerSplit : double
Public FeatureFractionPerSplit As Double 

Field Value

Applies to