SelectKBest
class sklearn.feature_selection.SelectKBest(
score_func:"计算分数的函数"=<function f_classif>,
k:"要选的特征的数量"=10
)属性:
方法:
Last updated
class sklearn.feature_selection.SelectKBest(
score_func:"计算分数的函数"=<function f_classif>,
k:"要选的特征的数量"=10
)Last updated