Metadata-Version: 2.1
Name: gaufs
Version: 1.0.0
Summary: Genetic Algorithm for Unsupervised Feature Selection for Clustering
Author-email: Salvador de la Torre Gonzalez <delatorregonzalezsalvador@gmail.com>
Requires-Python: <3.14,>=3.11
Description-Content-Type: text/markdown
License-File: LICENCE
License-File: NOTICE.txt
Requires-Dist: numpy<3.0.0,>=2.4.0
Requires-Dist: pandas<3.0.0,>=2.3.3
Requires-Dist: scipy<2.0.0,>=1.16.3
Requires-Dist: matplotlib<4.0.0,>=3.10.8
Requires-Dist: scikit-learn<2.0.0,>=1.8.0
Requires-Dist: deap<2.0.0,>=1.4.3
Provides-Extra: dev
Requires-Dist: black>=24.0.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=7.0.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=2.0.0; extra == "docs"

This is the library for GAUFS.
To reproduce the results presented in the paper, as well as the experimental setup used for comparison with alternative method please use the [`paper-reproducibility` branch](https://github.com/salva24/GAUFS/tree/paper-reproducibility) of this repository.
