Storing dataset topics
Open
@sahithyaravi is already working on this.
Since Sep 14, 2020.
feature request
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
As part of the new front-end we are planning to use topic modelling to assign topics and group datasets.
We already have results for the existing datasets, which we want to store in the DB.
So we may need
- New dataset_topic table in DB for storing topics the datasets belong to. (Similar to dataset_tag)
- Possibly add_dataset_topic and update_dataset_topic APIs needed for updating this table (to be used by new website)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.