TreeOptions.FeatureFractionPerSplit Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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