Dimensionality Reduction Comparison (drcomp)#
Features#
TODO
Requirements#
TODO
Installation#
You can install drcomp via pip from PyPI:
pip install drcomp
Development#
Required Tools#
Install poetry as shown here.
Install nox and nox-poetry:
pip install --user --upgrade nox
pip install nox-poetry
Development Installation#
poetry install
nox --session=pre-commit -- install
License#
Distributed under the terms of the [MIT license][license], drcomp is free and open source software.
Issues#
If you encounter any problems, please file an issue along with a detailed description.
Credits#
This project is based on @cjolowicz’s Hypermodern Python Cookiecutter template and was modified better fit my needs and to remove some not needed features.