Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 310 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 310 Bytes

dimreducers-crusher

Micro framework for comparing dimension reduction tools

Contributing

See contributing

Installation and testing

No pip/conda distro is currently provided, use this repo.

$ pip install numpy cython # build-time dependencies
$ pip install -e .
$ pytest