knightlab-analyses / regression-benchmarking

BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

classify_mvp #5

Closed patrickimran closed 4 years ago

patrickimran commented 4 years ago

This PR adds a functional unit_benchmark, more unit tests, fixes for pre-allocating results, and makes distance matrix input to unit_benchmark optional.

Still to do: add more algorithms to unit_benchmark, add functionality for KNN with precomputed distance matrices, and make distance matrix calculation optional in preprocess (Dan's suggestion)