Table of Contents

Enum SelectFromModelThreshold

Namespace
AiDotNet.Preprocessing.FeatureSelection
Assembly
AiDotNet.dll

Specifies the type of threshold for SelectFromModel.

public enum SelectFromModelThreshold

Fields

Mean = 0

Use the mean of feature importances as threshold.

Median = 1

Use the median of feature importances as threshold.

Value = 2

Use a specified value as threshold.