ML.FEATURE_SELECTION.SELECT_PERCENTILE¶
Selects features based on the percentile of the highest scores.
Syntax¶
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.