erikbern / ann-benchmarks

Benchmarks of approximate nearest neighbor libraries in Python
http://ann-benchmarks.com
MIT License
4.73k stars 715 forks source link

add `--count` and `--batch` args for data_export.py #522

Open jiangyinzuo opened 1 month ago

jiangyinzuo commented 1 month ago

also convert X to numpy.array in glove dataset function

maumueller commented 1 month ago

Thanks @jiangyinzuo. What is the actual use case for adding these parameters? The idea of data_export.py is to export all the results that are found. Everything else was supposed to be done in post-processing the csv files.

jiangyinzuo commented 1 month ago

I decided to mark this PR as a draft until it is ready.