博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
scikit-feature: Open-Source Feature Selection Repo
阅读量:7018 次
发布时间:2019-06-28

本文共 2024 字,大约阅读时间需要 6 分钟。

hot3.png

scikit-feature is an open-source feature selection repository in python, with around 40 popular algorithms in feature selection research. It is developed by Data Mining and Machine Learning Lab at Arizona State University.

By , ASU.

scikit-feature is an open-source feature selection repository in Python developed at Arizona State University. It is built upon one widely used machine learning package scikit-learn and two scientific computing packages Numpy and Scipy.  scikit-feature contains around 40 popular feature selection algorithms, including traditional feature selection algorithms and some structural and streaming feature selection algorithms.

Data science

It serves as a platform for facilitating feature selection application, research and comparative study. It is designed to share widely used feature selection algorithms developed in the feature selection research, and offer convenience for researchers and practitioners to perform empirical evaluation in developing new feature selection algorithms.

Currently, scikit-feature consists of both supervised and unsupervised feature selection algorithms in the following categories:

  • Similarity based feature selection

  • Information theoretical based feature selection

  • Sparse learning based feature selection

  • Statistical based feature selection

  • Wrapper based feature selection

  • Structural feature selection

  • Streaming feature selection

In addition, scikit-feature also provides many benchmark feature selection datasets, and evaluation examples on how to evaluate feature selection algorithms via classification or clustering task.

To download scikit-feature, please visit its website with additional information:

If you have further information, please contact Jundong Li at Arizona State University (firstname.lastname@asu.edu).

Bio: is a PhD student of computer science and engineering at Arizona State University. His research interests include data mining, machine learning and their applications in social media.

Related:

转载于:https://my.oschina.net/u/2306127/blog/634257

你可能感兴趣的文章
heartbeat v1(CRM)+DRBD实现数据库服务器高可用集群搭建
查看>>
-bash: snmpgetnext: command not found
查看>>
ELK+Redis日志流程展示
查看>>
python之轻松玩转微信(wechat)机器人
查看>>
D-Link光猫超管密码破解教程
查看>>
碰撞器和触发器
查看>>
cisco acs 搭建radius
查看>>
jQuery|隐藏和显示
查看>>
VMware驱动程序"vmci.sys"的版本不正确 怎么解决
查看>>
除了默认的docker0网桥,启动Docker服务怎么指定使用的网桥
查看>>
Maven Tips
查看>>
win7下匿名ftp的搭建
查看>>
嵌入式开发 NVIDIA官方资源汇总
查看>>
Saltstack配置管理-业务引用haproxy
查看>>
jQuery|event的属性和方法
查看>>
linux 下将tomcat注册成服务并开机启动
查看>>
织梦 dedecms 文章内容 body 内部超链接替换为空
查看>>
js格式化日期
查看>>
详解BSCI实验五、配置PIM auto-rp
查看>>
SO_DONTROUTE和SO_BINDTODEVICE的深层次分析
查看>>