Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fit/Predict does not give top n matches #80

Open
shaliniml opened this issue Nov 19, 2024 · 3 comments
Open

Fit/Predict does not give top n matches #80

shaliniml opened this issue Nov 19, 2024 · 3 comments

Comments

@shaliniml
Copy link

I was using get_matches() to get top 5 matches. Now, since moving to production thought of using Fit/Predict but seems it returns only top first matches for each item. Is there any other way to get top 5 matches in Fit/Predict

@MaartenGr
Copy link
Owner

It's difficult to say without knowing more. Why not just use get_matches? Which version are you using? Also, what code are you currently using and could you provide an example?

@shaliniml
Copy link
Author

Thanks for responding. We are matching current payment notes (non-semantic long text) with historical ones. Historical data will be large in lakhs. So, to make code more efficient planning to pass historical payment notes in fit and current payment notes in predict. Planning to retrain it monthly. I will also share code and sample data, but this is the brief

@shaliniml
Copy link
Author

closing this issue and will create a new one from personal account

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants