Skip to content

ML.FEATURE_SELECTION.SELECT_PERCENTILE

Selects features based on the percentile of the highest scores.

Syntax

ML.FEATURE_SELECTION.SELECT_PERCENTILE(score_func, percentile)

Arguments

Name Type Default Description
score_func str The scoring function to use.
percentile int The percentile of features to keep.

Examples

Examples coming soon

Working Excel formula examples for this function are not yet written.