This is a Python implementation of this paper.
- Python 3.x
- pandas
- numpy
- sklearn
- pip install -r requirements.txt
- python test_iris.py <NUMBER_OF_ROWS>
A fuzzy rough set-based feature selection method using representative instances
Jupyter Notebook
This is a Python implementation of this paper.