Enum SelectFromModelThreshold
- Namespace
- AiDotNet.Preprocessing.FeatureSelection
- Assembly
- AiDotNet.dll
Specifies the type of threshold for SelectFromModel.
public enum SelectFromModelThreshold
Fields
Mean = 0Use the mean of feature importances as threshold.
Median = 1Use the median of feature importances as threshold.
Value = 2Use a specified value as threshold.