lmcinnes/umap

Create a benchmark to track speed improvements / regressions

Open

#293 opened on Sep 11, 2019

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Python (6,478 stars) (751 forks)batch import
help wanted

Description

Considering a lot of time goes into optimizing the speed of UMAP it seems necessary to have some kind of bechmark/suite to evaluate performance.

EDIT: A collection of useful links to get started: Tracking System Capabilities: https://github.com/giampaolo/psutil Datasets: https://www.tensorflow.org/datasets Benchmarking: https://pypi.org/project/pyperf/

Contributor guide