Skip to content
Snippets Groups Projects
Unverified Commit 29fceca2 authored by Luan Fernandes's avatar Luan Fernandes Committed by GitHub
Browse files

Fix typo in README.md (#626)

parent 6ae67f6d
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ If we want to remove seen items during training, we need to provide `TRAIN_SET`
## Efficient retrieval with ANN search
One important aspect of deploying recommender model is efficient retrieval via Approximate Nearest Neighor (ANN) search in vector space. Cornac integrates several vector similarity search frameworks for the ease of deployment. [This example](tutorials/ann_hnswlib.ipynb) demonstrates how ANN search will work seamlessly with any recommender models supporting it (e.g., matrix factorization).
One important aspect of deploying recommender model is efficient retrieval via Approximate Nearest Neighbor (ANN) search in vector space. Cornac integrates several vector similarity search frameworks for the ease of deployment. [This example](tutorials/ann_hnswlib.ipynb) demonstrates how ANN search will work seamlessly with any recommender models supporting it (e.g., matrix factorization).
| Supported Framework | Cornac Wrapper | Example |
| :-----------------: | :------------: | :-----: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment