You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Currently the repo has pre-defined dataset (glove, SIFT, NYTIMES).
Can I use my own custom dataset(*.csv) instead of the above and run the benchmark ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
You won't be able to run directly on your csv file. You will first have to add some wrapper code to https://github.com/erikbern/ann-benchmarks/blob/main/ann_benchmarks/datasets.py (see the DATASETS dictionary in the very bottom). Usually, this involves parsing the csv into a numpy array, splitting the dataset into train/test, and using write_output(...). Hopefully, you find the many examples which are already present useful.
Hello,
Currently the repo has pre-defined dataset (glove, SIFT, NYTIMES).
Can I use my own custom dataset(*.csv) instead of the above and run the benchmark ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: