scikit_feature_selectors.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:MENGEL 作者: CodeSpaceHQ 项目源码 文件源码
def select_percentile_selector(data,target):

    # Select Model
    selector = SelectPercentile(percentile = 75)  # Default is 10%

    # Fit, Format, and Return
    return format_selector(selector, data, target)


# http://scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号