Flow
TEST92c76a50d8sklearn.feature_selection._univariate_selection.SelectPercentile

TEST92c76a50d8sklearn.feature_selection._univariate_selection.SelectPercentile

Visibility: public Uploaded 10-01-2024 by Continuous Integration sklearn==0.24.0 numpy>=1.13.3 scipy>=0.19.1 joblib>=0.11 threadpoolctl>=2.0.0 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Select features according to a percentile of the highest scores.

Parameters

percentilePercent of features to keep.default: 30
score_funcFunction taking two arrays X and y, and returning a pair of arrays (scores, pvalues) or a single array with scores Default is f_classif (see below "See Also"). The default function only works with classification tasks .. versionadded:: 0.18default: {"oml-python:serialized_object": "function", "value": "sklearn.feature_selection._univariate_selection.f_classif"}

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table