Metadata-Version: 2.1
Name: feature-grouper
Version: 0.1.2
Summary: Simple dimensionality reduction through hierarchical clustering of correlated features.
Home-page: https://feature-grouper.readthedocs.io/en/latest/
Author: Alex Kyllo
Author-email: alex.kyllo@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: numpy (>=1.20.0,<2.0.0)
Requires-Dist: scikit-learn (>=0.24.0,<0.25.0)
Requires-Dist: scipy (>=1.6.0,<2.0.0)
Project-URL: Repository, https://github.com/alexkyllo/feature-grouper
