Skip to content
New issue

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

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

Already on GitHub? # to your account

Show recommendations based on similarity to other datasets #26

Closed
TristanDamron opened this issue Nov 14, 2024 · 0 comments
Closed

Show recommendations based on similarity to other datasets #26

TristanDamron opened this issue Nov 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@TristanDamron
Copy link
Contributor

At DRGON v0.2.2, we have a dead-simple recommendation algorithm that shows only recommendations which match the tags provided in the request.

We can expand this using word2vec (https://www.npmjs.com/package/word2vec) to allow us to recommend datasets that are semantically similar to the tags you requested. This would be a helpful feature in the case when the tag you're searching for has few direct matches in the registry.

@TristanDamron TristanDamron added the enhancement New feature or request label Nov 14, 2024
@TristanDamron TristanDamron added this to the DRGON 0.3.0 milestone Nov 14, 2024
@TristanDamron TristanDamron self-assigned this Nov 28, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant