Flow
TESTf639eaa22bsklearn.feature_selection._univariate_selection.SelectPercentile

TESTf639eaa22bsklearn.feature_selection._univariate_selection.SelectPercentile

Visibility: public Uploaded 10-01-2024 by Continuous Integration sklearn==0.22.2 numpy>=1.11.0 scipy>=0.17.0 joblib>=0.11 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 tasksdefault: {"oml-python:serialized_object": "function", "value": "sklearn.feature_selection._univariate_selection.f_classif"}

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table