Flow
sklearn.feature_selection.univariate_selection.SelectPercentile

sklearn.feature_selection.univariate_selection.SelectPercentile

Visibility: public Uploaded 03-03-2020 by Fares Gaaloul sklearn==0.20.3 numpy>=1.6.1 scipy>=0.9 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python scikit-learn sklearn sklearn_0.20.3
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: 80
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 tasksdefault: {"oml-python:serialized_object": "function", "value": "sklearn.feature_selection.univariate_selection.f_classif"}

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table