TreeOptions.FeatureFraction 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 iteration. Use 0.9 if only 90% of features is needed. Lower numbers help reduce over-fitting.
public double FeatureFraction;
val mutable FeatureFraction : double
Public FeatureFraction As Double