Metadata-Version: 2.1
Name: biofes
Version: 1.0.1
Summary: Biomedical Feature Selection library
Home-page: https://github.com/victorvicpal/biofes
Author: Víctor Vicente Palacios
Author-email: victorvicpal@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.14)
Requires-Dist: scipy (>=1.0.0)
Requires-Dist: scikit-learn (>=0.19.1)
Requires-Dist: pandas (>=0.23.4)
Requires-Dist: matplotlib (>=3.0.0)
Provides-Extra: test
Requires-Dist: unittest; extra == 'test'

![logo](https://github.com/victorvicpal/biofes/blob/master/doc/logo.png)

# BIOFES
biofes is a Python library for biomedical feature selection.

## INSTALLATION

```pip install biofes```

```pip install "git+https://github.com/victorvicpal/biofes"```


